task*: rename to packagegroup to match oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-09-04 14:11:58 +02:00
committed by Koen Kooi
parent f3dbc97b44
commit 21a4be0e36
13 changed files with 20 additions and 20 deletions
@@ -1,4 +1,4 @@
TOOLCHAIN_TARGET_EFLTASK ?= "task-efl-standalone-sdk-target task-efl-standalone-sdk-target-dbg"
TOOLCHAIN_TARGET_EFLTASK ?= "packagegroup-efl-standalone-sdk-target packagegroup-efl-standalone-sdk-target-dbg"
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_EFLTASK}"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-efl-${DISTRO_VERSION}"
require recipes-core/meta/meta-toolchain.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
ALLOW_EMPTY = "1"
require task-efl-sdk.inc
require packagegroup-efl-sdk.inc
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
task-core-sdk \
packagegroup-core-sdk \
${SDK-EFL} \
${SDK-EXTRAS}"
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
ALLOW_EMPTY = "1"
require task-efl-sdk.inc
require packagegroup-efl-sdk.inc
PACKAGES = "${PN} ${PN}-dbg"
RDEPENDS_${PN} = "\
task-core-standalone-sdk-target \
packagegroup-core-standalone-sdk-target \
${SDK-EFL} \
${SDK-EXTRAS}"