[oe-commits] : sharp-flash-header: make machine specific

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Oct 1 17:30:10 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 8e90d181b955f11b6b3685e4a42e8b90f5355d07
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=8e90d181b955f11b6b3685e4a42e8b90f5355d07

Author:  <koen at openembedded.org>
Date:   Wed Oct  1 17:23:10 2008 +0000

sharp-flash-header: make machine specific

---

 .../sharp-binary-only/sharp-flash-header-c700.bb   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/sharp-binary-only/sharp-flash-header-c700.bb b/packages/sharp-binary-only/sharp-flash-header-c700.bb
index 789c7c2..09bb98c 100644
--- a/packages/sharp-binary-only/sharp-flash-header-c700.bb
+++ b/packages/sharp-binary-only/sharp-flash-header-c700.bb
@@ -2,6 +2,9 @@ SECTION = "base"
 SRC_URI = "file://header-c700.bin"
 LICENSE = "sharp-binary-only"
 COMPATIBLE_MACHINE = '(c7x0|spitz|akita)'
+
+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





More information about the Openembedded-commits mailing list