summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-08-14 13:15:27 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-08-14 15:36:17 +0200
commit7ec84dd0a172a400ead9420bddb6724e173f5621 (patch)
treef93990880a3a8b0b1f958bc73ae42ab12fcde4af /recipes-multimedia
parent9939629b44e0d11420837fa6a1187bc7615209ed (diff)
downloadmeta-raspberrypi-7ec84dd0a172a400ead9420bddb6724e173f5621.tar.gz
omxplayer: Add dependency on openssl
Change-Id: I06527c3814fe3690cdbbd03e4a41c79fe554773f Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-multimedia')
-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 5763d8f..eaadff6 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" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl"
11PR = "r3" 11PR = "r3"
12 12
13SRCREV = "f3221825a92f27c5f49a52200ff933e454977ed2" 13SRCREV = "f3221825a92f27c5f49a52200ff933e454977ed2"