All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native
@ 2017-03-21 16:18 Andrei Gherzan
  2017-03-21 16:34 ` Andrei Gherzan
  2017-03-21 16:48 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Andrei Gherzan @ 2017-03-21 16:18 UTC (permalink / raw)
  To: yocto

Internal ffmpeg configure uses pr which is provided by coreutils-native:
| ./configure: line 471: pr: command not found

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index c196fbf..72297d0 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -7,7 +7,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil"
+DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil coreutils-native"
 PR = "r4"
 
 SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021"
-- 
2.12.0



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

* Re: [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native
  2017-03-21 16:18 [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native Andrei Gherzan
@ 2017-03-21 16:34 ` Andrei Gherzan
  2017-03-21 16:48 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2017-03-21 16:34 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]

On Tue, Mar 21, 2017 at 04:18:04PM +0000, Andrei Gherzan wrote:
> Internal ffmpeg configure uses pr which is provided by coreutils-native:
> | ./configure: line 471: pr: command not found
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
> index c196fbf..72297d0 100644
> --- a/recipes-multimedia/omxplayer/omxplayer_git.bb
> +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
> @@ -7,7 +7,7 @@ SECTION = "console/utils"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> -DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil"
> +DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil coreutils-native"
>  PR = "r4"
>
>  SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021"
> --
> 2.12.0
>

Merged to master.

--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

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

* Re: [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native
  2017-03-21 16:18 [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native Andrei Gherzan
  2017-03-21 16:34 ` Andrei Gherzan
@ 2017-03-21 16:48 ` Khem Raj
  2017-03-21 16:55   ` Andrei Gherzan
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2017-03-21 16:48 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto

On Tue, Mar 21, 2017 at 9:18 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> Internal ffmpeg configure uses pr which is provided by coreutils-native:
> | ./configure: line 471: pr: command not found

this should probably we added to OE-core allowed binaries whitelist.

>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
> index c196fbf..72297d0 100644
> --- a/recipes-multimedia/omxplayer/omxplayer_git.bb
> +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
> @@ -7,7 +7,7 @@ SECTION = "console/utils"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> -DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil"
> +DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil coreutils-native"
>  PR = "r4"
>
>  SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021"
> --
> 2.12.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native
  2017-03-21 16:48 ` Khem Raj
@ 2017-03-21 16:55   ` Andrei Gherzan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2017-03-21 16:55 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

On Tue, Mar 21, 2017 at 09:48:52AM -0700, Khem Raj wrote:
> On Tue, Mar 21, 2017 at 9:18 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > Internal ffmpeg configure uses pr which is provided by coreutils-native:
> > | ./configure: line 471: pr: command not found
>
> this should probably we added to OE-core allowed binaries whitelist.

Right. I'm fine either way. For now this fixes a racing issue so I
merged it to master.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

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

end of thread, other threads:[~2017-03-21 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-21 16:18 [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native Andrei Gherzan
2017-03-21 16:34 ` Andrei Gherzan
2017-03-21 16:48 ` Khem Raj
2017-03-21 16:55   ` 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.