From c4cdf96a6f82fbb1eb3bbd80b561083ab1560cca Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 10 Jun 2003 00:36:13 +0000 Subject: glibc-2.3.1.oe: Use base class now that base uses patcher, and call die, not oefatal. BKrev: 3ee527fdJs7gpppaxOFkFWpfRIXv7Q --- content/glibc-2.3.1.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe index 4399f4051d..9f743563f7 100644 --- a/content/glibc-2.3.1.oe +++ b/content/glibc-2.3.1.oe @@ -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}/ } -- cgit v1.2.3