1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

meta-toolchain: Create task-poky-standalone-sdk-host and target tasks packages and use these in meta-toolchain to avoid package renaming problems.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2038 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-28 11:09:21 +00:00
parent 40c209b79d
commit d7ff06986b
3 changed files with 27 additions and 25 deletions
@@ -0,0 +1,20 @@
DESCRIPTION = "Host packages for the standalone SDK (external toolchain)"
PR = "r0"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
inherit sdk
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
binutils-cross-sdk \
gcc-cross-sdk \
g++ \
cpp \
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
gdb-cross \
"
@@ -1,13 +1,11 @@
DESCRIPTION = "SDK packages"
PR = "r16"
DESCRIPTION = "Target packages for the standalone SDK (external toolchain)"
PR = "r0"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
PACKAGES = "\
task-sdk-bare \
"
PACKAGES = "${PN}"
RDEPENDS_task-sdk-bare = "\
RDEPENDS_${PN} = "\
glibc \
glibc-dev \
glibc-utils \
@@ -22,7 +20,3 @@ RDEPENDS_task-sdk-bare = "\
libgcc \
libstdc++ \
"
RRECOMMENDS_task-sdk-bare = "\
glibc-binary-localedata-en-gb \
"