summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/omxplayer/omxplayer_git.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-04-16 11:20:51 +1000
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-21 19:12:38 +0200
commit3696c0ef66320fed8d631fea023756a52061eb66 (patch)
treeeb6793af853653151c43efb9e9490452ee75b7d4 /recipes-multimedia/omxplayer/omxplayer_git.bb
parentbfc46bdd55d3d37efdb3734124c5c38975aa1323 (diff)
downloadmeta-raspberrypi-3696c0ef66320fed8d631fea023756a52061eb66.tar.gz
omxplayer: Bump revision
Fixes linking error due to missing vchostif library dependency. Rebased patches and removed patches already merged upstream. Signed-off-by: Jonathan Liu <net147@gmail.com>
Diffstat (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb')
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index c8251fe..7d3b464 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh"
11PR = "r4" 11PR = "r4"
12 12
13SRCREV = "15a490b2397b358776c56b017a137c4716eb6b4e" 13SRCREV = "8466acf65f5f444dfa22631fb83c07ac759c02a5"
14SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ 14SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \
15 file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ 15 file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \
16 file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ 16 file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
@@ -18,7 +18,6 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master
18 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ 18 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \
19 file://fix-tar-command-with-DIST.patch \ 19 file://fix-tar-command-with-DIST.patch \
20 file://use-native-pkg-config.patch \ 20 file://use-native-pkg-config.patch \
21 file://don-t-preserve-file-attributes-when-cp.patch \
22 " 21 "
23S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
24 23