summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb (renamed from meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
index f3ffccf626..c5fc4f0f6e 100644
--- a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb
+++ b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
@@ -11,14 +11,18 @@ HOMEPAGE = "https://pocketpy.dev/"
11BUGTRACKER = "https://github.com/pocketpy/pocketpy/issues" 11BUGTRACKER = "https://github.com/pocketpy/pocketpy/issues"
12 12
13LICENSE = "MIT" 13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
15 15
16SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main" 16SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
17SRCREV = "8a3bdd7e0a43b44e3b32548543128d95e68a3802" 17SRCREV = "b6a6aa85a6cbfe0427b48e523d53ee3832bf5bd2"
18 18
19 19
20inherit cmake 20inherit cmake
21 21
22EXTRA_OECMAKE = "\
23 -DPK_ENABLE_OS=ON \
24"
25
22CFLAGS += "-fPIC" 26CFLAGS += "-fPIC"
23 27
24do_install() { 28do_install() {