From 4e9905b2be6438156dc8ad88839de04e91c922ec Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 26 Jul 2010 15:09:10 -0700 Subject: 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 --- recipes/tasks/task-x11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/tasks/task-x11.bb') diff --git a/recipes/tasks/task-x11.bb b/recipes/tasks/task-x11.bb index 77e281e699..a70bb15d90 100644 --- a/recipes/tasks/task-x11.bb +++ b/recipes/tasks/task-x11.bb @@ -25,7 +25,7 @@ XSERVER_COMMON ?= "xserver-kdrive-common" XSERVER_COMMON_shr = "xserver-common" # This is also the reason why we have to make this package machine specific :/ -PACKAGE_ARCH_${PN}-server = "${MACHINE_ARCH}" +PACKAGE_ARCH_pn-${PN}-server = "${MACHINE_ARCH}" RDEPENDS_${PN}-server = "\ ${XSERVER} \ -- cgit v1.2.3