[oe-commits] [openembedded-core] 09/11: package: Change PACKAGE_BBCLASS_VERSION

git at git.openembedded.org git at git.openembedded.org
Fri Sep 1 23:53:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 77abe012c496a85f56191abc769a7da07e9f8c0e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 1 15:25:32 2017 +0100

    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 at linuxfoundation.org>
---
 meta/classes/package.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index a051617..7a62181 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list