summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/re2/re2_2020.11.01.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2023-03-10 15:14:27 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-10 17:21:15 -0800
commita226bd8ec3a41cb41aaf7925eac92c72fcebf86a (patch)
treeb7076d0a867f788781200e2a8053a4c42432e430 /meta-oe/recipes-support/re2/re2_2020.11.01.bb
parentb3ffd3771fddd857207f8018e3c47c06f6a5312e (diff)
downloadmeta-openembedded-a226bd8ec3a41cb41aaf7925eac92c72fcebf86a.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/re2/re2_2020.11.01.bb')
-rw-r--r--meta-oe/recipes-support/re2/re2_2020.11.01.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-support/re2/re2_2020.11.01.bb b/meta-oe/recipes-support/re2/re2_2020.11.01.bb
deleted file mode 100644
index 5ec1c6b5a..000000000
--- a/meta-oe/recipes-support/re2/re2_2020.11.01.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "A regular expression library"
2HOMEPAGE = "https://github.com/google/re2/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
5
6SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25"
7
8SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https"
9
10S = "${WORKDIR}/git"
11
12inherit cmake
13
14EXTRA_OECMAKE += " \
15 -DBUILD_SHARED_LIBS=ON \
16 -DRE2_BUILD_TESTING=OFF \
17"
18
19# Don't include so files in dev package
20FILES:${PN} = "${libdir}"
21FILES:${PN}-dev = "${includedir} ${libdir}/cmake"
22
23BBCLASSEXTEND = "native nativesdk"