mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
task*: rename to packagegroup to match oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f3dbc97b44
commit
21a4be0e36
|
|
@ -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}"
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
#
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
@ -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 \
|
||||
|
|
@ -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 \
|
||||
|
|
@ -4,7 +4,7 @@ LICENSE = "MIT"
|
|||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
PR = "r2"
|
||||
|
||||
inherit task
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
xfwm4 \
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user