mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
807 B
BlitzBasic
26 lines
807 B
BlitzBasic
SUMMARY = "Packages required for a target (on-device) SDK"
|
|
|
|
|
|
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"
|