mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
+6
-2
@@ -3,7 +3,8 @@ HOMEPAGE = "https://github.com/google/re2/"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
|
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"
|
SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https"
|
||||||
|
|
||||||
@@ -16,8 +17,11 @@ EXTRA_OECMAKE += " \
|
|||||||
-DRE2_BUILD_TESTING=OFF \
|
-DRE2_BUILD_TESTING=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Don't include so files in dev package
|
# ignore .so in /usr/lib64
|
||||||
FILES:${PN} = "${libdir}"
|
FILES:${PN} = "${libdir}"
|
||||||
|
INSANE_SKIP:${PN} += "dev-so"
|
||||||
|
|
||||||
|
# Don't include so files in dev package
|
||||||
FILES:${PN}-dev = "${includedir} ${libdir}/cmake"
|
FILES:${PN}-dev = "${includedir} ${libdir}/cmake"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user