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

task-sdk-host: Drop packages not needed now gcc-cross-sdk has better RRECOMENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3278 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-30 11:51:57 +00:00
parent eb864c8fa4
commit 412acf7305
+1 -7
View File
@@ -3,7 +3,7 @@
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r1"
PR = "r2"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
@@ -15,10 +15,4 @@ RDEPENDS_${PN} = "\
binutils-cross-sdk \
gcc-cross-sdk \
gdb-cross-sdk \
g++ \
cpp \
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
"