All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-opie][PATCH] recipes: inherit packagegroup instead of obsoleted task bbclass
Date: Sun,  9 Sep 2012 08:31:18 -0700	[thread overview]
Message-ID: <1347204678-22970-1-git-send-email-raj.khem@gmail.com> (raw)

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




             reply	other threads:[~2012-09-09 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-09 15:31 Khem Raj [this message]
2012-09-09 15:35 ` [meta-opie][PATCH] recipes: inherit packagegroup instead of obsoleted task bbclass Paul Eggleton
2012-09-09 15:37   ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1347204678-22970-1-git-send-email-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.