diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-04 14:11:58 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-05 10:05:06 +0200 |
commit | 21a4be0e36bb1ee6c3c469c83a623c5d9a45257a (patch) | |
tree | be14375786b4756c8c9d62020cc99a8b2da808fa /meta-oe/recipes-devtools | |
parent | f3dbc97b44a5dd2588eb0c6ed7e3ce1b1e997847 (diff) | |
download | meta-openembedded-21a4be0e36bb1ee6c3c469c83a623c5d9a45257a.tar.gz |
task*: rename to packagegroup to match oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb (renamed from meta-oe/recipes-devtools/tasks/task-sdk-target.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/tasks/task-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb index 03141f2d1..3ad9b5557 100644 --- a/meta-oe/recipes-devtools/tasks/task-sdk-target.bb +++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | |||
@@ -2,9 +2,9 @@ DESCRIPTION = "Packages required for a target (on-device) SDK" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
4 | 4 | ||
5 | inherit task allarch | 5 | inherit packagegroup allarch |
6 | 6 | ||
7 | RPROVIDES_${PN} = "task-native-sdk" | 7 | RPROVIDES_${PN} = "packagegroup-native-sdk" |
8 | RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ | 8 | RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ |
9 | binutils-symlinks \ | 9 | binutils-symlinks \ |
10 | perl-modules \ | 10 | perl-modules \ |