summaryrefslogtreecommitdiff
path: root/recipes-efl
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
commit6de5e40b31486715b6c81b6545bba64c29d94f78 (patch)
treefaed1248c5b89e82800a3e3661e07eac112b8afb /recipes-efl
parentec5bd01388f3747da1d449b07fb53c429ae18617 (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.
Diffstat (limited to 'recipes-efl')
-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}"