summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany_1.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_1.22.bb')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.22.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
index 1e56ec8e0..e0b5df509 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.22.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
@@ -3,10 +3,14 @@ HOMEPAGE = "http://www.geany.org/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
5DEPENDS = "gtk+" 5DEPENDS = "gtk+"
6PR = "r1"
6 7
7inherit autotools pkgconfig 8inherit autotools pkgconfig
8 9
9SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" 10SRC_URI = " \
11 http://download.geany.org/${PN}-${PV}.tar.bz2 \
12 file://0001-configure.ac-remove-additional-c-test.patch \
13"
10SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" 14SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
11SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" 15SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
12 16