diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-10 11:23:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-10 11:23:14 +0000 |
commit | aca29f112c35991c1d8fc27e0f6eb45f0318cb10 (patch) | |
tree | 3bfb31161c5ac69c5878db22ebcb74128dcd4ff1 /meta/classes/insane.bbclass | |
parent | 3016afc92e72fc47519c58a1ebb62930e331a723 (diff) | |
download | poky-aca29f112c35991c1d8fc27e0f6eb45f0318cb10.tar.gz |
package.bbclass/insane.bbclass: Don't set task dependencies when PACKAGES is empty
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1455 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index eef4f72678..4bceaaed82 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | # We play a special package function | 21 | # We play a special package function |
22 | inherit package | 22 | inherit package |
23 | do_package[depends] += "pax-utils-native:do_populate_staging" | 23 | PACKAGE_DEPENDS += "pax-utils-native" |
24 | PACKAGEFUNCS += " do_package_qa " | 24 | PACKAGEFUNCS += " do_package_qa " |
25 | 25 | ||
26 | def package_qa_check_rpath(file,name,d): | 26 | def package_qa_check_rpath(file,name,d): |