meta-zephyr-sdk: Fix libpcre source URI

This commit updates the source URI for the libpcre and libpcre2
components by overriding the SRC_URI variable specified in the meta
layer.

Note that the old mirror specified in the meta layer is no longer
available and has officially been relocated to GitHub [1].

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>

[1] https://pcre.org/
This commit is contained in:
Stephanos Ioannidis 2022-02-23 00:11:17 +09:00 committed by Anas Nashif
parent cd9367c649
commit eaca8bd65e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Override the source URL for libpcre2 since the old mirror specified in the
# meta layer is no longer available.
SRC_URI_prepend = "https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${PV}/pcre2-${PV}.tar.bz2 "

View File

@ -0,0 +1,4 @@
# Override the source URL for libpcre since the old mirror specified in the
# meta layer is no longer available.
SRC_URI_prepend = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 "