summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-09-02 14:13:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-09-02 14:13:29 +0200
commit5abf3c7c5c3c44a2236dbc1cd6642bc9bfa24717 (patch)
tree7e7b036409c4a711496c1826a1d21051b9037cdb
parent0a4ec9fa842441ee27ed4e4d71a7173e1015a4f6 (diff)
imlib2: use git instead of svn repo, update to 1.4.6
The enlightement svn seems to be down. Workaround by using their git repo which provides the same data and is already used in the master branch of meta-openembedded. Remove once we upgrade from daisy to the next stable release.
-rw-r--r--recipes-efl/efl/imlib2_svn.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-efl/efl/imlib2_svn.bbappend b/recipes-efl/efl/imlib2_svn.bbappend
new file mode 100644
index 0000000..ba6ae5a
--- /dev/null
+++ b/recipes-efl/efl/imlib2_svn.bbappend
@@ -0,0 +1,11 @@
+#backport changes from meta-openembedded/meta-efl/recipes-efl/efl master branch b14728a
+#as svn.enlightenment.org is no longer reachable
+
+PV = "1.4.6+gitr${SRCPV}"
+SRCREV = "560a58e61778d84953944f744a025af6ce986334"
+
+SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git"
+S = "${WORKDIR}/git"
+
+# autotools-brokensep
+B = "${S}"