All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir
@ 2014-03-05 15:29 Andrei Gherzan
  2014-03-05 15:50 ` Andrei Gherzan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Gherzan @ 2014-03-05 15:29 UTC (permalink / raw)
  To: yocto

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"
 
 FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
 
-- 
1.8.5.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir
  2014-03-05 15:29 [meta-raspberrypi][PATCH1 1/1] omxplayer: Don't hardcode datadir Andrei Gherzan
@ 2014-03-05 15:50 ` Andrei Gherzan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2014-03-05 15:50 UTC (permalink / raw)
  To: yocto

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-05 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.