summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-01-27 21:36:41 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-28 10:02:02 +0000
commit3c8fdb4a7a1cd02e4e28069eec19b223248fd792 (patch)
treefd127ad8b292cdd6f4e025674e98c214389346c5
parent37d3dd955d34eab5f4e2c924e8944ac0d15be1c1 (diff)
downloadmeta-raspberrypi-3c8fdb4a7a1cd02e4e28069eec19b223248fd792.tar.gz
omxplayer: respect virtual/libomxil
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 3cc0321..55e5a1c 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=00a27da7ac0f9bcd17320ec29ef4bbf6" 8LIC_FILES_CHKSUM = "file://COPYING;md5=00a27da7ac0f9bcd17320ec29ef4bbf6"
9 9
10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh libomxil coreutils-native curl-native userland" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh virtual/libomxil coreutils-native curl-native userland"
11 11
12PR = "r5" 12PR = "r5"
13 13