All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Schmidt <stefan@datenfreihafen.org>
To: openembedded-devel@lists.openembedded.org
Subject: Pidgin needs to RDEPENDS on pidgin-data?
Date: Thu, 23 Oct 2008 14:41:16 +0200	[thread overview]
Message-ID: <20081023124116.GA15082@datenfreihafen.org> (raw)

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"
 



             reply	other threads:[~2008-10-23 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-23 12:41 Stefan Schmidt [this message]
2008-10-23 13:29 ` Pidgin needs to RDEPENDS on pidgin-data? 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081023124116.GA15082@datenfreihafen.org \
    --to=stefan@datenfreihafen.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.