| Message ID | 20260622194435.3385168-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master,1/2] packagegroup-arago-base: Move to libpcre2 | expand |
meta-arago / na / 20260622194435.3385168-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][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:34 -0500 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: d62a2ac01fbb8f6ced24e0663dab550edf8a1290 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Denys Dmytriyenko (TI) <denys@konsulko.com> - Commit Subject: README: update and clean up - Commit SHA: 79304c22d45b9b3a735576932ed1108fb6c896bc Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
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 \
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(-)