diff options
author | Richard Purdie <richard@openedhand.com> | 2005-12-22 23:02:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-12-22 23:02:06 +0000 |
commit | 6b89cc186f86e4d2b36e94c7fcb0efadcd855cd2 (patch) | |
tree | eb8e8aa347ecfa8e711c02996bb1d638ecb6f9f9 /openembedded/packages/sysvinit | |
parent | 01a805c8841bc7dccc0eaa7a275d061259b1a2f6 (diff) | |
download | poky-6b89cc186f86e4d2b36e94c7fcb0efadcd855cd2.tar.gz |
Some PACKAGE_ARCH changes to help mutlibuild and misc
git-svn-id: https://svn.o-hand.com/repos/poky@208 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/sysvinit')
-rw-r--r-- | openembedded/packages/sysvinit/sysvinit_2.86.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/packages/sysvinit/sysvinit_2.86.bb b/openembedded/packages/sysvinit/sysvinit_2.86.bb index 7611d79cd9..0a8f78efcc 100644 --- a/openembedded/packages/sysvinit/sysvinit_2.86.bb +++ b/openembedded/packages/sysvinit/sysvinit_2.86.bb | |||
@@ -7,6 +7,7 @@ PR = "r19" | |||
7 | 7 | ||
8 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. | 8 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. |
9 | # Set PACKAGE_ARCH appropriately. | 9 | # Set PACKAGE_ARCH appropriately. |
10 | PACKAGE_ARCH = "all" | ||
10 | PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH_${PN}-inittab = "${MACHINE_ARCH}" |
11 | 12 | ||
12 | RDEPENDS_${PN} = "${PN}-inittab" | 13 | RDEPENDS_${PN} = "${PN}-inittab" |