diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20230802.1.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20230802.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20230802.1.bb index 1ce6ff3fc..667693a4c 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20230802.1.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20230802.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Abseil is a cpp library like STL" | 1 | SUMMARY = "Abseil is a cpp library like STL" |
2 | DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \ | 2 | DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \ |
3 | additional useful libraries like algorithm, container, debugging, hash, memory, \ | 3 | additional useful libraries like algorithm, container, debugging, hash, memory, \ |
4 | meta, numeric, strings, synchronization, time, types and utility" | 4 | meta, numeric, strings, synchronization, time, types and utility." |
5 | HOMEPAGE = "https://abseil.io/" | 5 | HOMEPAGE = "https://abseil.io/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
@@ -19,9 +19,6 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | ASNEEDED:class-native = "" | ||
23 | ASNEEDED:class-nativesdk = "" | ||
24 | |||
25 | inherit cmake | 22 | inherit cmake |
26 | 23 | ||
27 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | 24 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ |
@@ -29,8 +26,6 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | |||
29 | -DABSL_ENABLE_INSTALL=ON \ | 26 | -DABSL_ENABLE_INSTALL=ON \ |
30 | " | 27 | " |
31 | 28 | ||
32 | BBCLASSEXTEND = "native nativesdk" | ||
33 | |||
34 | SYSROOT_DIRS:append:class-nativesdk:mingw32 = " ${bindir}" | 29 | SYSROOT_DIRS:append:class-nativesdk:mingw32 = " ${bindir}" |
35 | 30 | ||
36 | FILES:${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" | 31 | BBCLASSEXTEND = "native nativesdk" |