Use base class now that base uses patcher, and call die, not oefatal.
BKrev: 3ee527fdJs7gpppaxOFkFWpfRIXv7Q
kergoth@zelda.tuxnami.org
xf005570@cn014xf005570l1.(none)
kergoth@direwolf.(none)
+kergoth@direwolf.ppp.ti.com
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}/
}