summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb')
-rw-r--r--meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
index 3f89df558b..23db1d6568 100644
--- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
+++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22ASNEEDED_class-native = "" 22ASNEEDED:class-native = ""
23ASNEEDED_class-nativesdk = "" 23ASNEEDED:class-nativesdk = ""
24 24
25inherit cmake 25inherit cmake
26 26
@@ -31,4 +31,4 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
31 31
32BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"
33 33
34FILES_${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" 34FILES:${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig"