diff options
3 files changed, 35 insertions, 18 deletions
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 index 9a19876aa6..0ba7c76a36 100644 --- 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From b9565dc2fe0c4f7daaec91b7e83bc7313dee2f4a Mon Sep 17 00:00:00 2001 | 1 | From 32b15332e2130a54b25f4fbf6f58b407b851dd8f Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 13 Apr 2015 17:02:13 -0700 | 3 | Date: Mon, 13 Apr 2015 17:02:13 -0700 |
4 | Subject: [PATCH] Unset need_charset_alias when building for musl | 4 | Subject: [PATCH] Unset need_charset_alias when building for musl |
@@ -11,14 +11,15 @@ coreutils | |||
11 | Upstream-Status: Pending | 11 | Upstream-Status: Pending |
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | |||
14 | --- | 15 | --- |
15 | lib/gnulib.mk | 2 +- | 16 | gnulib/lib/Makefile.am | 2 +- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
17 | 18 | ||
18 | Index: augeas-1.2.0/gnulib/lib/Makefile.am | 19 | diff --git a/gnulib/lib/Makefile.am b/gnulib/lib/Makefile.am |
19 | =================================================================== | 20 | index 963b22d..75788d2 100644 |
20 | --- augeas-1.2.0.orig/gnulib/lib/Makefile.am | 21 | --- a/gnulib/lib/Makefile.am |
21 | +++ augeas-1.2.0/gnulib/lib/Makefile.am | 22 | +++ b/gnulib/lib/Makefile.am |
22 | @@ -463,7 +463,7 @@ install-exec-localcharset: all-local | 23 | @@ -463,7 +463,7 @@ install-exec-localcharset: all-local |
23 | case '$(host_os)' in \ | 24 | case '$(host_os)' in \ |
24 | darwin[56]*) \ | 25 | darwin[56]*) \ |
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 index abbdbaa63b..368bb41764 100644 --- a/meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch +++ b/meta-oe/recipes-support/augeas/augeas/add-missing-argz-conditional.patch | |||
@@ -1,14 +1,21 @@ | |||
1 | Add missing GL_GENERATE_ARGZ_H conditional | 1 | From 9a6e6374da7d7056db0950f0f7d6b8b905009775 Mon Sep 17 00:00:00 2001 |
2 | From: Constantin Musca <constantinx.musca@intel.com> | ||
3 | Date: Fri, 15 Jul 2016 10:04:48 +0300 | ||
4 | Subject: [PATCH] Add missing GL_GENERATE_ARGZ_H conditional | ||
2 | 5 | ||
3 | - GL_GENERATE_ARGZ_H is used in gnulib/lib/Makefile.am | 6 | - GL_GENERATE_ARGZ_H is used in gnulib/lib/Makefile.am |
4 | 7 | ||
5 | Upstream-Status: Pending | 8 | Upstream-Status: Pending |
6 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> | 9 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> |
7 | 10 | ||
8 | Index: augeas-1.0.0/configure.ac | 11 | --- |
9 | =================================================================== | 12 | configure.ac | 2 ++ |
10 | --- augeas-1.0.0.orig/configure.ac | 13 | 1 file changed, 2 insertions(+) |
11 | +++ augeas-1.0.0/configure.ac | 14 | |
15 | diff --git a/configure.ac b/configure.ac | ||
16 | index 72b6984..fb9653e 100644 | ||
17 | --- a/configure.ac | ||
18 | +++ b/configure.ac | ||
12 | @@ -55,6 +55,8 @@ AC_ARG_WITH([failmalloc], | 19 | @@ -55,6 +55,8 @@ AC_ARG_WITH([failmalloc], |
13 | 20 | ||
14 | AM_CONDITIONAL([WITH_FAILMALLOC], [test x$with_failmalloc != xno]) | 21 | AM_CONDITIONAL([WITH_FAILMALLOC], [test x$with_failmalloc != xno]) |
diff --git a/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch b/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch index b82a3ee2cb..2b18618fbc 100644 --- a/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch +++ b/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch | |||
@@ -1,15 +1,24 @@ | |||
1 | Ensure that builds in separate builddirs (${B} != ${S}) correctly install the | 1 | From 8a277957a2579e7149c1850675441b288192077c Mon Sep 17 00:00:00 2001 |
2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | ||
3 | Date: Fri, 15 Jul 2016 10:04:48 +0300 | ||
4 | Subject: [PATCH] augeas: fix separate builddirs | ||
5 | |||
6 | Ensure that builds in separate builddirs (${B} != ${S}) correctly install the | ||
2 | lenses files. | 7 | lenses files. |
3 | 8 | ||
4 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
5 | 10 | ||
6 | RP 2013/4/17 | 11 | RP 2013/4/17 |
7 | 12 | ||
8 | Index: augeas-1.0.0/Makefile.am | 13 | --- |
9 | =================================================================== | 14 | Makefile.am | 4 ++-- |
10 | --- augeas-1.0.0.orig/Makefile.am 2012-11-02 15:20:11.000000000 +0000 | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) |
11 | +++ augeas-1.0.0/Makefile.am 2013-04-17 10:36:24.033400125 +0000 | 16 | |
12 | @@ -5,8 +5,8 @@ | 17 | diff --git a/Makefile.am b/Makefile.am |
18 | index 87d511a..7710b3b 100644 | ||
19 | --- a/Makefile.am | ||
20 | +++ b/Makefile.am | ||
21 | @@ -5,8 +5,8 @@ ACLOCAL_AMFLAGS = -I gnulib/m4 | ||
13 | lensdir=$(datadir)/augeas/lenses/dist | 22 | lensdir=$(datadir)/augeas/lenses/dist |
14 | lenstestdir=$(datadir)/augeas/lenses/dist/tests | 23 | lenstestdir=$(datadir)/augeas/lenses/dist/tests |
15 | 24 | ||
@@ -18,5 +27,5 @@ Index: augeas-1.0.0/Makefile.am | |||
18 | +dist_lens_DATA=$(wildcard $(top_srcdir)/lenses/*.aug) | 27 | +dist_lens_DATA=$(wildcard $(top_srcdir)/lenses/*.aug) |
19 | +dist_lenstest_DATA=$(wildcard $(top_srcdir)lenses/tests/*.aug) | 28 | +dist_lenstest_DATA=$(wildcard $(top_srcdir)lenses/tests/*.aug) |
20 | 29 | ||
21 | EXTRA_DIST=augeas.spec build/aux/move-if-change Makefile.am HACKING | 30 | EXTRA_DIST=augeas.spec build/ac-aux/move-if-change Makefile.am HACKING.md |
22 | 31 | ||