1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

task-sdk: added task-sdk-bare from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1529 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-04-20 15:11:04 +00:00
parent 2cd9ee804b
commit 757e531c8e
+14
View File
@@ -0,0 +1,14 @@
DESCRIPTION = "SDK packages"
PR = "r7"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
PACKAGES = "\
task-sdk-bare \
"
RDEPENDS_task-sdk-bare = "\
glibc \
glibc-dev \
libgcc1 \
"