Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-qt5][PATCH v2 1/2] qtimageformats: allow empty qtimageformats package
@ 2014-03-02  2:58 Jonathan Liu
  2014-03-02  2:54 ` Jonathan Liu
  2014-03-02  2:58 ` [meta-qt5][PATCH v2 2/2] packagegroup-qt5-toolchain-target: include all modules for development Jonathan Liu
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2014-03-02  2:58 UTC (permalink / raw)
  To: openembedded-core

This fixes installing qtimageformats-dev with opkg as it depends on the
qtimageformats package which wasn't created.

The qtimageformats package was not created as it is empty and BitBake
avoids producing empty packages by default. The installed files consist
of source files split into qtimageformats-dbg, CMake files split into
qtimageformats-dev, plugins split into qtimageformats-plugins and
debug build of plugins split into qtimageformats-plugins-dbg.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-qt/qt5/qtimageformats.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qtimageformats.inc b/recipes-qt/qt5/qtimageformats.inc
index 1b4bb4f..f90e58a 100644
--- a/recipes-qt/qt5/qtimageformats.inc
+++ b/recipes-qt/qt5/qtimageformats.inc
@@ -1,3 +1,4 @@
 require qt5.inc
 
 DEPENDS += "qtbase tiff"
+ALLOW_EMPTY_${PN} = "1"
-- 
1.9.0



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

end of thread, other threads:[~2014-03-02  2:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02  2:58 [meta-qt5][PATCH v2 1/2] qtimageformats: allow empty qtimageformats package Jonathan Liu
2014-03-02  2:54 ` Jonathan Liu
2014-03-02  2:58 ` [meta-qt5][PATCH v2 2/2] packagegroup-qt5-toolchain-target: include all modules for development Jonathan Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox