diff options
Diffstat (limited to 'meta/packages')
-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 | } |