[oe-commits] Noor Ahsan : autofs: Remove systemd related things.

git at git.openembedded.org git at git.openembedded.org
Thu Jan 10 11:03:53 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 734398aa231dbc60c57530147e981d331d273865
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=734398aa231dbc60c57530147e981d331d273865

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Thu Jan 10 15:44:51 2013 +0500

autofs: Remove systemd related things.

* Autofs was being inherited from systemd. This class is only
present in meta-systemd. So bitbake was giving parse error
about systemd class. So removed systemd from inherit and
removed SYSTEMD_PACKAGES and SYSTEMD_SERVICE.

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-daemons/autofs/autofs_5.0.7.bb         |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index c1b0b46..ad737e3 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 DEPENDS += "openldap libtirpc flex-native bison-native"
 
-inherit autotools systemd
+inherit autotools
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
            file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \
@@ -40,9 +40,6 @@ inherit update-rc.d
 INITSCRIPT_NAME = "autofs"
 INITSCRIPT_PARAMS = "defaults"
 
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE = "autofs.service"
-
 # FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS
 CFLAGS += "${LDFLAGS}"
 





More information about the Openembedded-commits mailing list