[oe-commits] [openembedded-core] 13/13: base: Dummy rebuild commit

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 12:57:52 UTC 2018


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 8d4e9e7ef0169f1e1007dcdd808fbc0c59991aa7
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Nov 30 22:33:21 2018 +0000

    base: Dummy rebuild commit
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/base.bbclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index e715ffa..282fe60 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -168,6 +168,13 @@ python base_do_unpack() {
     try:
         fetcher = bb.fetch2.Fetch(src_uri, d)
         fetcher.unpack(d.getVar('WORKDIR'))
+
+
+
+
+
+
+
     except bb.fetch2.BBFetchException as e:
         bb.fatal(str(e))
 }

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


More information about the Openembedded-commits mailing list