mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
re2: move to version 2023-03-01
/usr/lib64/libre2.so is now a symlink instead of being the library itself. We choose to ignore it for QA. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b3ffd3771f
commit
a226bd8ec3
|
|
@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/google/re2/"
|
|||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
|
||||
|
||||
SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25"
|
||||
# tag 2023-03-01
|
||||
SRCREV = "241e2e430836e80f93d704d1f06cd3e7fe3100f5"
|
||||
|
||||
SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https"
|
||||
|
||||
|
|
@ -16,8 +17,11 @@ EXTRA_OECMAKE += " \
|
|||
-DRE2_BUILD_TESTING=OFF \
|
||||
"
|
||||
|
||||
# Don't include so files in dev package
|
||||
# ignore .so in /usr/lib64
|
||||
FILES:${PN} = "${libdir}"
|
||||
INSANE_SKIP:${PN} += "dev-so"
|
||||
|
||||
# Don't include so files in dev package
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/cmake"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user