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
commit8138d693e3951369fa5d9e8c1d314b778ff355ab (patch)
treeb0c83f9b3ab74c0028fa0855e12f302d430a0c8a
parent4dbffabb0e3c7ca1b74eddbe1c019591fb597633 (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}"