[oe-commits] Koen Kooi : gedit: fix packaging so that the .pc ends up in -dev and we don 't get the depchain code adding deps to gtksourceview-dev

git version control git at git.openembedded.org
Thu Oct 22 09:30:17 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 240441d73bc2daff9d3779955d00773167ba1315
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=240441d73bc2daff9d3779955d00773167ba1315

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 21 19:12:33 2009 +0200

gedit: fix packaging so that the .pc ends up in -dev and we don't get the depchain code adding deps to gtksourceview-dev

---

 recipes/gnome/gedit_2.28.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb
index 10e5b54..0c4e7b4 100644
--- a/recipes/gnome/gedit_2.28.0.bb
+++ b/recipes/gnome/gedit_2.28.0.bb
@@ -5,6 +5,8 @@ LICENSE = "GPL"
 DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2"
 RDEPENDS += " gtksourceview2"
 
+PR = "r1"
+
 inherit gnome pkgconfig
 
 EXTRA_OECONF = "--disable-scrollkeeper"
@@ -17,5 +19,5 @@ do_stage () {
 	autotools_stage_all
 }
 
-FILES_${PN} += "${libdir} ${datadir}/gedit-2"
+FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
 FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"





More information about the Openembedded-commits mailing list