All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-opie][PATCH] recipes: inherit packagegroup instead of obsoleted task bbclass
@ 2012-09-09 15:31 Khem Raj
  2012-09-09 15:35 ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2012-09-09 15:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-opie/tasks/task-opie-16mb.bb   |    2 +-
 recipes-opie/tasks/task-opie-all.bb    |    2 +-
 recipes-opie/tasks/task-opie-apps.bb   |    2 +-
 recipes-opie/tasks/task-opie-games.bb  |    2 +-
 recipes-opie/tasks/task-opie.bb        |    2 +-
 recipes-opie/tasks/task-xqtlauncher.bb |    2 +-
 recipes-qtopia/tasks/task-qpe.bb       |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/recipes-opie/tasks/task-opie-16mb.bb b/recipes-opie/tasks/task-opie-16mb.bb
index 34f81f6..eb684d5 100644
--- a/recipes-opie/tasks/task-opie-16mb.bb
+++ b/recipes-opie/tasks/task-opie-16mb.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 PR = "r5"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-opie/tasks/task-opie-all.bb b/recipes-opie/tasks/task-opie-all.bb
index 3f3a33b..d9c0a74 100644
--- a/recipes-opie/tasks/task-opie-all.bb
+++ b/recipes-opie/tasks/task-opie-all.bb
@@ -3,7 +3,7 @@ SECTION = "opie/base"
 LICENSE = "MIT"
 PR = "r3"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-opie/tasks/task-opie-apps.bb b/recipes-opie/tasks/task-opie-apps.bb
index 2cb0981..b019a87 100644
--- a/recipes-opie/tasks/task-opie-apps.bb
+++ b/recipes-opie/tasks/task-opie-apps.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 
 PR = "r1"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-opie/tasks/task-opie-games.bb b/recipes-opie/tasks/task-opie-games.bb
index 0193532..d00fdb5 100644
--- a/recipes-opie/tasks/task-opie-games.bb
+++ b/recipes-opie/tasks/task-opie-games.bb
@@ -3,7 +3,7 @@ SECTION = "opie/base"
 LICENSE = "MIT"
 PR = "r1"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-opie/tasks/task-opie.bb b/recipes-opie/tasks/task-opie.bb
index 64e6492..2c626c6 100644
--- a/recipes-opie/tasks/task-opie.bb
+++ b/recipes-opie/tasks/task-opie.bb
@@ -5,7 +5,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 PR = "r16"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-opie/tasks/task-xqtlauncher.bb b/recipes-opie/tasks/task-xqtlauncher.bb
index 242307f..8bef8b7 100644
--- a/recipes-opie/tasks/task-xqtlauncher.bb
+++ b/recipes-opie/tasks/task-xqtlauncher.bb
@@ -3,7 +3,7 @@ SECTION = "opie/base"
 LICENSE = "MIT"
 PR = "r1"
 
-inherit task
+inherit packagegroup
 
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
diff --git a/recipes-qtopia/tasks/task-qpe.bb b/recipes-qtopia/tasks/task-qpe.bb
index 10567c9..7353e71 100644
--- a/recipes-qtopia/tasks/task-qpe.bb
+++ b/recipes-qtopia/tasks/task-qpe.bb
@@ -3,7 +3,7 @@ SECTION = "opie/base"
 LICENSE = "MIT"
 PR = "r10"
 
-inherit task
+inherit packagegroup
 
 PACKAGES = "task-qpe-applets task-qpe-games task-qpe-inputmethods \
 	task-qpe-multimedia task-qpe-emulators task-qpe-applications \
-- 
1.7.9.5




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

end of thread, other threads:[~2012-09-09 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09 15:31 [meta-opie][PATCH] recipes: inherit packagegroup instead of obsoleted task bbclass Khem Raj
2012-09-09 15:35 ` Paul Eggleton
2012-09-09 15:37   ` Khem Raj

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.