summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index 33202dc..526dc86 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -10,12 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10DEPENDS = "libpcre libav virtual/egl boost freetype dbus" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
11PR = "r3" 11PR = "r3"
12 12
13SRCREV = "f666a5dfbec36e2af7cd965558ac8643c86277a6" 13SRCREV = "7af21f596378e5efeceebedff9c4a298e2d06d98"
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 \
17 file://0003-Remove-strip-step-in-Makefile.patch \ 17 file://0003-Remove-strip-step-in-Makefile.patch \
18 file://mktemp-compatible-with-busybox.patch \
19 file://fix-tar-command-with-DIST.patch \ 18 file://fix-tar-command-with-DIST.patch \
20 " 19 "
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
@@ -68,4 +67,4 @@ FILES_${PN} = "${bindir}/omxplayer* \
68 67
69FILES_${PN}-dev += "${libdir}/omxplayer/*.so" 68FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
70 69
71RDEPENDS_${PN} += "bash" 70RDEPENDS_${PN} += "bash procps"