summaryrefslogtreecommitdiff
path: root/meta/packages/tasks/task-poky-standalone-sdk-target.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-target.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-target.bb')
-rw-r--r--meta/packages/tasks/task-poky-standalone-sdk-target.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-sdk-target.bb
new file mode 100644
index 000000000..6945715c4
--- /dev/null
+++ b/meta/packages/tasks/task-poky-standalone-sdk-target.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Target packages for the standalone SDK (external toolchain)"
+PR = "r0"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+PACKAGES = "${PN}"
+
+RDEPENDS_${PN} = "\
+ glibc \
+ glibc-dev \
+ glibc-utils \
+ libsegfault \
+ glibc-thread-db \
+ glibc-localedata-i18n \
+ glibc-gconv-ibm850 \
+ glibc-gconv-cp1252 \
+ glibc-gconv-iso8859-1 \
+ glibc-gconv-iso8859-15 \
+ locale-base-en-gb \
+ libgcc \
+ libstdc++ \
+ "