]> code.ossystems Code Review - openembedded-core.git/commitdiff
sharp-flash-header: Install into machine specific staging area so do_rootfs can...
authorRichard Purdie <richard@openedhand.com>
Sat, 19 Jul 2008 22:03:47 +0000 (22:03 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 19 Jul 2008 22:03:47 +0000 (22:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4898 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/sharp-binary-only/sharp-flash-header-c700.bb

index 789c7c2f0157f55303affa04b4133a928f015a53..0c36d4549cc7610943d633e5e2bc23b5685e8c1b 100644 (file)
@@ -2,6 +2,8 @@ SECTION = "base"
 SRC_URI = "file://header-c700.bin"
 LICENSE = "sharp-binary-only"
 COMPATIBLE_MACHINE = '(c7x0|spitz|akita)'
+# Install into machine specific staging area so do_rootfs can find this
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 do_stage() {
        install -d ${STAGING_LIBDIR}/sharp-flash-header
        install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin