From: Steve Sakoman Date: Tue, 28 Jul 2009 02:29:43 +0000 (-0700) Subject: gtksourceview: package was missing a few important files, add them X-Git-Tag: Release-2010-05/1~2870 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e8a6c97b3ee65d97cf566a159fb8557dc6f934;p=openembedded.git gtksourceview: package was missing a few important files, add them Signed-off-by: Koen Kooi --- 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" +