summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch')
-rw-r--r--yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch b/yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch
deleted file mode 100644
index b7777cbd9..000000000
--- a/yocto-poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Fix the testsuite to built out of tree
-in OE S != B
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Upstream-Status: Pending
-Index: argp-standalone-1.3/testsuite/Makefile.am
-===================================================================
---- argp-standalone-1.3.orig/testsuite/Makefile.am
-+++ argp-standalone-1.3/testsuite/Makefile.am
-@@ -5,7 +5,8 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
-
- noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4
-
--LDADD = ../libargp.a
-+AM_CPPFLAGS = -I$(top_srcdir)
-+LDADD = $(top_builddir)/libargp.a
-
- EXTRA_DIST = $(TS_SH) run-tests
- CLEANFILES = test.out
OpenPOWER on IntegriCloud