aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/frameworkd-config-shr_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-26 15:09:10 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-29 23:40:19 -0700
commit4e9905b2be6438156dc8ad88839de04e91c922ec (patch)
tree157f819d5ec354798caac28be592eeb4df56f350 /recipes/shr/frameworkd-config-shr_git.bb
parent74a50aec84704461e520e45235f6ca68e512d39b (diff)
downloadopenembedded-4e9905b2be6438156dc8ad88839de04e91c922ec.tar.gz
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/shr/frameworkd-config-shr_git.bb')
-rw-r--r--recipes/shr/frameworkd-config-shr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/frameworkd-config-shr_git.bb b/recipes/shr/frameworkd-config-shr_git.bb
index bc7284f217..cf2a534f89 100644
--- a/recipes/shr/frameworkd-config-shr_git.bb
+++ b/recipes/shr/frameworkd-config-shr_git.bb
@@ -60,7 +60,7 @@ do_install_append() {
install -m 0644 ${CONF_PATH}/*.wav ${D}${datadir}/sounds/
}
-PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
+PACKAGE_ARCH_pn-${PN} = "${MACHINE_ARCH}"
# - add wmiconfig for wireless configuration
RDEPENDS_${PN}_append_om-gta02 = " wmiconfig"