mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
task*: rename to packagegroup to match oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user