All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei@gherzan.ro>
To: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir
Date: Wed, 5 Mar 2014 17:50:24 +0200	[thread overview]
Message-ID: <20140305155024.GA2222@gmail.com> (raw)
In-Reply-To: <1394033396-3514-1-git-send-email-andrei@gherzan.ro>

On Wed, Mar 05, 2014 at 05:29:56PM +0200, Andrei Gherzan wrote:
> Change-Id: Ibe66106fdf1da38d43278f5e2853c722709b91db
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-multimedia/omxplayer/omxplayer_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
> index 526dc86..c83d6c3 100644
> --- a/recipes-multimedia/omxplayer/omxplayer_git.bb
> +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
> @@ -57,13 +57,13 @@ do_compile() {
>
>  do_install() {
>      oe_runmake STRIP='echo skipping strip' dist
> -    mkdir -p ${D}/usr/share/fonts/truetype/freefont/
> -    install ${S}/fonts/* ${D}/usr/share/fonts/truetype/freefont/
> +    mkdir -p ${D}${datadir}/fonts/truetype/freefont/
> +    install ${S}/fonts/* ${D}${datadir}/fonts/truetype/freefont/
>  }
>
>  FILES_${PN} = "${bindir}/omxplayer* \
>                 ${libdir}/omxplayer/lib*${SOLIBS} \
> -               /usr/share/fonts"
> +               ${D}${datadir}/fonts"

Merged in master fixing the above typo (${D} shoudn't be there obviously).

>
>  FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
>
> --
> 1.8.5.3
>

--
Andrei Gherzan
m: +40.744.478.414 | f: +40.31.816.28.12


      reply	other threads:[~2014-03-05 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 15:29 [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir Andrei Gherzan
2014-03-05 15:50 ` Andrei Gherzan [this message]

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=20140305155024.GA2222@gmail.com \
    --to=andrei@gherzan.ro \
    --cc=yocto@yoctoproject.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.