summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.29.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb
index db6a34a04..f979b71b9 100644
--- a/meta-oe/recipes-devtools/geany/geany_1.29.bb
+++ b/meta-oe/recipes-devtools/geany/geany_1.29.bb
@@ -2,7 +2,8 @@ SUMMARY = "A fast and lightweight IDE"
2HOMEPAGE = "http://www.geany.org/" 2HOMEPAGE = "http://www.geany.org/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
5DEPENDS = "gtk+ python3-docutils-native" 5
6DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native"
6 7
7inherit autotools pkgconfig perlnative pythonnative 8inherit autotools pkgconfig perlnative pythonnative
8 9