gtksourceview: package was missing a few important files, add them
authorSteve Sakoman <steve@sakoman.com>
Tue, 28 Jul 2009 02:29:43 +0000 (19:29 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 28 Jul 2009 07:25:56 +0000 (09:25 +0200)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/gtksourceview/gtksourceview2_2.6.0.bb

index ee9f654..f7889c8 100644 (file)
@@ -2,7 +2,7 @@ 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}"
@@ -16,3 +16,5 @@ do_stage() {
 autotools_stage_all
 }
 
+FILES_${PN} += " ${datadir}/gtksourceview-2.0"
+