summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/augeas/augeas.inc2
-rw-r--r--meta-oe/recipes-support/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch31
-rw-r--r--meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch27
-rw-r--r--meta-oe/recipes-support/augeas/augeas_1.11.0.bb4
-rw-r--r--meta-oe/recipes-support/augeas/augeas_1.12.0.bb4
5 files changed, 4 insertions, 64 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc
index c939d4b890..1bbd181c38 100644
--- a/meta-oe/recipes-support/augeas/augeas.inc
+++ b/meta-oe/recipes-support/augeas/augeas.inc
@@ -6,9 +6,7 @@ LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" 6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
7 7
8SRC_URI = "http://download.augeas.net/${BP}.tar.gz \ 8SRC_URI = "http://download.augeas.net/${BP}.tar.gz \
9 file://add-missing-argz-conditional.patch \
10 file://sepbuildfix.patch \ 9 file://sepbuildfix.patch \
11 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
12 " 10 "
13 11
14DEPENDS = "readline libxml2" 12DEPENDS = "readline libxml2"
diff --git a/meta-oe/recipes-support/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta-oe/recipes-support/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch
deleted file mode 100644
index 0ba7c76a36..0000000000
--- a/meta-oe/recipes-support/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 32b15332e2130a54b25f4fbf6f58b407b851dd8f Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 13 Apr 2015 17:02:13 -0700
4Subject: [PATCH] Unset need_charset_alias when building for musl
5
6localcharset uses ac_cv_gnu_library_2_1 from glibc21.m4
7which actually shoudl be fixed in gnulib and then all downstream
8projects will get it eventually. For now we apply the fix to
9coreutils
10
11Upstream-Status: Pending
12
13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14
15---
16 gnulib/lib/Makefile.am | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/gnulib/lib/Makefile.am b/gnulib/lib/Makefile.am
20index 963b22d..75788d2 100644
21--- a/gnulib/lib/Makefile.am
22+++ b/gnulib/lib/Makefile.am
23@@ -463,7 +463,7 @@ install-exec-localcharset: all-local
24 case '$(host_os)' in \
25 darwin[56]*) \
26 need_charset_alias=true ;; \
27- darwin* | cygwin* | mingw* | pw32* | cegcc*) \
28+ darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \
29 need_charset_alias=false ;; \
30 *) \
31 need_charset_alias=true ;; \
diff --git a/meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch b/meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch
deleted file mode 100644
index 368bb41764..0000000000
--- a/meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From 9a6e6374da7d7056db0950f0f7d6b8b905009775 Mon Sep 17 00:00:00 2001
2From: Constantin Musca <constantinx.musca@intel.com>
3Date: Fri, 15 Jul 2016 10:04:48 +0300
4Subject: [PATCH] Add missing GL_GENERATE_ARGZ_H conditional
5
6- GL_GENERATE_ARGZ_H is used in gnulib/lib/Makefile.am
7
8Upstream-Status: Pending
9Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
10
11---
12 configure.ac | 2 ++
13 1 file changed, 2 insertions(+)
14
15diff --git a/configure.ac b/configure.ac
16index 72b6984..fb9653e 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -55,6 +55,8 @@ AC_ARG_WITH([failmalloc],
20
21 AM_CONDITIONAL([WITH_FAILMALLOC], [test x$with_failmalloc != xno])
22
23+AM_CONDITIONAL([GL_GENERATE_ARGZ_H], [test -n "$ARGZ_H"])
24+
25 dnl --enable-debug=(yes|no)
26 AC_ARG_ENABLE([debug],
27 [AC_HELP_STRING([--enable-debug=no/yes],
diff --git a/meta-oe/recipes-support/augeas/augeas_1.11.0.bb b/meta-oe/recipes-support/augeas/augeas_1.11.0.bb
deleted file mode 100644
index cdd11beec0..0000000000
--- a/meta-oe/recipes-support/augeas/augeas_1.11.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require augeas.inc
2
3SRC_URI[md5sum] = "abf51f4c0cf3901d167f23687f60434a"
4SRC_URI[sha256sum] = "393ce8f4055af89cd4c20bf903eacbbd909cf427891f41b56dc2ba66243ea0b0"
diff --git a/meta-oe/recipes-support/augeas/augeas_1.12.0.bb b/meta-oe/recipes-support/augeas/augeas_1.12.0.bb
new file mode 100644
index 0000000000..d32c4691d2
--- /dev/null
+++ b/meta-oe/recipes-support/augeas/augeas_1.12.0.bb
@@ -0,0 +1,4 @@
1require augeas.inc
2
3SRC_URI[md5sum] = "74f1c7b8550f4e728486091f6b907175"
4SRC_URI[sha256sum] = "321942c9cc32185e2e9cb72d0a70eea106635b50269075aca6714e3ec282cb87"