diff options
Diffstat (limited to 'meta-networking/recipes-support/netcf/netcf_git.bb')
-rw-r--r-- | meta-networking/recipes-support/netcf/netcf_git.bb | 5 |
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}" | |||
12 | SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \ | 12 | SRC_URI = "git://git.fedorahosted.org/netcf.git;protocol=git \ |
13 | " | 13 | " |
14 | 14 | ||
15 | DEPENDS += "augeas libnl libxslt libxml2" | 15 | DEPENDS += "augeas libnl libxslt libxml2 gnulib" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
@@ -21,6 +21,7 @@ inherit gettext autotools | |||
21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" |
22 | do_configure_prepend() { | 22 | do_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 | ||