diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2024-03-06 17:27:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:25 -0800 |
| commit | 5c554c9b8cb63b5d0d5f434c28dd71c0f1843448 (patch) | |
| tree | 0bfad536acee36b12538ca3f09d7ed97c5e00921 /meta-oe/recipes-devtools/abseil-cpp | |
| parent | 3241575a20f0a628334f722c8a84ac6172fbc8b0 (diff) | |
| download | meta-openembedded-5c554c9b8cb63b5d0d5f434c28dd71c0f1843448.tar.gz | |
abseil-cpp: A little clean-up
* Remove ASNEEDED:class-native and ASNEEDED:class-nativesdk as they make
no difference since ${ASNEEDED} is only added to TARGET_LDFLAGS.
* Remove additions to FILES:${PN}-dev since the added paths are already
added by default.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp')
| -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 1ce6ff3fc7..667693a4cd 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" |
