diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-01 15:25:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-01 23:59:55 +0100 |
commit | 77abe012c496a85f56191abc769a7da07e9f8c0e (patch) | |
tree | 899afa30c4962b9da6d5655cde5b73e157fd8fbb /meta/classes | |
parent | d73493e63c506dca0e767ff183ca36bc48c2f03e (diff) | |
download | openembedded-core-77abe012c496a85f56191abc769a7da07e9f8c0e.tar.gz openembedded-core-77abe012c496a85f56191abc769a7da07e9f8c0e.tar.bz2 openembedded-core-77abe012c496a85f56191abc769a7da07e9f8c0e.zip |
package: Change PACKAGE_BBCLASS_VERSION
The silent rpmdeps failures fixed in a preceeding commit mean we
need to rerun all packaging.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
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 () { # cache. This is useful if an item this class depends on changes in a # way that the output of this class changes. rpmdeps is a good example # as any change to rpmdeps requires this to be rerun. - # PACKAGE_BBCLASS_VERSION = "1" + # PACKAGE_BBCLASS_VERSION = "2" # Init cachedpath global cpath |