diff options
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_1.22.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.22.bb | 6 |
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 1e56ec8e0e..e0b5df509b 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/" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
| 5 | DEPENDS = "gtk+" | 5 | DEPENDS = "gtk+" |
| 6 | PR = "r1" | ||
| 6 | 7 | ||
| 7 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
| 8 | 9 | ||
| 9 | SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2" | 10 | SRC_URI = " \ |
| 11 | http://download.geany.org/${PN}-${PV}.tar.bz2 \ | ||
| 12 | file://0001-configure.ac-remove-additional-c-test.patch \ | ||
| 13 | " | ||
| 10 | SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" | 14 | SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" |
| 11 | SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" | 15 | SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" |
| 12 | 16 | ||
