[oe] Pidgin needs to RDEPENDS on pidgin-data?

Koen Kooi k.kooi at student.utwente.nl
Thu Oct 23 15:15:46 UTC 2008


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.

Actually...


> 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 "

Typo alert! it's ${PN} (note the closing bracket)

> +RDEPENDS_${PN{ += "${PN}-data "

Another typo alert!

>   FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
>   FILES_${PN}-dev += "${libdir}/${PN}/*.la"






More information about the Openembedded-devel mailing list