From 72e8a6c97b3ee65d97cf566a159fb8557dc6f934 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 27 Jul 2009 19:29:43 -0700 Subject: gtksourceview: package was missing a few important files, add them Signed-off-by: Koen Kooi --- recipes/gtksourceview/gtksourceview2_2.6.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/gtksourceview/gtksourceview2_2.6.0.bb') diff --git a/recipes/gtksourceview/gtksourceview2_2.6.0.bb b/recipes/gtksourceview/gtksourceview2_2.6.0.bb index ee9f6549ac..f7889c8538 100644 --- a/recipes/gtksourceview/gtksourceview2_2.6.0.bb +++ b/recipes/gtksourceview/gtksourceview2_2.6.0.bb @@ -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" + -- cgit v1.2.3