[oe-commits] [meta-openembedded] 01/02: guider: Upgrade to 3.9.7

git at git.openembedded.org git at git.openembedded.org
Mon Mar 9 15:31:07 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ee2cbba03041983bd028aaa16c87b19fbba25c62
Author: Peace Lee <iipeace5 at gmail.com>
AuthorDate: Mon Mar 9 21:39:11 2020 +0900

    guider: Upgrade to 3.9.7
    
    Signed-off-by: Peace Lee <iipeace5 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../guider/{guider_3.9.6.bb => guider_3.9.7.bb}               | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.6.bb b/meta-oe/recipes-devtools/guider/guider_3.9.7.bb
similarity index 74%
rename from meta-oe/recipes-devtools/guider/guider_3.9.6.bb
rename to meta-oe/recipes-devtools/guider/guider_3.9.7.bb
index f059002..fd0241b 100644
--- a/meta-oe/recipes-devtools/guider/guider_3.9.6.bb
+++ b/meta-oe/recipes-devtools/guider/guider_3.9.7.bb
@@ -6,17 +6,18 @@ AUTHOR = "Peace Lee <ipeace5 at gmail.com>"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
 
-PV = "3.9.6+git${SRCPV}"
+PV = "3.9.7+git${SRCPV}"
 PR = "r0"
 
 SRC_URI = "git://github.com/iipeace/${BPN}"
 #SRCREV = "${AUTOREV}"
-SRCREV = "fef25c41efb9bde0614ea477d0b90bd9565ae0b4"
+SRCREV = "52aeb6f4c536865305afa51f37166bfe46fa460d"
 
 S = "${WORKDIR}/git"
 R = "${RECIPE_SYSROOT}"
 
-inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "distutils", "", d)}
+#inherit distutils
+inherit distutils3
 
 GUIDER_OBJ = "guider.pyc"
 GUIDER_SCRIPT = "guider"
@@ -33,7 +34,3 @@ do_install() {
 
 RDEPENDS_${PN} = "python-ctypes python-shell \
                   python-json python-subprocess"
-python() {
-    if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
-        raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
-}

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


More information about the Openembedded-commits mailing list