Skip to content

Commit

Permalink
guider: Upgrade to 3.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Peace Lee <iipeace5@gmail.com>
  • Loading branch information
iipeace committed Mar 9, 2020
1 parent 9068314 commit 4dfadec
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ AUTHOR = "Peace Lee <ipeace5@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"
Expand All @@ -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.')
}

0 comments on commit 4dfadec

Please sign in to comment.