diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-06-26 12:48:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-28 12:26:54 +0100 |
commit | 3fcec2cfa28fe9ff02ff5ae0c0c1ce9836ae5927 (patch) | |
tree | 0ce7a86751f0019a7bc0e382910b8137b98dff62 /meta/classes/cmake.bbclass | |
parent | 25d3577a616d0a6b0d92cf6d73b322d1c6c7819b (diff) | |
download | poky-3fcec2cfa28fe9ff02ff5ae0c0c1ce9836ae5927.tar.gz |
bitbake.conf: handle cmake -dev files packaging with default rules
Move packaging rules for cmake -dev files from cmake.bbclass into
bitbake.conf to handle recipes (e.g. harfbuzz 1.8.1) which build with
autotools but also install cmake -dev files.
(From OE-Core rev: 543e39ad5e2baa0f1ece013a89483783e6b15dd9)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r-- | meta/classes/cmake.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index fcfd5dda4f..fd40a9863e 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -54,8 +54,6 @@ EXTRA_OECMAKE_BUILD_prepend_task-install = "${PARALLEL_MAKEINST} " | |||
54 | OECMAKE_TARGET_COMPILE ?= "all" | 54 | OECMAKE_TARGET_COMPILE ?= "all" |
55 | OECMAKE_TARGET_INSTALL ?= "install" | 55 | OECMAKE_TARGET_INSTALL ?= "install" |
56 | 56 | ||
57 | FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake" | ||
58 | |||
59 | # CMake expects target architectures in the format of uname(2), | 57 | # CMake expects target architectures in the format of uname(2), |
60 | # which do not always match TARGET_ARCH, so all the necessary | 58 | # which do not always match TARGET_ARCH, so all the necessary |
61 | # conversions should happen here. | 59 | # conversions should happen here. |