We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40beb1 commit e27064bCopy full SHA for e27064b
meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
@@ -28,7 +28,6 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
28
"
29
30
BBCLASSEXTEND = "native nativesdk"
31
-ALLOW_EMPTY_${PN} = "1"
32
33
-FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake"
34
-FILES_${PN}-dev = "${includedir}"
+FILES_${PN} = "${libdir}/libabsl_*.so"
+FILES_${PN}-dev = "${includedir} ${libdir}/cmake"
0 commit comments