diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.13.bb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb index 3580e0965a..198b46e71d 100644 --- a/meta/recipes-extended/at/at_3.1.13.bb +++ b/meta/recipes-extended/at/at_3.1.13.bb | |||
@@ -4,14 +4,19 @@ the system load levels drop to a particular level." | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE="GPLv2+" | 5 | LICENSE="GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
7 | DEPENDS = "flex flex-native initscripts \ | 7 | DEPENDS = "flex flex-native \ |
8 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 8 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
9 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" | 9 | |
10 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | ||
11 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \ | ||
12 | ${VIRTUAL-RUNTIME_initscripts} \ | ||
13 | " | ||
14 | |||
10 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | 15 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" |
11 | 16 | ||
12 | RCONFLICTS_${PN} = "atd" | 17 | RCONFLICTS_${PN} = "atd" |
13 | RREPLACES_${PN} = "atd" | 18 | RREPLACES_${PN} = "atd" |
14 | PR = "r4" | 19 | PR = "r5" |
15 | 20 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 21 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ |
17 | file://configure.patch \ | 22 | file://configure.patch \ |