All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/18] qtgraphicaleffects: allow empty package
@ 2013-10-07 23:32 Eric Bénard
  2013-10-07 23:32 ` [PATCH 02/18] cinematicexperience: add example Eric Bénard
                   ` (19 more replies)
  0 siblings, 20 replies; 24+ messages in thread
From: Eric Bénard @ 2013-10-07 23:32 UTC (permalink / raw)
  To: openembedded-devel

else populatesdk will fail because qtgraphicaleffects-dev can't
find qtgraphicaleffects

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-qt/qt5/qtgraphicaleffects.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc
index 63e884e..06b5350 100644
--- a/recipes-qt/qt5/qtgraphicaleffects.inc
+++ b/recipes-qt/qt5/qtgraphicaleffects.inc
@@ -1,3 +1,5 @@
 require qt5.inc
 
 DEPENDS += "qtdeclarative"
+
+ALLOW_EMPTY_${PN} = "1"
-- 
1.8.4.rc3



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

end of thread, other threads:[~2013-10-08  6:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 23:32 [PATCH 01/18] qtgraphicaleffects: allow empty package Eric Bénard
2013-10-07 23:32 ` [PATCH 02/18] cinematicexperience: add example Eric Bénard
2013-10-07 23:32 ` [PATCH 03/18] qtbase: update to 5.1.1 Eric Bénard
2013-10-08  0:01   ` Denys Dmytriyenko
2013-10-07 23:32 ` [PATCH 04/18] qtjsbackend: " Eric Bénard
2013-10-07 23:32 ` [PATCH 05/18] qtsvg: " Eric Bénard
2013-10-07 23:32 ` [PATCH 06/18] qtxmlpatterns: " Eric Bénard
2013-10-07 23:32 ` [PATCH 07/18] qtdeclarative: " Eric Bénard
2013-10-07 23:32 ` [PATCH 08/18] qtgraphicaleffects: " Eric Bénard
2013-10-07 23:32 ` [PATCH 09/18] qtimageformats: " Eric Bénard
2013-10-07 23:32 ` [PATCH 10/18] qtmultimedia: " Eric Bénard
2013-10-07 23:32 ` [PATCH 11/18] qtscript: " Eric Bénard
2013-10-07 23:32 ` [PATCH 12/18] qtsensors: " Eric Bénard
2013-10-07 23:32 ` [PATCH 13/18] qtsystems: doesn't depends on qtjsondb Eric Bénard
2013-10-07 23:32 ` [PATCH 14/18] qtquick1: update to 5.1.1 Eric Bénard
2013-10-07 23:32 ` [PATCH 15/18] qtlocation: don't depend on qtjsondb Eric Bénard
2013-10-07 23:32 ` [PATCH 16/18] qtwebkit: update to 5.1.1 Eric Bénard
2013-10-07 23:32 ` [PATCH 17/18] qtwebkit-examples: " Eric Bénard
2013-10-07 23:32 ` [PATCH 18/18] qt: use 5.1.1 by default Eric Bénard
2013-10-08  0:04   ` Denys Dmytriyenko
2013-10-08  0:16 ` [PATCH 01/18] qtgraphicaleffects: allow empty package Denys Dmytriyenko
2013-10-08  6:24   ` Eric Bénard
2013-10-08  4:02 ` Denys Dmytriyenko
2013-10-08  4:30 ` Denys Dmytriyenko

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.