summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-01 15:25:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-02 00:52:10 +0100
commitd58862b376ddf734ebfcf1acbe28defdc101f645 (patch)
tree88af0c4be832e943c3c704ddf788bfe31df4771a /meta/classes/package.bbclass
parent0b79f8d8d19be83a81e40b0c078822be6749f607 (diff)
downloadpoky-d58862b376ddf734ebfcf1acbe28defdc101f645.tar.gz
package: Change PACKAGE_BBCLASS_VERSION
The silent rpmdeps failures fixed in a preceeding commit mean we need to rerun all packaging. (From OE-Core rev: 77abe012c496a85f56191abc769a7da07e9f8c0e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index a051617ee1..7a62181456 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2073,7 +2073,7 @@ python do_package () {
2073 # cache. This is useful if an item this class depends on changes in a 2073 # cache. This is useful if an item this class depends on changes in a
2074 # way that the output of this class changes. rpmdeps is a good example 2074 # way that the output of this class changes. rpmdeps is a good example
2075 # as any change to rpmdeps requires this to be rerun. 2075 # as any change to rpmdeps requires this to be rerun.
2076 # PACKAGE_BBCLASS_VERSION = "1" 2076 # PACKAGE_BBCLASS_VERSION = "2"
2077 2077
2078 # Init cachedpath 2078 # Init cachedpath
2079 global cpath 2079 global cpath