summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index e6236c0bb2..5a32e5c2e3 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2340,7 +2340,7 @@ python do_package () {
2340 # cache. This is useful if an item this class depends on changes in a 2340 # cache. This is useful if an item this class depends on changes in a
2341 # way that the output of this class changes. rpmdeps is a good example 2341 # way that the output of this class changes. rpmdeps is a good example
2342 # as any change to rpmdeps requires this to be rerun. 2342 # as any change to rpmdeps requires this to be rerun.
2343 # PACKAGE_BBCLASS_VERSION = "2" 2343 # PACKAGE_BBCLASS_VERSION = "4"
2344 2344
2345 # Init cachedpath 2345 # Init cachedpath
2346 global cpath 2346 global cpath
@@ -2446,6 +2446,7 @@ python do_packagedata () {
2446 2446
2447 bb.build.exec_func("packagedata_translate_pr_autoinc", d) 2447 bb.build.exec_func("packagedata_translate_pr_autoinc", d)
2448} 2448}
2449do_packagedata[cleandirs] += "${WORKDIR}/pkgdata-pdata-input"
2449 2450
2450# Translate the EXTENDPRAUTO and AUTOINC to the final values 2451# Translate the EXTENDPRAUTO and AUTOINC to the final values
2451packagedata_translate_pr_autoinc() { 2452packagedata_translate_pr_autoinc() {