aboutsummaryrefslogtreecommitdiffstats
path: root/glibc
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 /glibc
parent8c3493e9d1bd57e174128085a345a82084e7f96c (diff)
downloadopenembedded-d445d9dbd0d7550a2ccc12e99484815b1cd07da0.tar.gz
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 'glibc')
-rw-r--r--glibc/glibc_2.2.5.oe1
-rw-r--r--glibc/glibc_2.3.2+cvs20040726.oe1
-rw-r--r--glibc/glibc_2.3.2.oe1
-rw-r--r--glibc/glibc_2.3.3.oe1
-rw-r--r--glibc/glibc_cvs.oe1
5 files changed, 5 insertions, 0 deletions
diff --git a/glibc/glibc_2.2.5.oe b/glibc/glibc_2.2.5.oe
index a868afaac9..bee9fe98a1 100644
--- a/glibc/glibc_2.2.5.oe
+++ b/glibc/glibc_2.2.5.oe
@@ -29,6 +29,7 @@ PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-d
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
+PROVIDES += "virtual/libintl virtual/libiconv"
DEPENDS = "patcher-native ${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"
diff --git a/glibc/glibc_2.3.2+cvs20040726.oe b/glibc/glibc_2.3.2+cvs20040726.oe
index a476a74e95..a62f88add3 100644
--- a/glibc/glibc_2.3.2+cvs20040726.oe
+++ b/glibc/glibc_2.3.2+cvs20040726.oe
@@ -28,6 +28,7 @@ python __anonymous () {
}
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
+PROVIDES += "virtual/libintl virtual/libiconv"
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe
index 468b4423a1..17277a056c 100644
--- a/glibc/glibc_2.3.2.oe
+++ b/glibc/glibc_2.3.2.oe
@@ -25,6 +25,7 @@ python __anonymous () {
}
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
+PROVIDES += "virtual/libintl virtual/libiconv"
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
diff --git a/glibc/glibc_2.3.3.oe b/glibc/glibc_2.3.3.oe
index ef15076207..c6c12c8971 100644
--- a/glibc/glibc_2.3.3.oe
+++ b/glibc/glibc_2.3.3.oe
@@ -31,6 +31,7 @@ PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-d
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
+PROVIDES += "virtual/libintl virtual/libiconv"
DEPENDS = "patcher-native ${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe
index 54879e7943..d5c2544431 100644
--- a/glibc/glibc_cvs.oe
+++ b/glibc/glibc_cvs.oe
@@ -32,6 +32,7 @@ PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-d
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
+PROVIDES += "virtual/libintl virtual/libiconv"
DEPENDS = "patcher-native ${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"