All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies
@ 2012-01-18 23:02 Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 1/3] zaurus-updater: " Andrea Adami
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrea Adami @ 2012-01-18 23:02 UTC (permalink / raw)
  To: openembedded-devel

* inhibit toolchain dependencies as there isn't anything to compile

Andrea Adami (3):
  zaurus-updater: Inhibit toolchain dependencies
  zaurus-legacy-tar.bb: Inhibit toolchain dependencies
  zaurus-installer: Inhibit toolchain dependencies

 recipes-bsp/zaurus-utils/zaurus-installer.bb  |    4 +++-
 recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb |    4 +++-
 recipes-bsp/zaurus-utils/zaurus-updater.bb    |    5 +++--
 3 files changed, 9 insertions(+), 4 deletions(-)

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-handheld] [PATCH 1/3] zaurus-updater: Inhibit toolchain dependencies
  2012-01-18 23:02 [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies Andrea Adami
@ 2012-01-18 23:02 ` Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 2/3] zaurus-legacy-tar.bb: " Andrea Adami
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Adami @ 2012-01-18 23:02 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-handheld] [PATCH 2/3] zaurus-legacy-tar.bb: Inhibit toolchain dependencies
  2012-01-18 23:02 [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 1/3] zaurus-updater: " Andrea Adami
@ 2012-01-18 23:02 ` Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 3/3] zaurus-installer: " Andrea Adami
  2012-01-20 12:23 ` [meta-handheld] [PATCH 0/3] zaurus-utils: " Paul Eggleton
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Adami @ 2012-01-18 23:02 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb b/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
index cc2563a..66a48ef 100644
--- a/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
+++ b/recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb
@@ -1,7 +1,9 @@
 DESCRIPTION = "Legacy GNU-tar to unpack hd images on install for Zaurus spitz"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/gnu-tar;md5=34b647d6444a9a38e269c2793c7d0bf2"
-PR = "r1"
+PR = "r2"
+
+INHIBIT_DEFAULT_DEPS = "1"
 
 SRC_URI = "http://pocketworkstation.org/files/gnu-tar.gz"
 SRC_URI[md5sum] = "0c1494335e4f33ac5712d1f72de2eff2"
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-handheld] [PATCH 3/3] zaurus-installer: Inhibit toolchain dependencies
  2012-01-18 23:02 [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 1/3] zaurus-updater: " Andrea Adami
  2012-01-18 23:02 ` [meta-handheld] [PATCH 2/3] zaurus-legacy-tar.bb: " Andrea Adami
@ 2012-01-18 23:02 ` Andrea Adami
  2012-01-20 12:23 ` [meta-handheld] [PATCH 0/3] zaurus-utils: " Paul Eggleton
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Adami @ 2012-01-18 23:02 UTC (permalink / raw)
  To: openembedded-devel

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

diff --git a/recipes-bsp/zaurus-utils/zaurus-installer.bb b/recipes-bsp/zaurus-utils/zaurus-installer.bb
index 7eb8fb5..785836f 100644
--- a/recipes-bsp/zaurus-utils/zaurus-installer.bb
+++ b/recipes-bsp/zaurus-utils/zaurus-installer.bb
@@ -3,7 +3,9 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 DEPENDS = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot', 'zaurus-updater linux-kexecboot', d)}"
 DEPENDS += "${@base_conditional('MACHINE', 'spitz', 'zaurus-legacy-tar', '', d)}"
-PR = "r5"
+PR = "r6"
+
+INHIBIT_DEFAULT_DEPS = "1"
 
 do_compile() {
         :
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies
  2012-01-18 23:02 [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies Andrea Adami
                   ` (2 preceding siblings ...)
  2012-01-18 23:02 ` [meta-handheld] [PATCH 3/3] zaurus-installer: " Andrea Adami
@ 2012-01-20 12:23 ` Paul Eggleton
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-01-20 12:23 UTC (permalink / raw)
  To: openembedded-devel

On Thursday 19 January 2012 00:02:07 Andrea Adami wrote:
> * inhibit toolchain dependencies as there isn't anything to compile
> 
> Andrea Adami (3):
>   zaurus-updater: Inhibit toolchain dependencies
>   zaurus-legacy-tar.bb: Inhibit toolchain dependencies
>   zaurus-installer: Inhibit toolchain dependencies
> 
>  recipes-bsp/zaurus-utils/zaurus-installer.bb  |    4 +++-
>  recipes-bsp/zaurus-utils/zaurus-legacy-tar.bb |    4 +++-
>  recipes-bsp/zaurus-utils/zaurus-updater.bb    |    5 +++--
>  3 files changed, 9 insertions(+), 4 deletions(-)

Merged to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-20 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 23:02 [meta-handheld] [PATCH 0/3] zaurus-utils: Inhibit toolchain dependencies Andrea Adami
2012-01-18 23:02 ` [meta-handheld] [PATCH 1/3] zaurus-updater: " Andrea Adami
2012-01-18 23:02 ` [meta-handheld] [PATCH 2/3] zaurus-legacy-tar.bb: " Andrea Adami
2012-01-18 23:02 ` [meta-handheld] [PATCH 3/3] zaurus-installer: " Andrea Adami
2012-01-20 12:23 ` [meta-handheld] [PATCH 0/3] zaurus-utils: " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.