glibc-2.3.1.oe:
authorChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 00:36:13 +0000 (00:36 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 00:36:13 +0000 (00:36 +0000)
  Use base class now that base uses patcher, and call die, not oefatal.

BKrev: 3ee527fdJs7gpppaxOFkFWpfRIXv7Q

BitKeeper/etc/logging_ok
content/glibc-2.3.1.oe

index 2cdd0b4..ce63211 100644 (file)
@@ -1,3 +1,4 @@
 kergoth@zelda.tuxnami.org
 xf005570@cn014xf005570l1.(none)
 kergoth@direwolf.(none)
+kergoth@direwolf.ppp.ti.com
index 4399f40..9f74356 100644 (file)
@@ -7,9 +7,9 @@ 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
+inherit base
 
 do_unpack() {
-       patcher_do_unpack $@ || oefatal "unpacking failed"
+       base_do_unpack $@ || die "unpacking failed"
        mv ${WORKDIR}/linuxthreads{,_db} ${S}/
 }