meta-openembedded/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
Martin Jansa e722be5fac
recipes: Drop remaining PR values from recipes
* 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>
2024-03-17 13:10:10 -07:00

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"