All of lore.kernel.org
 help / color / mirror / Atom feed
* Pidgin needs to RDEPENDS on pidgin-data?
@ 2008-10-23 12:41 Stefan Schmidt
  2008-10-23 13:29 ` Koen Kooi
  2008-10-23 15:15 ` Koen Kooi
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Schmidt @ 2008-10-23 12:41 UTC (permalink / raw)
  To: openembedded-devel

Hello.

I have a user bug report here that pidgin segfaults without pidgin-data
installed:
http://trac.freesmartphone.org/ticket/170

In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
Patch below is what I would push if nobody objects.

regards
Stefan Schmidt

diff --git a/packages/pidgin/pidgin.inc b/packages/pidgin/pidgin.inc
index db66d13..e3c35a7 100644
--- a/packages/pidgin/pidgin.inc
+++ b/packages/pidgin/pidgin.inc
@@ -44,7 +44,7 @@ FILES_finch-dbg     = "${bindir}/.debug/finch \
 
 FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
 	       ${datadir}/applications"
-RRECOMMENDS_${PN{ += "${PN}-data "
+RDEPENDS_${PN{ += "${PN}-data "
 FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
 FILES_${PN}-dev += "${libdir}/${PN}/*.la"
 



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-23 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 12:41 Pidgin needs to RDEPENDS on pidgin-data? Stefan Schmidt
2008-10-23 13:29 ` Koen Kooi
2008-10-23 13:55   ` Stefan Schmidt
2008-10-23 15:16     ` Koen Kooi
2008-10-23 17:46       ` Stefan Schmidt
2008-10-23 15:15 ` Koen Kooi
2008-10-23 17:44   ` Stefan Schmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.