mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pocketpy: Upgrade to 2.1.1
Update LICENSE checksum: the year in the copyright notice has been updated. Enable CMake option PK_ENABLE_OS which allows PocketPy to perform file operations. Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b4b2636a68
commit
37a07db365
|
|
@ -11,14 +11,18 @@ HOMEPAGE = "https://pocketpy.dev/"
|
|||
BUGTRACKER = "https://github.com/pocketpy/pocketpy/issues"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
|
||||
|
||||
SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
|
||||
SRCREV = "8a3bdd7e0a43b44e3b32548543128d95e68a3802"
|
||||
SRCREV = "b6a6aa85a6cbfe0427b48e523d53ee3832bf5bd2"
|
||||
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE = "\
|
||||
-DPK_ENABLE_OS=ON \
|
||||
"
|
||||
|
||||
CFLAGS += "-fPIC"
|
||||
|
||||
do_install() {
|
||||
Loading…
Reference in New Issue
Block a user