From 676e7016d6c2c19fc288913bd4222ee00d8c06ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 30 Oct 2015 12:31:59 +0100 Subject: [PATCH] netcf: use autotools-bootstrap.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-networking/recipes-support/netcf/netcf_git.bb | 8 +------- 1 file changed, 1 insertion(+), 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