diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2018-07-13 00:59:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-14 11:28:12 -0700 |
commit | 7d06612868a6d5d57f892aef1ba02e02a29de5c8 (patch) | |
tree | b8eede2c1f436ccda181a8620303beec94d8e930 /meta-oe/recipes-support/augeas | |
parent | e8c2ef638ff7c0c18eaeac36b87779e38739582c (diff) | |
download | meta-openembedded-7d06612868a6d5d57f892aef1ba02e02a29de5c8.tar.gz |
augeas: Upgrade to 1.10.1
* Add EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" to
fix below compile error:
| In file included from ../../../augeas-1.10.1/gnulib/lib/printf-args.h:41,
| from ../../../augeas-1.10.1/gnulib/lib/printf-args.c:29:
| ./wchar.h:571:6: error: #if with no expression
| # if
| ^
| In file included from ../../../augeas-1.10.1/gnulib/lib/mbrtowc.c:21:
| ./wchar.h:571:6: error: #if with no expression
| # if
| ^
| Makefile:1581: recipe for target 'printf-args.lo' failed
| make[4]: *** [printf-args.lo] Error 1
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/augeas')
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas_1.10.1.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas_1.5.0.bb | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 185abae18d..c939d4b890 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc | |||
@@ -31,3 +31,5 @@ do_install_append() { | |||
31 | 31 | ||
32 | PACKAGECONFIG ??= "" | 32 | PACKAGECONFIG ??= "" |
33 | PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" | 33 | PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" |
34 | |||
35 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | ||
diff --git a/meta-oe/recipes-support/augeas/augeas_1.10.1.bb b/meta-oe/recipes-support/augeas/augeas_1.10.1.bb new file mode 100644 index 0000000000..26e191bd36 --- /dev/null +++ b/meta-oe/recipes-support/augeas/augeas_1.10.1.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require augeas.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "6c0b2ea6eec45e8bc374b283aedf27ce" | ||
4 | SRC_URI[sha256sum] = "52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d" | ||
diff --git a/meta-oe/recipes-support/augeas/augeas_1.5.0.bb b/meta-oe/recipes-support/augeas/augeas_1.5.0.bb deleted file mode 100644 index c4f62e7470..0000000000 --- a/meta-oe/recipes-support/augeas/augeas_1.5.0.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require augeas.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "01190e455c513124a2dae29a1182c113" | ||
4 | SRC_URI[sha256sum] = "223bb6e6fe3e9e92277dafd5d34e623733eb969a72a382998d204feab253f73f" | ||