aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/sip.bbclass9
-rw-r--r--classes/sip4.bbclass9
2 files changed, 14 insertions, 4 deletions
diff --git a/classes/sip.bbclass b/classes/sip.bbclass
index 7e049bc65a..adf179b130 100644
--- a/classes/sip.bbclass
+++ b/classes/sip.bbclass
@@ -1,6 +1,11 @@
-DEPENDS_prepend = "sip-native python-sip "
+# Build Class for Sip based Python Bindings
+# (C) Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
-#EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
+DEPENDS =+ "sip-native python-sip"
+
+# default stuff, do not uncomment
+# EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
sip_do_generate() {
if [ -z "${SIP_MODULES}" ]; then
diff --git a/classes/sip4.bbclass b/classes/sip4.bbclass
index d58c2d6381..ca2b1dae20 100644
--- a/classes/sip4.bbclass
+++ b/classes/sip4.bbclass
@@ -1,5 +1,10 @@
-DEPENDS_prepend = "sip4-native "
-RDEPENDS_append = "python-sip4"
+# Build Class for Sip based Python Bindings
+# (C) Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
+DEPENDS =+ "sip4-native"
+RDEPENDS += "python-sip4"
+
+# default stuff, do not uncomment
# EXTRA_SIPTAGS = "-tWS_X11 -tQt_4_1_1"
sip4_do_generate() {