From: Chris Larson Date: Thu, 26 Jun 2003 20:25:15 +0000 (+0000) Subject: glibc-2.3.1.oe: X-Git-Tag: Release-2010-05/1~20907 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9118e910814dd69a750e79df463952dc3c787bf;p=openembedded.git glibc-2.3.1.oe: Minor message display change addtask-2.0.oe: Correct the addtask test per semi-recent addtask syntax change. BKrev: 3efb56abqGwsZMWByr5F9bpn2YuJwg --- diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe index 32f940bce4..e88f45bcad 100644 --- a/content/glibc-2.3.1.oe +++ b/content/glibc-2.3.1.oe @@ -17,7 +17,8 @@ FILES_libc6="/lib/libc.so.6" inherit base do_unpack() { - base_do_unpack $@ || die "unpacking failed" + base_do_unpack $@ || die + test -d ${S} || die mv ${WORKDIR}/linuxthreads{,_db} ${S}/ } diff --git a/test~/addtask-2.0.oe b/test~/addtask-2.0.oe index 9f9ae6a28c..6212041b33 100644 --- a/test~/addtask-2.0.oe +++ b/test~/addtask-2.0.oe @@ -5,4 +5,4 @@ do_whee() { } # insert whee task between compile and unpack -addtask whee after unpack before compile +addtask whee after do_unpack before do_compile