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:
Robert Yang 2019-09-04 16:16:28 +08:00 committed by Khem Raj
parent 4a031cf2af
commit e3485d0cf5

View File

@ -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"