diff options
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.29.bb | 3 |
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 db6a34a04a..f979b71b96 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" | |||
| 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+ python3-docutils-native" | 5 | |
| 6 | DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native" | ||
| 6 | 7 | ||
| 7 | inherit autotools pkgconfig perlnative pythonnative | 8 | inherit autotools pkgconfig perlnative pythonnative |
| 8 | 9 | ||
