aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-04 16:16:28 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-04 07:27:06 -0700
commite3485d0cf555cd751cf738f51064c574f6a60e2a (patch)
tree8a6382510f34554d14a7fa5736a7adcee1d89b93 /meta-networking
parent4a031cf2af144a4c8f4f593a5d0169f4ab825366 (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/netcf/netcf_0.2.8.bb2
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+)+))"
DEPENDS += "augeas libnl libxslt libxml2"
-do_configure[depends] += "gnulib:do_populate_sysroot"
+do_configure[depends] += "${MLPREFIX}gnulib:do_populate_sysroot"
S = "${WORKDIR}/git"