summaryrefslogtreecommitdiff
path: root/uclibc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 01:17:41 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 01:17:41 +0000
commitd445d9dbd0d7550a2ccc12e99484815b1cd07da0 (patch)
tree1b22a18f65c05c8009902efbd8dc24ebcd7daaa1 /uclibc
parent8c3493e9d1bd57e174128085a345a82084e7f96c (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/15 19:11:27-06:00 handhelds.org!kergoth Add the necessary virtual/libintl and virtual/libiconv PROVIDES to the uclibc and glibc builds. 2004/11/15 19:10:29-06:00 handhelds.org!kergoth Stage the target gettext build, and make it PROVIDES virtual/libintl. 2004/11/15 19:09:34-06:00 handhelds.org!kergoth Unbork the libiconv builds a bit, and make the target libiconv PROVIDES virtual/libiconv. 2004/11/12 12:03:48-06:00 handhelds.org!kergoth Merge openembedded@openembedded.bkbits.net:packages-devel into handhelds.org:/home/kergoth/code/packages 2004/11/11 14:12:30-06:00 handhelds.org!kergoth Merge openembedded@openembedded.bkbits.net:packages-devel into handhelds.org:/home/kergoth/code/packages 2004/11/11 14:06:04-06:00 handhelds.org!kergoth Enhance source distribution oeclass to support | seperated licenses (if any is distributable, that component is), and space seperated (all must be distributable). BKrev: 419955354rVOOt21Zfjv5KsGqY457w
Diffstat (limited to 'uclibc')
-rw-r--r--uclibc/uclibc_0.9.21.oe1
-rw-r--r--uclibc/uclibc_0.9.26.oe3
-rw-r--r--uclibc/uclibc_cvs.oe1
3 files changed, 4 insertions, 1 deletions
diff --git a/uclibc/uclibc_0.9.21.oe b/uclibc/uclibc_0.9.21.oe
index 8586ebce93..41487e528f 100644
--- a/uclibc/uclibc_0.9.21.oe
+++ b/uclibc/uclibc_0.9.21.oe
@@ -8,6 +8,7 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/uclibc-${PV}"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}gcc-initial"
PROVIDES = "virtual/libc"
+PROVIDES += "virtual/libiconv"
SRC_URI = "http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \
http://www.uclibc.org/downloads/toolchain/kernel-headers-2.4.21.tar.bz2"
diff --git a/uclibc/uclibc_0.9.26.oe b/uclibc/uclibc_0.9.26.oe
index 7365a87e80..2cc8c2cf8b 100644
--- a/uclibc/uclibc_0.9.26.oe
+++ b/uclibc/uclibc_0.9.26.oe
@@ -21,7 +21,8 @@ python __anonymous () {
oe.data.getVar('TARGET_OS', d, 1))
}
-PROVIDES += " virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
+PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
+PROVIDES += "virtual/libiconv"
DEPENDS = "patcher-native virtual/${TARGET_PREFIX}binutils \
virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"
diff --git a/uclibc/uclibc_cvs.oe b/uclibc/uclibc_cvs.oe
index df6bfecfd9..3f76d9153d 100644
--- a/uclibc/uclibc_cvs.oe
+++ b/uclibc/uclibc_cvs.oe
@@ -24,6 +24,7 @@ python __anonymous () {
}
PROVIDES += " virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
+PROVIDES += "virtual/libiconv"
DEPENDS = "patcher-native virtual/${TARGET_PREFIX}binutils \
virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"