summaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-21 19:12:33 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-21 19:12:33 +0200
commit240441d73bc2daff9d3779955d00773167ba1315 (patch)
tree637f354dfc56dbe7014df20cac7081ae4044023e /recipes/gnome
parent66a55e59bd4b3684b60e55840999539d04a8057c (diff)
downloadopenembedded-240441d73bc2daff9d3779955d00773167ba1315.tar.gz
gedit: fix packaging so that the .pc ends up in -dev and we don't get the depchain code adding deps to gtksourceview-dev
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gedit_2.28.0.bb4
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 10e5b54f97..0c4e7b480d 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"