[oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

Eric Bénard eric at eukrea.com
Mon Oct 7 23:32:01 UTC 2013


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

Signed-off-by: Eric Bénard <eric at 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




More information about the Openembedded-devel mailing list