Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-05 Thread Sebastien MENNETRIER
2014-03-04 23:51 GMT+01:00 Andrei Gherzan and...@gherzan.ro: On Wed, Mar 5, 2014 at 12:39 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Mar 4, 2014 at 12:18 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: do_install() { oe_runmake dist + mkdir -p

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-05 Thread Andrei Gherzan
On Wed, Mar 5, 2014 at 10:31 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: 2014-03-04 23:51 GMT+01:00 Andrei Gherzan and...@gherzan.ro: On Wed, Mar 5, 2014 at 12:39 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Mar 4, 2014 at 12:18 AM, Sebastien MENNETRIER

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-04 Thread Sebastien MENNETRIER
Ping 2014-02-28 10:53 GMT+01:00 Sébastien Mennetrier s.mennetr...@innotis.org: Signed-off-by: Sébastien Mennetrier s.mennetr...@innotis.org --- recipes-multimedia/omxplayer/omxplayer_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-04 Thread Khem Raj
On Tue, Mar 4, 2014 at 12:18 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: do_install() { oe_runmake dist + mkdir -p ${D}/usr/share/fonts/truetype/freefont/ + install ${S}/fonts/* ${D}/usr/share/fonts/truetype/freefont/ } FILES_${PN} = ${bindir}/omxplayer*

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-04 Thread Andrei Gherzan
On Wed, Mar 5, 2014 at 12:39 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Mar 4, 2014 at 12:18 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: do_install() { oe_runmake dist + mkdir -p ${D}/usr/share/fonts/truetype/freefont/ + install ${S}/fonts/*

Re: [yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-03-04 Thread Khem Raj
On Tue, Mar 4, 2014 at 2:51 PM, Andrei Gherzan and...@gherzan.ro wrote: Why exactly? meta-rpi is using yocto mailinglist. Oh didnt notice if this was a meta-rpi specific patch, but if it is then ml is ok ___ yocto mailing list yocto@yoctoproject.org

[yocto] [meta-raspberrypi][for-dora][PATCH] Installed fonts directory in the default location needed by omxplayer

2014-02-28 Thread Sébastien Mennetrier
Signed-off-by: Sébastien Mennetrier s.mennetr...@innotis.org --- recipes-multimedia/omxplayer/omxplayer_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index