mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
abseil-cpp: reorder content of packages
move cmake target files to -dev package and remove check for empty package since package contains shared libraries Signed-off-by: Jan Kaisrlik <ja.kaisrlik@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake"
|
||||
FILES_${PN}-dev = "${includedir}"
|
||||
FILES_${PN} = "${libdir}/libabsl_*.so"
|
||||
FILES_${PN}-dev = "${includedir} ${libdir}/cmake"
|
||||
|
||||
Reference in New Issue
Block a user