[oe-commits] [openembedded-core] 01/03: package: Force rebuild for testing

git at git.openembedded.org git at git.openembedded.org
Sat Jul 6 16:55:41 UTC 2019


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

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

commit 07303cb86a2d09cf59451976f7b1505f86bd0c4b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Jul 5 12:04:23 2019 +0100

    package: Force rebuild for testing
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/package.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index b447153..99e05e9 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2155,6 +2155,9 @@ python do_package () {
     # as any change to rpmdeps requires this to be rerun.
     # PACKAGE_BBCLASS_VERSION = "2"
 
+
+
+
     # Init cachedpath
     global cpath
     cpath = oe.cachedpath.CachedPath()

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


More information about the Openembedded-commits mailing list