From patchwork Wed Sep 3 18:09:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Fitzmayer X-Patchwork-Id: 69609 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 499D2CA1009 for ; Wed, 3 Sep 2025 18:10:04 +0000 (UTC) Received: from mailserv.regfish.com (mailserv.regfish.com [52.57.101.90]) by mx.groups.io with SMTP id smtpd.web10.20024.1756923000332446997 for ; Wed, 03 Sep 2025 11:10:00 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=permanent DNS error (domain: michael-fitzmayer.de, ip: 52.57.101.90, mailfrom: mail@michael-fitzmayer.de) Received: by mailserv.regfish.com (Postfix, from userid 706) id 3683F62089; Wed, 3 Sep 2025 18:09:56 +0000 (UTC) Received: from DESKTOP-B84SDL6.localdomain (ip-046-223-149-161.um13.pools.vodafone-ip.de [46.223.149.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 46272-0001) by mailserv.regfish.com (Postfix) with ESMTPSA id 109C66206D; Wed, 3 Sep 2025 18:09:56 +0000 (UTC) From: Michael Fitzmayer To: openembedded-devel@lists.openembedded.org Cc: Michael Fitzmayer Subject: [meta-oe][PATCH] pocketpy: Upgrade to 2.1.1 Date: Wed, 3 Sep 2025 20:09:31 +0200 Message-ID: <20250903180932.3069839-1-mail@michael-fitzmayer.de> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 03 Sep 2025 18:10:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119263 Signed-off-by: Michael Fitzmayer --- .../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() {