All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package
@ 2014-03-01  2:19 Jonathan Liu
  2014-03-01  2:19 ` [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development Jonathan Liu
  2014-03-01 20:31 ` [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package Otavio Salvador
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Liu @ 2014-03-01  2:19 UTC (permalink / raw)
  To: openembedded-devel

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

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] 6+ messages in thread

end of thread, other threads:[~2014-03-05 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01  2:19 [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package Jonathan Liu
2014-03-01  2:19 ` [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development Jonathan Liu
2014-03-01 20:34   ` Otavio Salvador
2014-03-04 19:51     ` Denys Dmytriyenko
2014-03-05 11:48       ` Otavio Salvador
2014-03-01 20:31 ` [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package Otavio Salvador

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.