[oe] [meta-handheld] [PATCH 1/3] zaurus-updater: Inhibit toolchain dependencies

Andrea Adami andrea.adami at gmail.com
Wed Jan 18 23:02:08 UTC 2012


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-bsp/zaurus-utils/zaurus-updater.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/zaurus-utils/zaurus-updater.bb b/recipes-bsp/zaurus-utils/zaurus-updater.bb
index 450f4bb..93fabeb 100644
--- a/recipes-bsp/zaurus-utils/zaurus-updater.bb
+++ b/recipes-bsp/zaurus-utils/zaurus-updater.bb
@@ -2,7 +2,9 @@ DESCRIPTION = "Encrypted shellscript for the Zaurus ROM update"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://updater.sh;endline=59;md5=667f442c1e555f21adb58957306612cc"
 DEPENDS = "encdec-updater-native"
-PR = "r26"
+PR = "r27"
+
+INHIBIT_DEFAULT_DEPS = "1"
 
 SRC_URI = "file://updater.sh"
 
@@ -20,7 +22,6 @@ do_compile() {
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 PACKAGES = ""
 
-
 COMPATIBLE_MACHINE = "(poodle|c7x0|spitz|akita|tosa)"
 
 inherit deploy
-- 
1.7.3.4





More information about the Openembedded-devel mailing list