aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-08-02 14:05:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:05:48 +0100
commit89cafc6dcf6425c2e33270dac37f7649ccbffa33 (patch)
tree37927e7e063d813a3c7f4b779284c8cb12c75668 /meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
parent46107be8fe6d9367adf6e391028fe5f836f82ed6 (diff)
downloadopenembedded-core-contrib-89cafc6dcf6425c2e33270dac37f7649ccbffa33.tar.gz
augeas: remove from oe-core
Nothing in oe-core uses this, so it's been moved to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch')
-rw-r--r--meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch b/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
deleted file mode 100644
index abbdbaa63b..0000000000
--- a/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Add missing GL_GENERATE_ARGZ_H conditional
-
-- GL_GENERATE_ARGZ_H is used in gnulib/lib/Makefile.am
-
-Upstream-Status: Pending
-Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
-
-Index: augeas-1.0.0/configure.ac
-===================================================================
---- augeas-1.0.0.orig/configure.ac
-+++ augeas-1.0.0/configure.ac
-@@ -55,6 +55,8 @@ AC_ARG_WITH([failmalloc],
-
- AM_CONDITIONAL([WITH_FAILMALLOC], [test x$with_failmalloc != xno])
-
-+AM_CONDITIONAL([GL_GENERATE_ARGZ_H], [test -n "$ARGZ_H"])
-+
- dnl --enable-debug=(yes|no)
- AC_ARG_ENABLE([debug],
- [AC_HELP_STRING([--enable-debug=no/yes],