aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netcf
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-10-30 12:31:59 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-06 17:49:36 +0100
commit676e7016d6c2c19fc288913bd4222ee00d8c06ac (patch)
treefd048f0aa86e890fe9f055d0e020987ec4498b2a /meta-networking/recipes-support/netcf
parentf3e73003d0bd244553a3c528e7f6035a23a93b78 (diff)
downloadmeta-openembedded-contrib-676e7016d6c2c19fc288913bd4222ee00d8c06ac.tar.gz
netcf: use autotools-bootstrap.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-networking/recipes-support/netcf')
-rw-r--r--meta-networking/recipes-support/netcf/netcf_git.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb
index 8a8963e44f..26c738b2cc 100644
--- a/meta-networking/recipes-support/netcf/netcf_git.bb
+++ b/meta-networking/recipes-support/netcf/netcf_git.bb
@@ -16,19 +16,13 @@ DEPENDS += "augeas libnl libxslt libxml2 gnulib"
S = "${WORKDIR}/git"
-inherit gettext autotools-brokensep pkgconfig systemd
+inherit gettext autotools-bootstrap pkgconfig systemd
EXTRA_OECONF_append_class-target = " --with-driver=redhat"
PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)}"
PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts,"
-do_configure_prepend() {
- cd ${S}
- rm -f .gitmodules
- ./bootstrap --gnulib-srcdir=${STAGING_DATADIR}/gnulib
-}
-
do_install_append() {
if ${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
install -d ${D}${systemd_unitdir}/system