Skip to content

Commit

Permalink
abseil-cpp: reorder content of packages
Browse files Browse the repository at this point in the history
move cmake target files to -dev package and remove check for empty package since
package contains shared libraries

Signed-off-by: Jan Kaisrlik <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Kaisrlik authored and kraj committed Mar 12, 2021
1 parent f40beb1 commit e27064b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e27064b

Please sign in to comment.