mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
netcf: Fix do_configure failed when multilib
Fixed do_configure failed: $ bitbake lib32-netcf cp: cannot stat '/path/to/lib32-recipe-sysroot/usr/share/gnulib': No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4a031cf2af
commit
e3485d0cf5
|
@ -16,7 +16,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))"
|
|||
|
||||
DEPENDS += "augeas libnl libxslt libxml2"
|
||||
|
||||
do_configure[depends] += "gnulib:do_populate_sysroot"
|
||||
do_configure[depends] += "${MLPREFIX}gnulib:do_populate_sysroot"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user