summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala/vala_0.56.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/vala/vala_0.56.15.bb')
-rw-r--r--meta/recipes-devtools/vala/vala_0.56.15.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/vala/vala_0.56.15.bb b/meta/recipes-devtools/vala/vala_0.56.15.bb
index a8fdd0a97a..915ddd8e4d 100644
--- a/meta/recipes-devtools/vala/vala_0.56.15.bb
+++ b/meta/recipes-devtools/vala/vala_0.56.15.bb
@@ -18,7 +18,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
18 18
19SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 19SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
20 20
21SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" 21SRC_URI = " \
22 http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz \
23 file://0001-gtk4-Preserve-compatibility-with-4.14.patch \
24"
22SRC_URI[sha256sum] = "535b6452ed310fd5fb5c7dd6794b6213dac3b48e645e5bff3173741ec2cb3f2b" 25SRC_URI[sha256sum] = "535b6452ed310fd5fb5c7dd6794b6213dac3b48e645e5bff3173741ec2cb3f2b"
23 26
24inherit autotools pkgconfig upstream-version-is-even 27inherit autotools pkgconfig upstream-version-is-even