diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-10 00:36:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-10 00:36:13 +0000 |
commit | c4cdf96a6f82fbb1eb3bbd80b561083ab1560cca (patch) | |
tree | 4bc38c4ca6ebff94a354d0d6bb8589a88a7b99ee | |
parent | 6ee590d8a48a4f20d1e22a90ac4fc561f8c827f7 (diff) |
glibc-2.3.1.oe:
Use base class now that base uses patcher, and call die, not oefatal.
BKrev: 3ee527fdJs7gpppaxOFkFWpfRIXv7Q
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | content/glibc-2.3.1.oe | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 2cdd0b4d0e..ce63211dae 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,3 +1,4 @@ kergoth@zelda.tuxnami.org xf005570@cn014xf005570l1.(none) kergoth@direwolf.(none) +kergoth@direwolf.ppp.ti.com 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}/ } |