diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb index ce9396a005..a391d6ebef 100644 --- a/meta/recipes-extended/at/at_3.1.13.bb +++ b/meta/recipes-extended/at/at_3.1.13.bb | |||
@@ -4,14 +4,14 @@ 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 initscripts \ | 7 | DEPENDS = "flex flex-native initscripts \ |
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 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" |
10 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | 10 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" |
11 | 11 | ||
12 | RCONFLICTS_${PN} = "atd" | 12 | RCONFLICTS_${PN} = "atd" |
13 | RREPLACES_${PN} = "atd" | 13 | RREPLACES_${PN} = "atd" |
14 | PR = "r2" | 14 | PR = "r3" |
15 | 15 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ |
17 | file://configure.patch \ | 17 | file://configure.patch \ |