summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
index e0b5df509..f56c8f306 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.22.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
@@ -3,9 +3,9 @@ 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" 6PR = "r2"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig perlnative
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 http://download.geany.org/${PN}-${PV}.tar.bz2 \ 11 http://download.geany.org/${PN}-${PV}.tar.bz2 \