diff mbox series

[meta-ti,master,1/2] packagegroup-arago-base: Move to libpcre2

Message ID 20260622194403.3373710-1-reatmon@ti.com
State New
Headers show
Series [meta-ti,master,1/2] packagegroup-arago-base: Move to libpcre2 | expand

Commit Message

Ryan Eatmon June 22, 2026, 7:44 p.m. UTC
A recent change in oe-core [1] has removed the libprce recipe in favor
of libpcre2.

[1] https://git.openembedded.org/openembedded-core/commit/?id=057cccd9576e1dd0f947fbfc390bc06b210f71cb

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-base.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation June 22, 2026, 7:46 p.m. UTC | #1
meta-ti / na / 20260622194403.3373710-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH 1/2] packagegroup-arago-base: Move to libpcre2
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Mon, 22 Jun 2026 14:44:01 -0500
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: 395ab3c5734043f34ecc3a11869b59d17fc164e8

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202606162200
- Commit SHA: 8b9b4854295491a0272722fe4fb2e0aa773d0a6d

Patches
----------------------------------------
FAIL - [meta-ti][master][PATCH 1/2] packagegroup-arago-base: Move to libpcre2
    error: meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb: does not exist in index
    Applying: packagegroup-arago-base: Move to libpcre2
    Patch failed at 0001 packagegroup-arago-base: Move to libpcre2
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index d36b4397..34e95926 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -38,7 +38,7 @@  ARAGO_EXTRA = "\
     expat \
     glib-2.0 \
     libxml2 \
-    libpcre \
+    libpcre2 \
     iptables \
     iperf3 \
     netperf \