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 <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17570): https://lists.yoctoproject.org/g/meta-arago/message/17570 Mute This Topic: https://lists.yoctoproject.org/mt/119930412/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
