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

View File

@ -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

View File

@ -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}"

View File

@ -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}"

View File

@ -1,4 +1,4 @@
# This recipe is intended as a 'simpler' replacement for task-base.
# This recipe is intended as a 'simpler' replacement for packagegroup-base.
# Please communicate your use cases and suggestions to the mailinglist(s)
DESCRIPTION = "Basic task to get a device online"
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r9"
inherit task
inherit packagegroup
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
#
@ -24,7 +24,7 @@ MACHINE_EXTRA_RRECOMMENDS ?= ""
TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp openssh-sftp-server"
#
# The section below is designed to match with task-boot, but doesn't depend on it to allow for more freedom
# The section below is designed to match with packagegroup-boot, but doesn't depend on it to allow for more freedom
# when writing image recipes.
# It also avoids the choice between connman/networkmanager/ifupdown since that is an image feature, not a
# distro feature.

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r57"
inherit task
inherit packagegroup
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
#

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
PV = "1.0"
PR = "r19"
inherit task allarch
inherit packagegroup allarch
PACKAGES += "${PN}-debug"

View File

@ -2,9 +2,9 @@ DESCRIPTION = "Packages required for a target (on-device) SDK"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit task allarch
inherit packagegroup allarch
RPROVIDES_${PN} = "task-native-sdk"
RPROVIDES_${PN} = "packagegroup-native-sdk"
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
binutils-symlinks \
perl-modules \

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
PV = "1.0"
PR = "r1"
inherit task allarch
inherit packagegroup allarch
PACKAGES += "\
${PN}-core \
@ -13,13 +13,13 @@ PACKAGES += "\
${PN}-japanese \
"
RRECOMMENDS_task-fonts-truetype = "\
RRECOMMENDS_packagegroup-fonts-truetype = "\
${PN}-core \
${PN}-chinese \
${PN}-japanese \
"
RDEPENDS_task-fonts-truetype-core = "\
RDEPENDS_packagegroup-fonts-truetype-core = "\
fontconfig-utils \
\
ttf-dejavu-common \
@ -28,12 +28,12 @@ RDEPENDS_task-fonts-truetype-core = "\
"
# ttf-dejavu-serif \
RDEPENDS_task-fonts-truetype-chinese = "\
RDEPENDS_packagegroup-fonts-truetype-chinese = "\
${PN}-core \
ttf-arphic-uming \
"
RDEPENDS_task-fonts-truetype-japanese = "\
RDEPENDS_packagegroup-fonts-truetype-japanese = "\
${PN}-core \
ttf-sazanami-gothic \
ttf-sazanami-mincho \

View File

@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r2"
inherit task
inherit packagegroup
RDEPENDS_${PN} = " \
xfwm4 \

View File

@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PR = "r3"
inherit task
inherit packagegroup
# mandatory
RDEPENDS_${PN} = " \
task-xfce-base \
packagegroup-xfce-base \
"
# nice to have