summaryrefslogtreecommitdiff
path: root/meta/packages/tasks/task-poky-standalone-sdk-host.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-28 11:09:21 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-28 11:09:21 +0000
commitd7ff06986bac3ee9cc14d198d199f69936dc1e4c (patch)
treee3ed885dde1081935d30757e7565938ada260fa9 /meta/packages/tasks/task-poky-standalone-sdk-host.bb
parent40c209b79d5547297a6882d2426e96e5b0fc46eb (diff)
downloadopenembedded-core-d7ff06986bac3ee9cc14d198d199f69936dc1e4c.tar.gz
openembedded-core-d7ff06986bac3ee9cc14d198d199f69936dc1e4c.tar.bz2
openembedded-core-d7ff06986bac3ee9cc14d198d199f69936dc1e4c.tar.xz
openembedded-core-d7ff06986bac3ee9cc14d198d199f69936dc1e4c.zip
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
Diffstat (limited to 'meta/packages/tasks/task-poky-standalone-sdk-host.bb')
-rw-r--r--meta/packages/tasks/task-poky-standalone-sdk-host.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-host.bb b/meta/packages/tasks/task-poky-standalone-sdk-host.bb
new file mode 100644
index 000000000..2140e9662
--- /dev/null
+++ b/meta/packages/tasks/task-poky-standalone-sdk-host.bb
@@ -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 \
+ " \ No newline at end of file