[yocto] [meta-raspberrypi][PATCH V2] omxplayer : Install fonts directory in datadir

Sebastien MENNETRIER s.mennetrier at innotis.org
Wed Mar 5 01:06:33 PST 2014


Sorry, I forget "for-dora" in subject


Regards,
Sébastien


2014-03-05 10:04 GMT+01:00 Sébastien Mennetrier <s.mennetrier at innotis.org>:

> Signed-off-by: Sébastien Mennetrier <s.mennetrier at innotis.org>
> ---
>  recipes-multimedia/omxplayer/omxplayer_git.bb | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bbb/recipes-multimedia/omxplayer/
> omxplayer_git.bb
> index a456026..7492f62 100644
> --- a/recipes-multimedia/omxplayer/omxplayer_git.bb
> +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
> @@ -52,9 +52,12 @@ do_compile() {
>
>  do_install() {
>         oe_runmake dist
> +       mkdir -p ${D}${datadir}/fonts/truetype/freefont/
> +       install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
>  }
>
>  FILES_${PN} = "${bindir}/omxplayer* \
> -               ${libdir}/omxplayer/lib*${SOLIBS}"
> +               ${libdir}/omxplayer/lib*${SOLIBS} \
> +               ${datadir}/fonts"
>
>  FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
> --
> 1.8.1.2
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140305/64defb94/attachment.html>


More information about the yocto mailing list