git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a55e5
)
gedit: fix packaging so that the .pc ends up in -dev and we don't get the depchain...
author
Koen Kooi
<koen@openembedded.org>
Wed, 21 Oct 2009 17:12:33 +0000
(19:12 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 21 Oct 2009 17:12:33 +0000
(19:12 +0200)
recipes/gnome/gedit_2.28.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gedit_2.28.0.bb
b/recipes/gnome/gedit_2.28.0.bb
index
10e5b54
..
0c4e7b4
100644
(file)
--- 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"