mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
27 lines
817 B
BlitzBasic
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"
|