summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta/external-poky-toolchain.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-14 16:25:25 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-14 16:25:25 +0000
commitb29063fdeff975877cce26eb48e796e4ff4e1537 (patch)
tree5d8884fffedca08cc189b3462c574fb19d2188a7 /meta/packages/meta/external-poky-toolchain.bb
parentd2ed7461f31ac1e882158bda29cc554199d397d7 (diff)
downloadpoky-b29063fdeff975877cce26eb48e796e4ff4e1537.tar.gz
external-poky-toolchain: Add PACKAGES_DYNAMIC
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1946 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/meta/external-poky-toolchain.bb')
-rw-r--r--meta/packages/meta/external-poky-toolchain.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/meta/external-poky-toolchain.bb b/meta/packages/meta/external-poky-toolchain.bb
index e3e3f868dc..1042191344 100644
--- a/meta/packages/meta/external-poky-toolchain.bb
+++ b/meta/packages/meta/external-poky-toolchain.bb
@@ -8,14 +8,11 @@ PROVIDES = "\
8 virtual/libintl \ 8 virtual/libintl \
9 virtual/libiconv \ 9 virtual/libiconv \
10 glibc-thread-db \ 10 glibc-thread-db \
11
12 virtual/linux-libc-headers " 11 virtual/linux-libc-headers "
13 12
14RPROVIDES = "glibc-gconv-iso8859-1" 13PACKAGES_DYNAMIC = "glibc-gconv-*"
15PR = "r1" 14PR = "r1"
16 15
17DEFAULT_PREFERENCE = "-1"
18
19inherit sdk 16inherit sdk
20 17
21do_stage() { 18do_stage() {