added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
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"