aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtksourceview/gtksourceview2_2.7.3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-21 18:15:49 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-21 18:15:49 +0200
commiteaafa4bd4a5dfd202f7650ec8e1b7af453ace608 (patch)
tree9f66a9dbef44406abc02ac2396e98e7688d90315 /recipes/gtksourceview/gtksourceview2_2.7.3.bb
parent48239648e94b50d50ced9e76922f5e01a096dff3 (diff)
downloadopenembedded-eaafa4bd4a5dfd202f7650ec8e1b7af453ace608.tar.gz
gtksourceview: update to latest release, fix packaging
Diffstat (limited to 'recipes/gtksourceview/gtksourceview2_2.7.3.bb')
-rw-r--r--recipes/gtksourceview/gtksourceview2_2.7.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gtksourceview/gtksourceview2_2.7.3.bb b/recipes/gtksourceview/gtksourceview2_2.7.3.bb
index 474b317678..20a2a5b440 100644
--- a/recipes/gtksourceview/gtksourceview2_2.7.3.bb
+++ b/recipes/gtksourceview/gtksourceview2_2.7.3.bb
@@ -2,12 +2,14 @@ DESCRIPTION = "Portable C library for multiline text editing"
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
LICENSE = "LGPL"
DEPENDS = "gtk+ libgnomeprint"
-PR = "r0"
+
+PR = "r1"
+
PNAME = "gtksourceview"
S = "${WORKDIR}/${PNAME}-${PV}"
-inherit gnome pkgconfig
+inherit gnome pkgconfig lib_package
# overrule SRC_URI from gnome.conf
SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2"