Files
meta-openembedded/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
Adrian Bunk 9d559933d7 Remove LICENSE = "MIT" from packagegroups and images
This is the default in the packagegroup and image classes.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-30 09:27:57 -07:00

27 lines
817 B
BlitzBasic

SUMMARY = "Packages required for a target (on-device) SDK"
PR = "r1"
inherit packagegroup
RPROVIDES_${PN} += "packagegroup-native-sdk"
RREPLACES_${PN} += "packagegroup-native-sdk"
RCONFLICTS_${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 \
pkgconfig"
# usefull, but not in oe-core/meta-oe yet: patchutils
RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"