diff options
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.bb | 9 |
1 files changed, 7 insertions, 2 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 6751402bbb..8db4378d39 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | |||
@@ -3,11 +3,11 @@ SECTION = "base" | |||
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
5 | 5 | ||
6 | PR = "r3" | 6 | PR = "r6" |
7 | 7 | ||
8 | DEPENDS += "libtirpc flex-native bison-native" | 8 | DEPENDS += "libtirpc flex-native bison-native" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools systemd |
11 | 11 | ||
12 | SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \ |
13 | file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \ | 13 | file://autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch \ |
@@ -97,3 +97,8 @@ do_install_append () { | |||
97 | } | 97 | } |
98 | 98 | ||
99 | INSANE_SKIP_${PN} = "dev-so" | 99 | INSANE_SKIP_${PN} = "dev-so" |
100 | |||
101 | RPROVIDES_${PN} += "${PN}-systemd" | ||
102 | RREPLACES_${PN} += "${PN}-systemd" | ||
103 | RCONFLICTS_${PN} += "${PN}-systemd" | ||
104 | SYSTEMD_SERVICE_${PN} = "autofs.service" | ||