diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-23 16:00:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-23 16:00:04 +0000 |
commit | ea1cd15dd253188219f6860c8ddd626e5eea5138 (patch) | |
tree | 71943d12aeb7c4813167c2b2ad5c31491052b011 | |
parent | d4a7bd1a49448a014dec8fd3a1639513878c839f (diff) |
glibc-2.3.1.oe:
Set a few more vars in the glibc build, so i can test ipk creation.
BKrev: 3ef72404GpXen6eAR2cQtW19q6AA1w
-rw-r--r-- | content/glibc-2.3.1.oe | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe index a7bed45e55..32f940bce4 100644 --- a/content/glibc-2.3.1.oe +++ b/content/glibc-2.3.1.oe @@ -1,5 +1,9 @@ DESCRIPTION="GNU C Library" LICENSE="LGPL" +SECTION="libs" +PRIORITY=required +MAINTAINER="Chris Larson <kergoth@handhelds.org>" + SRC_URI="ftp://ftp.gnu.org/gnu/glibc/${P}.tar.gz ftp://ftp.gnu.org/pub/gnu/libc/glibc-linuxthreads-${PV}.tar.gz ${DEBIAN_MIRROR}/main/g/glibc/glibc_2.3.1-16.diff.gz;patch=1" PROVIDES=virtual/libc @@ -10,7 +14,7 @@ PACKAGES="libc6" FILES="" FILES_libc6="/lib/libc.so.6" -inherit base package +inherit base do_unpack() { base_do_unpack $@ || die "unpacking failed" |