summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2024-03-11 14:03:21 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-11 07:10:15 -0700
commit0182848ca478426fcf2870065e247e9f14436e94 (patch)
tree81e9184e95b5a2a9f0f13233095758ae83304823 /meta-oe/recipes-devtools
parenta44ba09d6d86e203f732a514ee84d8738b613d75 (diff)
downloadmeta-openembedded-0182848ca478426fcf2870065e247e9f14436e94.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')
-rw-r--r--meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb
index 82b2d20e0..9cb325870 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Abseil is a cpp library like STL" 1SUMMARY = "Abseil is a cpp library like STL"
2DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \ 2DESCRIPTION = "Abseil provides pieces missing from the C++ standard. Contains \
3additional useful libraries like algorithm, container, debugging, hash, memory, \ 3additional useful libraries like algorithm, container, debugging, hash, memory, \
4meta, numeric, strings, synchronization, time, types and utility" 4meta, numeric, strings, synchronization, time, types and utility."
5HOMEPAGE = "https://abseil.io/" 5HOMEPAGE = "https://abseil.io/"
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
@@ -18,9 +18,6 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21ASNEEDED:class-native = ""
22ASNEEDED:class-nativesdk = ""
23
24inherit cmake 21inherit cmake
25 22
26EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ 23EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
@@ -28,8 +25,6 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
28 -DABSL_ENABLE_INSTALL=ON \ 25 -DABSL_ENABLE_INSTALL=ON \
29 " 26 "
30 27
31BBCLASSEXTEND = "native nativesdk"
32
33SYSROOT_DIRS:append:class-nativesdk:mingw32 = " ${bindir}" 28SYSROOT_DIRS:append:class-nativesdk:mingw32 = " ${bindir}"
34 29
35FILES:${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" 30BBCLASSEXTEND = "native nativesdk"