diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-25 09:21:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:42:44 -0700 |
commit | ae9f2ba86d2eff7cb601e5f9af4e689756d5fdef (patch) | |
tree | 8e73d4dd541d08d8de7e82c8a58386a20d1e417d | |
parent | 88200e48d90b40314290c3098654f34ede67428f (diff) | |
download | meta-openembedded-ae9f2ba86d2eff7cb601e5f9af4e689756d5fdef.tar.gz |
geany-plugins: upgrade 1.34 -> 1.36
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb (renamed from meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb index 84adc7abe4..f768998450 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.34.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb | |||
@@ -29,11 +29,11 @@ inherit distro_features_check autotools pkgconfig gtk-icon-cache | |||
29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
30 | 30 | ||
31 | SRC_URI = " \ | 31 | SRC_URI = " \ |
32 | http://plugins.geany.org/${BPN}/${BP}.tar.bz2 \ | 32 | https://plugins.geany.org/${BPN}/${BP}.tar.bz2 \ |
33 | file://0001-Use-pkg-config-to-find-gpgme.patch \ | 33 | file://0001-Use-pkg-config-to-find-gpgme.patch \ |
34 | " | 34 | " |
35 | SRC_URI[md5sum] = "bf5fdd50727ad8bbbfe00027ccf2dac5" | 35 | SRC_URI[md5sum] = "91fb4634953702f914d9105da7048a33" |
36 | SRC_URI[sha256sum] = "244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b" | 36 | SRC_URI[sha256sum] = "ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6" |
37 | 37 | ||
38 | do_configure_prepend() { | 38 | do_configure_prepend() { |
39 | rm -f ${S}/build/cache/glib-gettext.m4 | 39 | rm -f ${S}/build/cache/glib-gettext.m4 |