diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-08-25 07:40:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:30:55 +0200 |
commit | 9391cd85c26a02559a512a9cbe492c37545f1104 (patch) | |
tree | 2b400d5da019c743f09e6c1fc8011a5f6e0603f0 /meta-oe/recipes-devtools | |
parent | 2d8d524386fc20bb057b96ffbfe4aa2aabea275f (diff) | |
download | meta-openembedded-9391cd85c26a02559a512a9cbe492c37545f1104.tar.gz |
geany: update to 1.25
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.25.bb (renamed from meta-oe/recipes-devtools/geany/geany_1.24.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb b/meta-oe/recipes-devtools/geany/geany_1.25.bb index f765e2c8d..59c424c23 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.25.bb | |||
@@ -2,15 +2,15 @@ SUMMARY = "A fast and lightweight IDE" | |||
2 | HOMEPAGE = "http://www.geany.org/" | 2 | HOMEPAGE = "http://www.geany.org/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" |
5 | DEPENDS = "gtk+" | 5 | DEPENDS = "gtk+ python-docutils-native" |
6 | 6 | ||
7 | inherit autotools pkgconfig perlnative | 7 | inherit autotools pkgconfig perlnative pythonnative |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | http://download.geany.org/${BP}.tar.bz2 \ | 10 | http://download.geany.org/${BP}.tar.bz2 \ |
11 | file://0001-configure.ac-remove-additional-c-test.patch \ | 11 | file://0001-configure.ac-remove-additional-c-test.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "d225104cef3973164d70116d46239606" | 13 | SRC_URI[md5sum] = "888bd82d62759ac47a4a398fb27c8471" |
14 | SRC_URI[sha256sum] = "7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33" | 14 | SRC_URI[sha256sum] = "8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/icons" | 16 | FILES_${PN} += "${datadir}/icons" |