diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-11 09:51:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-11 09:51:55 +0000 |
commit | c33fa352b8268e3769976a06159fb9bb733a687e (patch) | |
tree | 7a05c17b68fa2dbeb3e2f9c77b68997e19e66c15 /meta/packages/sharp-binary-only | |
parent | 633e0ff5e3d7a3bd7ca874a3f399e8670553e4cd (diff) | |
download | poky-c33fa352b8268e3769976a06159fb9bb733a687e.tar.gz |
sharp-flash-header: Convert from leagacy staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/sharp-binary-only')
-rw-r--r-- | meta/packages/sharp-binary-only/sharp-flash-header-c700.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb b/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb index 0c36d4549c..38e09d8093 100644 --- a/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb +++ b/meta/packages/sharp-binary-only/sharp-flash-header-c700.bb | |||
@@ -4,7 +4,8 @@ LICENSE = "sharp-binary-only" | |||
4 | COMPATIBLE_MACHINE = '(c7x0|spitz|akita)' | 4 | COMPATIBLE_MACHINE = '(c7x0|spitz|akita)' |
5 | # Install into machine specific staging area so do_rootfs can find this | 5 | # Install into machine specific staging area so do_rootfs can find this |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | do_stage() { | 7 | |
8 | install -d ${STAGING_LIBDIR}/sharp-flash-header | 8 | do_install() { |
9 | install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin | 9 | install -d ${D}${libdir}/sharp-flash-header |
10 | install -m 0644 ${WORKDIR}/header-c700.bin ${D}${libdir}/sharp-flash-header/header-c700.bin | ||
10 | } | 11 | } |