aboutsummaryrefslogtreecommitdiffstats
path: root/classes/debian.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-10-20 16:09:20 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-10-20 16:09:20 +0000
commita8be7e0efd18848795c0253a7e99128e028a3768 (patch)
tree440bcd3e2066a27cd4fa0110e7cb7398a55b6050 /classes/debian.bbclass
parentaac32c2eee74418bac9ceb763eeab6232cad130b (diff)
downloadopenembedded-a8be7e0efd18848795c0253a7e99128e028a3768.tar.gz
package.bbclass: Split into two tasks, one which prepares the packages and then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_package tasks (wipe the do_package stamps). Everything will repackage anyway due to the new task.
Diffstat (limited to 'classes/debian.bbclass')
-rw-r--r--classes/debian.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/debian.bbclass b/classes/debian.bbclass
index 698d917b51..7ffa6c1a27 100644
--- a/classes/debian.bbclass
+++ b/classes/debian.bbclass
@@ -8,7 +8,7 @@ BUILD_ALL_DEPS = "1"
# Better expressed as ensure all RDEPENDS package before we package
# This means we can't have circular RDEPENDS/RRECOMMENDS
-do_package[rdeptask] = "do_package"
+do_package_write[rdeptask] = "do_package"
python debian_package_name_hook () {
import glob, copy, stat, errno, re