summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany_1.22.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-03 12:31:07 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-03 16:12:28 +0200
commit69f466b5a2d24a933010ac9d3ae1b8bd777b0681 (patch)
tree361d5279f9da5d508d3e120479d666fd5527b05d /meta-oe/recipes-devtools/geany/geany_1.22.bb
parented840de6e59dbf90d14c449c73d32f383446402b (diff)
downloadmeta-openembedded-69f466b5a2d24a933010ac9d3ae1b8bd777b0681.tar.gz
geany: update to 1.23 to fix build with glib 2.36
license change of FSF address only Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/geany/geany_1.22.bb')
-rw-r--r--meta-oe/recipes-devtools/geany/geany_1.22.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
deleted file mode 100644
index f56c8f3067..0000000000
--- a/meta-oe/recipes-devtools/geany/geany_1.22.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "A fast and lightweight IDE"
2HOMEPAGE = "http://www.geany.org/"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
5DEPENDS = "gtk+"
6PR = "r2"
7
8inherit autotools pkgconfig perlnative
9
10SRC_URI = " \
11 http://download.geany.org/${PN}-${PV}.tar.bz2 \
12 file://0001-configure.ac-remove-additional-c-test.patch \
13"
14SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
15SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
16
17FILES_${PN} += "${datadir}/icons"