diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2013-01-10 15:44:51 +0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-10 11:59:58 +0100 |
commit | 734398aa231dbc60c57530147e981d331d273865 (patch) | |
tree | 96ffdccda580b02efc8b9bde531089d024778e84 /meta-networking/recipes-daemons/autofs | |
parent | c9a18a88456bd459b34de4e9a7f4f8c0b9d669b1 (diff) | |
download | meta-openembedded-734398aa231dbc60c57530147e981d331d273865.tar.gz |
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@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/autofs')
-rw-r--r-- | meta-networking/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 c1b0b46295..ad737e372e 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" | |||
5 | 5 | ||
6 | DEPENDS += "openldap libtirpc flex-native bison-native" | 6 | DEPENDS += "openldap libtirpc flex-native bison-native" |
7 | 7 | ||
8 | inherit autotools systemd | 8 | inherit autotools |
9 | 9 | ||
10 | SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ | 10 | SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ |
11 | file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \ | 11 | file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \ |
@@ -40,9 +40,6 @@ inherit update-rc.d | |||
40 | INITSCRIPT_NAME = "autofs" | 40 | INITSCRIPT_NAME = "autofs" |
41 | INITSCRIPT_PARAMS = "defaults" | 41 | INITSCRIPT_PARAMS = "defaults" |
42 | 42 | ||
43 | SYSTEMD_PACKAGES = "${PN}-systemd" | ||
44 | SYSTEMD_SERVICE = "autofs.service" | ||
45 | |||
46 | # FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS | 43 | # FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS |
47 | CFLAGS += "${LDFLAGS}" | 44 | CFLAGS += "${LDFLAGS}" |
48 | 45 | ||