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
@@ -0,0 +1,24 @@
DESCRIPTION = "Packages required for a target (on-device) SDK"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit packagegroup allarch
RPROVIDES_${PN} = "packagegroup-native-sdk"
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
binutils-symlinks \
perl-modules \
flex flex-dev \
bison \
gawk \
sed \
grep \
autoconf automake \
make \
patch diffstat diffutils \
libstdc++-dev \
libtool libtool-dev libltdl-dev \
pkgconfig"
# usefull, but not in oe-core/meta-oe yet: patchutils
RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"