[oe] [PATCH] gtksourceview: package was missing a few important files, add them

Steve Sakoman sakoman at gmail.com
Mon Jul 27 20:08:28 UTC 2009


From: Steve Sakoman <steve at sakoman.com>
Date: Mon, 27 Jul 2009 19:29:43 +0000 (-0700)
Subject: gtksourceview: package was missing a few important files, add them
X-Git-Url: http://www.sakoman.net/cgi-bin/gitweb.cgi?p=openembedded.git;a=commitdiff_plain;h=0f3cf96e2103a8e6abe810d221781b6032d927e8

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

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-devel mailing list