diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-21 12:06:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-21 12:07:52 -0700 |
commit | 840089ec48b2c281625e7485030aba69f3213212 (patch) | |
tree | 76e6a8ea9b9805135c8f2fa33d09cda98ba06de8 /recipes/sysvinit | |
parent | e6461ca12c15fb08e476389dbab9ef3323dd75fd (diff) |
Revert "recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCH"
This reverts commit 4e9905b2be6438156dc8ad88839de04e91c922ec.
pn-${PN} is different override can not be used in all cases here.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/sysvinit')
-rw-r--r-- | recipes/sysvinit/sysvinit_2.86.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sysvinit/sysvinit_2.86.bb b/recipes/sysvinit/sysvinit_2.86.bb index d75cb32048..40c642ab45 100644 --- a/recipes/sysvinit/sysvinit_2.86.bb +++ b/recipes/sysvinit/sysvinit_2.86.bb @@ -6,7 +6,7 @@ PR = "r58" # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. # Set PACKAGE_ARCH appropriately. -PACKAGE_ARCH_pn-${PN}-inittab = "${MACHINE_ARCH}" +PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" RDEPENDS_${PN} = "${PN}-inittab" |