summaryrefslogtreecommitdiff
path: root/content/glibc-2.3.1.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-03 02:00:14 +0000
committerChris Larson <clarson@kergoth.com>2003-06-03 02:00:14 +0000
commitbcfa78f820ec3fed1e9ddf2601cc89647010194d (patch)
tree07df27926545bcd7ef475a0da55051d644648897 /content/glibc-2.3.1.oe
parent4c38a2fbd25e6490d6d6c420ea11c751d0caa1dd (diff)
glibc-2.3.1.oe:
Attempt to make use of patcher oeclass to apply the debian patch evalnow-1.0.oe: Add comments on use of evalnow test BKrev: 3edc012e4C9mcM9pfjR9NRz-x4If4A
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}/
+}