diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-26 15:09:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-29 23:40:19 -0700 |
commit | 4e9905b2be6438156dc8ad88839de04e91c922ec (patch) | |
tree | 157f819d5ec354798caac28be592eeb4df56f350 /recipes/shadow/shadow.inc | |
parent | 74a50aec84704461e520e45235f6ca68e512d39b (diff) |
recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH
* Needed to get CURRENT_TARGET_SYS to evaluate correctly in bitbake.conf
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/shadow/shadow.inc')
-rw-r--r-- | recipes/shadow/shadow.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shadow/shadow.inc b/recipes/shadow/shadow.inc index 3d4886a4eb..0b850d182b 100644 --- a/recipes/shadow/shadow.inc +++ b/recipes/shadow/shadow.inc @@ -11,7 +11,7 @@ LICENSE = "BSD" SECTION = "base" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}" +PACKAGE_ARCH_pn-${PN} = "${MACHINE_ARCH}" INC_PR = "r16" |