mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|||||||
|
|
||||||
DEPENDS += "openldap libtirpc flex-native bison-native"
|
DEPENDS += "openldap libtirpc flex-native bison-native"
|
||||||
|
|
||||||
inherit autotools systemd
|
inherit autotools
|
||||||
|
|
||||||
SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
|
SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
|
||||||
file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \
|
file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \
|
||||||
@@ -40,9 +40,6 @@ inherit update-rc.d
|
|||||||
INITSCRIPT_NAME = "autofs"
|
INITSCRIPT_NAME = "autofs"
|
||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
|
||||||
SYSTEMD_SERVICE = "autofs.service"
|
|
||||||
|
|
||||||
# FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS
|
# FIXME: modules/Makefile has crappy rules that don't obey LDFLAGS
|
||||||
CFLAGS += "${LDFLAGS}"
|
CFLAGS += "${LDFLAGS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user