summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-04-03 11:31:02 +0000
committerRichard Purdie <richard@openedhand.com>2007-04-03 11:31:02 +0000
commit409335beaede58ed792030f9da0fcea39f32f1c7 (patch)
tree2d25f86c2c48caef8a9ef8f301b423ae7b0ee81e /meta/classes/insane.bbclass
parentbd0ca262c95d28dc45305efbc03e53607e9c9a0a (diff)
downloadpoky-409335beaede58ed792030f9da0fcea39f32f1c7.tar.gz
classes: Rework core dependencies to work properly at the task level
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1427 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 4bceaaed82..eef4f72678 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
22inherit package 22inherit package
23PACKAGE_DEPENDS += "pax-utils-native" 23do_package[depends] += "pax-utils-native:do_populate_staging"
24PACKAGEFUNCS += " do_package_qa " 24PACKAGEFUNCS += " do_package_qa "
25 25
26def package_qa_check_rpath(file,name,d): 26def package_qa_check_rpath(file,name,d):