mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
task-sdk-target: initial add - meant to be what task-sdk-native is in OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
DESCRIPTION = "Packages required for a target (on-device) SDK"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
|
inherit task allarch
|
||||||
|
|
||||||
|
RPROVIDES_${PN} = "task-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 libltdl-dev \
|
||||||
|
pkgconfig"
|
||||||
|
|
||||||
|
# usefull, but not in oe-core/meta-oe yet: patchutils
|
||||||
|
RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"
|
||||||
Reference in New Issue
Block a user