summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-03-21 16:15:21 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2017-03-21 16:15:29 +0000
commit0948d17dede617687669a45f7140354a4cf7809c (patch)
tree06fd99c9134465a7c2954dcd55c63e6e3a6209d1
parent6c8ca9ccf1748f6a40e4f30f5df49e2501259cb0 (diff)
downloadmeta-raspberrypi-0948d17dede617687669a45f7140354a4cf7809c.tar.gz
omxplayer: Add dependency on coreutils-native
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>
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
9 9
10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh libomxil coreutils-native"
11PR = "r4" 11PR = "r4"
12 12
13SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021" 13SRCREV = "62fb580260adb9b01e5694bb4374fb9a5f6f1021"