All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package
@ 2018-05-18  1:30 Andre McCurdy
  2018-05-18  1:30 ` [meta-oe][PATCH 02/17] openobex: " Andre McCurdy
                   ` (16 more replies)
  0 siblings, 17 replies; 28+ messages in thread
From: Andre McCurdy @ 2018-05-18  1:30 UTC (permalink / raw)
  To: openembedded-devel

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@gmail.com>
---
 meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
index 9354799..6b9c545 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb
@@ -24,5 +24,4 @@ PACKAGECONFIG[testapps] = "-DLWS_WITHOUT_TESTAPPS=OFF,-DLWS_WITHOUT_TESTAPPS=ON,
 
 PACKAGES =+ "${PN}-testapps"
 
-FILES_${PN}-dev += "${libdir}/cmake"
 FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-05-24 17:30 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18  1:30 [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 02/17] openobex: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 03/17] rocksdb: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 04/17] capnproto: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 05/17] grpc: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 06/17] json-spirit: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 07/17] librcf: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 08/17] msgpack-c: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 09/17] rapidjson: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 10/17] glm: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 11/17] openjpeg: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 12/17] ceres-solver: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 13/17] gflags: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 14/17] libftdi: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 15/17] libssh: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 16/17] libtinyxml2: " Andre McCurdy
2018-05-18  1:30 ` [meta-oe][PATCH 17/17] poco: " Andre McCurdy
2018-05-18  1:56 ` [meta-oe][PATCH 01/17] libwebsockets: " Khem Raj
2018-05-18 19:07   ` Andre McCurdy
2018-05-18 21:01     ` Khem Raj
2018-05-18 22:28       ` Andre McCurdy
2018-05-19  2:37         ` Trevor Woerner
2018-05-19  4:52           ` Khem Raj
2018-05-19 11:59             ` Peter Kjellerstedt
2018-05-19 19:35               ` Trevor Woerner
2018-05-20  8:23                 ` André Draszik
2018-05-21 18:10                 ` Andre McCurdy
2018-05-24 17:30                   ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.