[oe-commits] Steve Sakoman : gtksourceview: package was missing a few important files, add them

git version control git at git.openembedded.org
Tue Jul 28 07:31:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 72e8a6c97b3ee65d97cf566a159fb8557dc6f934
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=72e8a6c97b3ee65d97cf566a159fb8557dc6f934

Author: Steve Sakoman <steve at sakoman.com>
Date:   Mon Jul 27 19:29:43 2009 -0700

gtksourceview: package was missing a few important files, add them

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/gtksourceview/gtksourceview2_2.6.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gtksourceview/gtksourceview2_2.6.0.bb b/recipes/gtksourceview/gtksourceview2_2.6.0.bb
index ee9f654..f7889c8 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"
+





More information about the Openembedded-commits mailing list