summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/netcf/netcf_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index 8d6d32a608..ed713ace28 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_git.bb
@@ -28,9 +28,10 @@ do_configure_prepend() {
28 cd ${S} 28 cd ${S}
29 29
30 # avoid bootstrap cloning gnulib on every configure 30 # avoid bootstrap cloning gnulib on every configure
31 # the rmdir acts as a sentinel to let us know if the pkg ever changes 31 # the dir starts out empty from the pkg, but unconditionally blow it
32 # the path for GNUlib or populates the dir making it non-empty. 32 # away so if we reconfigure due to gnulib sysroot sig changes, we will
33 rmdir ${S}/.gnulib 33 # get the newer gnulib content into the build here.
34 rm -rf ${S}/.gnulib
34 cp -rf ${STAGING_DATADIR}/gnulib ${S}/.gnulib 35 cp -rf ${STAGING_DATADIR}/gnulib ${S}/.gnulib
35 36
36 # --force to avoid errors on reconfigure e.g if recipes changed we depend on 37 # --force to avoid errors on reconfigure e.g if recipes changed we depend on