From 59405af6d030bc5b0fb7c547d1405308a80e5a79 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 29 Jul 2011 01:11:39 +0200 Subject: zaurus-updater: adopt necessary changes for oe-core * update LIC_FILES_CHKSUM * (so calling sed in do_configure won't break checksum) * inherit deploy * bump PR Signed-off-by: Martin Jansa Signed-off-by: Andrea Adami --- recipes-bsp/zaurus-utils/zaurus-updater.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'recipes-bsp/zaurus-utils') diff --git a/recipes-bsp/zaurus-utils/zaurus-updater.bb b/recipes-bsp/zaurus-utils/zaurus-updater.bb index b13e2a3..450f4bb 100644 --- a/recipes-bsp/zaurus-utils/zaurus-updater.bb +++ b/recipes-bsp/zaurus-utils/zaurus-updater.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update" -LICENSE = "zaurus-updater" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://updater.sh;endline=59;md5=667f442c1e555f21adb58957306612cc" DEPENDS = "encdec-updater-native" -PR = "r25" +PR = "r26" SRC_URI = "file://updater.sh" @@ -19,13 +20,14 @@ do_compile() { PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES = "" -# package_stagefile_shell need to run before populate_sysroot for packaged-staging -addtask deploy before do_populate_sysroot after do_compile COMPATIBLE_MACHINE = "(poodle|c7x0|spitz|akita|tosa)" +inherit deploy + +addtask deploy before do_populate_sysroot after do_compile + do_deploy() { install -d ${DEPLOY_DIR_IMAGE} install -m 0755 updater.sh ${DEPLOY_DIR_IMAGE}/updater.sh - package_stagefile_shell ${DEPLOY_DIR_IMAGE}/updater.sh } -- cgit 1.2.3-korg