gedit: fix packaging so that the .pc ends up in -dev and we don't get the depchain...
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 17:12:33 +0000 (19:12 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 17:12:33 +0000 (19:12 +0200)
recipes/gnome/gedit_2.28.0.bb

index 10e5b54..0c4e7b4 100644 (file)
@@ -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"