netcf: fix offline rebuilding failed
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 14 Mar 2014 08:36:47 +0000 (16:36 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:36:05 +0000 (08:36 -0800)
commitf373e28213b8c04a37fbf045cc1b9a15101ffa51
treedc4f6f398181b0e26a400c98c3f54ec29e6a15c8
parentc1e607f433f18bc40db61eb69985aa1a29f44382
netcf: fix offline rebuilding failed

The netcf downloaded gnulib source to ${S} at the configure time,
while the network disconnected, if sstate cache was cleaned, the
netcf rebuilding failed.

Added a new recipe named 'gnulib' to download gnulib source to
${GITDIR} and populate it to the staging data dir.

So netcf could specify this local directory where gnulib sources
reside to save the bandwidth downloading.

(From meta-openembedded rev: 60c49640554b62afc8c9e5ce54db93b76b03f6c3)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/netcf/gnulib_git.bb [new file with mode: 0644]
meta-openembedded/meta-networking/recipes-support/netcf/netcf_git.bb