diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-09-04 16:16:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-04 07:27:06 -0700 |
commit | e3485d0cf555cd751cf738f51064c574f6a60e2a (patch) | |
tree | 8a6382510f34554d14a7fa5736a7adcee1d89b93 | |
parent | 4a031cf2af144a4c8f4f593a5d0169f4ab825366 (diff) | |
download | meta-openembedded-e3485d0cf555cd751cf738f51064c574f6a60e2a.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index 0f49d60602..c57e7d4714 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
@@ -16,7 +16,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" | |||
16 | 16 | ||
17 | DEPENDS += "augeas libnl libxslt libxml2" | 17 | DEPENDS += "augeas libnl libxslt libxml2" |
18 | 18 | ||
19 | do_configure[depends] += "gnulib:do_populate_sysroot" | 19 | do_configure[depends] += "${MLPREFIX}gnulib:do_populate_sysroot" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||