glibc-2.3.1.oe:
authorChris Larson <clarson@kergoth.com>
Thu, 26 Jun 2003 20:25:15 +0000 (20:25 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 26 Jun 2003 20:25:15 +0000 (20:25 +0000)
  Minor message display change
addtask-2.0.oe:
  Correct the addtask test per semi-recent addtask syntax change.

BKrev: 3efb56abqGwsZMWByr5F9bpn2YuJwg

content/glibc-2.3.1.oe
test~/addtask-2.0.oe

index 32f940b..e88f45b 100644 (file)
@@ -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}/
 }
 
index 9f9ae6a..6212041 100644 (file)
@@ -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