diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-03 12:31:07 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-03 16:12:28 +0200 |
commit | 69f466b5a2d24a933010ac9d3ae1b8bd777b0681 (patch) | |
tree | 361d5279f9da5d508d3e120479d666fd5527b05d /meta-oe/recipes-devtools/geany | |
parent | ed840de6e59dbf90d14c449c73d32f383446402b (diff) | |
download | meta-openembedded-69f466b5a2d24a933010ac9d3ae1b8bd777b0681.tar.gz |
geany: update to 1.23 to fix build with glib 2.36
license change of FSF address only
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/geany')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.23.bb (renamed from meta-oe/recipes-devtools/geany/geany_1.22.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.23.bb index f56c8f306..604c7c246 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.22.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.23.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | DESCRIPTION = "A fast and lightweight IDE" | 1 | DESCRIPTION = "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=c107cf754550e65755c42985a5d4e9c9" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" |
5 | DEPENDS = "gtk+" | 5 | DEPENDS = "gtk+" |
6 | PR = "r2" | ||
7 | 6 | ||
8 | inherit autotools pkgconfig perlnative | 7 | inherit autotools pkgconfig perlnative |
9 | 8 | ||
@@ -11,7 +10,7 @@ SRC_URI = " \ | |||
11 | http://download.geany.org/${PN}-${PV}.tar.bz2 \ | 10 | http://download.geany.org/${PN}-${PV}.tar.bz2 \ |
12 | file://0001-configure.ac-remove-additional-c-test.patch \ | 11 | file://0001-configure.ac-remove-additional-c-test.patch \ |
13 | " | 12 | " |
14 | SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" | 13 | SRC_URI[md5sum] = "4290e8c32305e916f57bb0f0233bbec2" |
15 | SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" | 14 | SRC_URI[sha256sum] = "cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0" |
16 | 15 | ||
17 | FILES_${PN} += "${datadir}/icons" | 16 | FILES_${PN} += "${datadir}/icons" |