summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-11 22:51:43 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-11 22:01:14 -0700
commit20c0a276cd431267f10270e2fbfdf60691392266 (patch)
treeeb1f3e9d193d1b78efb64b3a0a6f1c69a5ee501f /meta-gnome
parent5b0d5ef5df8de0bd6274eefadaba16e74f1ff0c7 (diff)
downloadmeta-openembedded-20c0a276cd431267f10270e2fbfdf60691392266.tar.gz
libmypaint: upgrade 1.4.0 -> 1.6.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
index 2ca80f3e6..37d41780d 100644
--- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
+++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
@@ -13,8 +13,8 @@ DEPENDS = " \
13inherit autotools gobject-introspection gettext python3native 13inherit autotools gobject-introspection gettext python3native
14 14
15SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1" 15SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypaint-v1"
16SRCREV = "477cb94b596035b54a255faaf95d13f6a8ee3619" 16SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
17PV = "1.4.0" 17PV = "1.6.1"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20do_configure_append() { 20do_configure_append() {