]> code.ossystems Code Review - openembedded-core.git/commitdiff
sharp-flash-header: Convert from leagacy staging
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 11 Feb 2010 09:51:55 +0000 (09:51 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 11 Feb 2010 09:51:55 +0000 (09:51 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/sharp-binary-only/sharp-flash-header-c700.bb

index 0c36d4549cc7610943d633e5e2bc23b5685e8c1b..38e09d8093e322c0ab8308d32ddb00c584692941 100644 (file)
@@ -4,7 +4,8 @@ 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
+
+do_install() {
+       install -d ${D}${libdir}/sharp-flash-header
+       install -m 0644 ${WORKDIR}/header-c700.bin ${D}${libdir}/sharp-flash-header/header-c700.bin
 }