summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb5
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 c1b0b4629..ad737e372 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
6DEPENDS += "openldap libtirpc flex-native bison-native" 6DEPENDS += "openldap libtirpc flex-native bison-native"
7 7
8inherit autotools systemd 8inherit autotools
9 9
10SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ 10SRC_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
40INITSCRIPT_NAME = "autofs" 40INITSCRIPT_NAME = "autofs"
41INITSCRIPT_PARAMS = "defaults" 41INITSCRIPT_PARAMS = "defaults"
42 42
43SYSTEMD_PACKAGES = "${PN}-systemd"
44SYSTEMD_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
47CFLAGS += "${LDFLAGS}" 44CFLAGS += "${LDFLAGS}"
48 45