| Submitter | Khem Raj |
|---|---|
| Date | Sept. 9, 2012, 3:31 p.m. |
| Message ID | <1347204678-22970-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/36173/ |
| State | Superseded |
| Headers | show |
Comments
On Sunday 09 September 2012 08:31:18 Khem Raj wrote: > 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(-) Coincidentally I just pushed my patch series which obsoletes this one. Thanks for prompting me to do this earlier though. Cheers, Paul
On Sun, Sep 9, 2012 at 8:35 AM, Paul Eggleton <paul.eggleton@linux.intel.com> wrote: > On Sunday 09 September 2012 08:31:18 Khem Raj wrote: >> 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(-) > > Coincidentally I just pushed my patch series which obsoletes this one. Thanks > for prompting me to do this earlier though. > cool thanks. > Cheers, > Paul > > -- > > Paul Eggleton > Intel Open Source Technology Centre
Patch
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 \
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(-)