add python-emotion. all python bindings to EFL compile now, but I didn't test their...
authorMichael Lauer <mickey@vanille-media.de>
Tue, 24 Jul 2007 02:23:26 +0000 (02:23 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 24 Jul 2007 02:23:26 +0000 (02:23 +0000)
packages/python/python-edje_cvs.bb
packages/python/python-efl.inc
packages/python/python-emotion_cvs.bb [new file with mode: 0644]
packages/python/python-evas_cvs.bb

index a12622b..632ca84 100644 (file)
@@ -1,4 +1,4 @@
 require python-efl.inc
 
-DEPENDS += "edje"
+DEPENDS += "edje python-evas"
 
index 8eb6c7c..ce52e05 100644 (file)
@@ -5,5 +5,9 @@ inherit distutils
 SRC_URI = "${E_CVS};module=e17/proto/python-efl/${PN}"
 S = "${WORKDIR}/${PN}"
 
-FILES_${PN}-debug += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
+do_install_append() {
+       rm ${D}${libdir}/${PYTHON_DIR}/site-packages/site.*
+}
+
+FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
 
diff --git a/packages/python/python-emotion_cvs.bb b/packages/python/python-emotion_cvs.bb
new file mode 100644 (file)
index 0000000..a101c07
--- /dev/null
@@ -0,0 +1,4 @@
+require python-efl.inc
+
+DEPENDS += "emotion python-evas"
+
index 070fdda..78f306c 100644 (file)
@@ -2,3 +2,12 @@ require python-efl.inc
 
 DEPENDS += "evas"
 
+do_stage() {
+       distutils_stage_headers
+}
+
+#do_stage_append() {
+#      install -d ${STAGING_DIR}/${BUILD_SYS}/include/${PYTHON_DIR}/python-evas/
+#      install -m 0644 evas/evas.c_evas.pxd ${STAGING_DIR}/${BUILD_SYS}/include/${PYTHON_DIR}/python-evas/
+#}
+