diff options
| author | Jan Kaisrlik <ja.kaisrlik@gmail.com> | 2021-03-12 15:23:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-12 15:55:07 -0800 |
| commit | e27064bf4104f23a8531aaa4838e493380efc395 (patch) | |
| tree | 9a4706ce5ce0bd1b3d5ed5001f4dc4545d83550a | |
| parent | f40beb15db6a3357b5357e0076026c7fb2471427 (diff) | |
| download | meta-openembedded-e27064bf4104f23a8531aaa4838e493380efc395.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 5 |
1 files changed, 2 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 9557c9345e..6a1a029566 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
| @@ -28,7 +28,6 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | |||
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
| 31 | ALLOW_EMPTY_${PN} = "1" | ||
| 32 | 31 | ||
| 33 | FILES_${PN} = "${libdir}/libabsl_*.so ${libdir}/cmake" | 32 | FILES_${PN} = "${libdir}/libabsl_*.so" |
| 34 | FILES_${PN}-dev = "${includedir}" | 33 | FILES_${PN}-dev = "${includedir} ${libdir}/cmake" |
