mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -31,3 +31,5 @@ do_install_append() {
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"
|
||||
|
||||
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
require augeas.inc
|
||||
|
||||
SRC_URI[md5sum] = "6c0b2ea6eec45e8bc374b283aedf27ce"
|
||||
SRC_URI[sha256sum] = "52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d"
|
||||
@@ -1,4 +0,0 @@
|
||||
require augeas.inc
|
||||
|
||||
SRC_URI[md5sum] = "01190e455c513124a2dae29a1182c113"
|
||||
SRC_URI[sha256sum] = "223bb6e6fe3e9e92277dafd5d34e623733eb969a72a382998d204feab253f73f"
|
||||
Reference in New Issue
Block a user