sanity.bbclass: allow dash to be used as /bin/sh, but print a warning
[vuplus_openembedded] / classes / e.bbclass
index 3fb2355..a56cdff 100644 (file)
@@ -1,14 +1,22 @@
 HOMEPAGE = "http://www.enlightenment.org"
 SECTION = "e/apps"
-SRC_URI = "${E_CVS};module=e17/apps/${SRCNAME}"
+SRCNAME ?= "${PN}"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
 S = "${WORKDIR}/${SRCNAME}"
 
+ARM_INSTRUCTION_SET = "arm"
+
 inherit autotools pkgconfig binconfig
 
 do_prepsources () {
   make clean distclean || true
 }
-addtask prepsources after do_fetch before do_unpack
+addtask prepsources after do_patch before do_configure
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+}
 
 export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"
 export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"