[oe] [meta-oe][PATCH 08/17] msgpack-c: rely on cmake.bbclass to put cmake package files in dev package
Andre McCurdy
armccurdy at gmail.com
Fri May 18 01:30:37 UTC 2018
The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and
${datadir}/cmake end up in the dev package, so recipes no longer need
to provide custom packaging rules to handles these files.
http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93
Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
index 02c0cd2..5077ade 100644
--- a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
+++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb
@@ -15,8 +15,6 @@ SRC_URI = "git://github.com/msgpack/msgpack-c \
file://0001-Fix-Werror-class-memaccess.patch \
"
-inherit cmake pkgconfig
-
S = "${WORKDIR}/git"
-FILES_${PN}-dev += "${libdir}/cmake/msgpack/*.cmake"
+inherit cmake pkgconfig
--
1.9.1
More information about the Openembedded-devel
mailing list