From 3696c0ef66320fed8d631fea023756a52061eb66 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sat, 16 Apr 2016 11:20:51 +1000 Subject: 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 --- recipes-multimedia/omxplayer/omxplayer_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb') 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" DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh" PR = "r4" -SRCREV = "15a490b2397b358776c56b017a137c4716eb6b4e" +SRCREV = "8466acf65f5f444dfa22631fb83c07ac759c02a5" SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ 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 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ file://fix-tar-command-with-DIST.patch \ file://use-native-pkg-config.patch \ - file://don-t-preserve-file-attributes-when-cp.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf