summaryrefslogtreecommitdiff
path: root/content/glibc-2.3.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/glibc-2.3.1.oe')
-rw-r--r--content/glibc-2.3.1.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe
index e69de29bb2..4399f4051d 100644
--- a/content/glibc-2.3.1.oe
+++ b/content/glibc-2.3.1.oe
@@ -0,0 +1,15 @@
+DESCRIPTION="GNU C Library"
+LICENSE="LGPL"
+SRC_URI="ftp://ftp.gnu.org/gnu/glibc/${P}.tar.gz ftp://ftp.gnu.org/pub/gnu/libc/glibc-linuxthreads-${PV}.tar.gz ${PATCHES_URI}"
+PATCHES_URI=" ${DEBIAN_MIRROR}/main/g/glibc/glibc_2.3.1-16.diff.gz"
+PROVIDES=virtual/libc
+
+S="${WORKDIR}/${P}"
+EXTRA_OECONF="--with-elf --disable-profile --enable-add-ons=linuxthreads --with-elf --enable-shared --with-headers=${STAGING_DIR}/target/include --without-cvs --enable-kernel=2.4.6"
+
+inherit patcher
+
+do_unpack() {
+ patcher_do_unpack $@ || oefatal "unpacking failed"
+ mv ${WORKDIR}/linuxthreads{,_db} ${S}/
+}