diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-27 21:36:41 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-28 10:02:02 +0000 |
commit | 3c8fdb4a7a1cd02e4e28069eec19b223248fd792 (patch) | |
tree | fd127ad8b292cdd6f4e025674e98c214389346c5 | |
parent | 37d3dd955d34eab5f4e2c924e8944ac0d15be1c1 (diff) | |
download | meta-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.bb | 2 |
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" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=00a27da7ac0f9bcd17320ec29ef4bbf6" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=00a27da7ac0f9bcd17320ec29ef4bbf6" |
9 | 9 | ||
10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh libomxil coreutils-native curl-native userland" | 10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh virtual/libomxil coreutils-native curl-native userland" |
11 | 11 | ||
12 | PR = "r5" | 12 | PR = "r5" |
13 | 13 | ||