summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/popt/popt/disable_tests.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2020-07-28 13:49:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-29 10:12:31 +0100
commit2a401a2959b5ba8948077883c159d3cdcfe268e3 (patch)
tree8f31dee5739be3b72f9040445cdfdafb1ead52cd /meta/recipes-support/popt/popt/disable_tests.patch
parent0b705259864a1f56344fd96503dd2c59bbee5d5e (diff)
downloadpoky-2a401a2959b5ba8948077883c159d3cdcfe268e3.tar.gz
popt: upgrade to 1.18
All our patches are upstreamed so drop them. (From OE-Core rev: aeb48eb989a42846fbaed6b7f3a5a3d951d11e23) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/popt/popt/disable_tests.patch')
-rw-r--r--meta/recipes-support/popt/popt/disable_tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-support/popt/popt/disable_tests.patch b/meta/recipes-support/popt/popt/disable_tests.patch
deleted file mode 100644
index 016cf66a27..0000000000
--- a/meta/recipes-support/popt/popt/disable_tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Use of $(top_srcdir) in TESTS is an error which causes
2automake-1.13 to abort. Just remove tests.
3
4Upstream-Status: Inappropriate [disable feature]
5
6Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
7diff -Nurd popt-1.16/Makefile.am popt-1.16/Makefile.am
8--- popt-1.16/Makefile.am 2010-05-04 23:55:54.000000000 +0300
9+++ popt-1.16/Makefile.am 2013-01-02 13:34:29.540361391 +0200
10@@ -34,11 +34,6 @@
11
12 noinst_SCRIPTS = testit.sh
13
14-TESTS_ENVIRONMENT = \
15-test1="$(top_builddir)/test1"
16-
17-TESTS = $(top_srcdir)/testit.sh
18-
19 include_HEADERS = popt.h
20
21 usrlibdir = $(libdir)