From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: Pidgin needs to RDEPENDS on pidgin-data?
Date: Thu, 23 Oct 2008 15:29:36 +0200 [thread overview]
Message-ID: <gdpu80$25g$1@ger.gmane.org> (raw)
In-Reply-To: <20081023124116.GA15082@datenfreihafen.org>
On 23-10-2008 14:41, Stefan Schmidt wrote:
> 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.
That patch is no good. The real fix is to move the 2 files pidgin needs
from -data to the main package.
Also: if pidgin-data is not getting installed when installing pidgin
something is wrong with your feeds.
regards,
Koen
>
> 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"
next prev parent reply other threads:[~2008-10-23 13:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 12:41 Pidgin needs to RDEPENDS on pidgin-data? Stefan Schmidt
2008-10-23 13:29 ` Koen Kooi [this message]
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='gdpu80$25g$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.