* [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1
@ 2025-09-03 18:09 Michael Fitzmayer
2025-09-03 18:12 ` [oe] " Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Michael Fitzmayer @ 2025-09-03 18:09 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael Fitzmayer
Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
---
.../pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
rename meta-oe/recipes-devtools/pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} (86%)
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
similarity index 86%
rename from meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb
rename to 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/"
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() {
--
2.47.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [oe] [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1
2025-09-03 18:09 [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1 Michael Fitzmayer
@ 2025-09-03 18:12 ` Khem Raj
2025-09-03 18:27 ` Michael Fitzmayer
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2025-09-03 18:12 UTC (permalink / raw)
To: mail; +Cc: openembedded-devel
On Wed, Sep 3, 2025 at 11:10 AM Michael Fitzmayer via
lists.openembedded.org
<mail=michael-fitzmayer.de@lists.openembedded.org> wrote:
>
> Signed-off-by: Michael Fitzmayer <mail@michael-fitzmayer.de>
> ---
> .../pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
> rename meta-oe/recipes-devtools/pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} (86%)
>
> diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
> similarity index 86%
> rename from meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb
> rename to 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/"
> BUGTRACKER = "https://github.com/pocketpy/pocketpy/issues"
>
> LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
Please describe what changed here, in License-Update: tag in commit msg.
>
> SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main"
> -SRCREV = "8a3bdd7e0a43b44e3b32548543128d95e68a3802"
> +SRCREV = "b6a6aa85a6cbfe0427b48e523d53ee3832bf5bd2"
>
>
> inherit cmake
>
> +EXTRA_OECMAKE = "\
> + -DPK_ENABLE_OS=ON \
why is this change needed?
> +"
> +
> CFLAGS += "-fPIC"
>
> do_install() {
> --
> 2.47.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119263): https://lists.openembedded.org/g/openembedded-devel/message/119263
> Mute This Topic: https://lists.openembedded.org/mt/115050209/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1
2025-09-03 18:12 ` [oe] " Khem Raj
@ 2025-09-03 18:27 ` Michael Fitzmayer
2025-09-03 19:01 ` [oe] " Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Michael Fitzmayer @ 2025-09-03 18:27 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 713 bytes --]
On Wed, Sep 3, 2025 at 08:12 PM, Khem Raj wrote:
>
> On Wed, Sep 3, 2025 at 11:10 AM Michael Fitzmayer via
> lists.openembedded.org
> <mail=michael-fitzmayer.de@lists.openembedded.org> wrote:
>
>> LICENSE = "MIT"
>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
>
> Please describe what changed here, in License-Update: tag in commit msg.
The year in the copyright notice has been updated.
>
>
>> inherit cmake
>>
>> +EXTRA_OECMAKE = "\
>> + -DPK_ENABLE_OS=ON \
>
> why is this change needed?
This is an optional feature that allows PocketPy to perform file operations.
[-- Attachment #2: Type: text/html, Size: 880 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe] [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1
2025-09-03 18:27 ` Michael Fitzmayer
@ 2025-09-03 19:01 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2025-09-03 19:01 UTC (permalink / raw)
To: mail; +Cc: openembedded-devel
On Wed, Sep 3, 2025 at 11:27 AM Michael Fitzmayer via
lists.openembedded.org
<mail=michael-fitzmayer.de@lists.openembedded.org> wrote:
>
> On Wed, Sep 3, 2025 at 08:12 PM, Khem Raj wrote:
>
> On Wed, Sep 3, 2025 at 11:10 AM Michael Fitzmayer via
> lists.openembedded.org
> <mail=michael-fitzmayer.de@lists.openembedded.org> wrote:
>
> LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=8cdfa87bc5e09bc07f8cf64135026d91"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
>
> Please describe what changed here, in License-Update: tag in commit msg.
>
> The year in the copyright notice has been updated.
OK, please reflect that in V2
>
> inherit cmake
>
> +EXTRA_OECMAKE = "\
> + -DPK_ENABLE_OS=ON \
>
> why is this change needed?
>
> This is an optional feature that allows PocketPy to perform file operations.
>
mention it in commit msg.
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119265): https://lists.openembedded.org/g/openembedded-devel/message/119265
> Mute This Topic: https://lists.openembedded.org/mt/115050209/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1
@ 2025-09-03 19:37 Michael Fitzmayer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Fitzmayer @ 2025-09-03 19:37 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael Fitzmayer
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>
---
.../pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
rename meta-oe/recipes-devtools/pocketpy/{pocketpy_2.0.6.bb => pocketpy_2.1.1.bb} (86%)
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
similarity index 86%
rename from meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb
rename to 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/"
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() {
--
2.47.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-09-03 19:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03 18:09 [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1 Michael Fitzmayer
2025-09-03 18:12 ` [oe] " Khem Raj
2025-09-03 18:27 ` Michael Fitzmayer
2025-09-03 19:01 ` [oe] " Khem Raj
-- strict thread matches above, loose matches on Subject: below --
2025-09-03 19:37 Michael Fitzmayer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.