summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netcf/netcf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/netcf/netcf_git.bb')
-rw-r--r--meta-networking/recipes-support/netcf/netcf_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index 93f8c70d3b..6c36ce8482 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_git.bb
@@ -12,7 +12,7 @@ PV = "0.2.3+git${SRCPV}"
12SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \ 12SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \
13" 13"
14 14
15DEPENDS += "augeas libnl libxslt libxml2" 15DEPENDS += "augeas libnl libxslt libxml2 gnulib"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
@@ -21,6 +21,7 @@ inherit gettext autotools
21EXTRA_OECONF_append_class-target = " --with-driver=redhat" 21EXTRA_OECONF_append_class-target = " --with-driver=redhat"
22do_configure_prepend() { 22do_configure_prepend() {
23 cd ${S} 23 cd ${S}
24 ./bootstrap 24 rm -f .gitmodules
25 ./bootstrap --gnulib-srcdir=${STAGING_DATADIR}/gnulib
25} 26}
26 27