glibc-2.3.1.oe:
authorChris Larson <clarson@kergoth.com>
Mon, 23 Jun 2003 16:00:04 +0000 (16:00 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 23 Jun 2003 16:00:04 +0000 (16:00 +0000)
  Set a few more vars in the glibc build, so i can test ipk creation.

BKrev: 3ef72404GpXen6eAR2cQtW19q6AA1w

content/glibc-2.3.1.oe

index a7bed45..32f940b 100644 (file)
@@ -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"