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

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.