mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
omxplayer: Update to current remote HEAD
No need for mktemp-compatible-with-busybox.patch as the issue was fixed in current revision. omxplayer startup bash script needs pgrep so add procps to RDEPENDS. Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
f83334b687
commit
9d8e47274b
|
@ -10,12 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
DEPENDS = "libpcre libav virtual/egl boost freetype dbus"
|
||||
PR = "r3"
|
||||
|
||||
SRCREV = "f666a5dfbec36e2af7cd965558ac8643c86277a6"
|
||||
SRCREV = "7af21f596378e5efeceebedff9c4a298e2d06d98"
|
||||
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 \
|
||||
file://0003-Remove-strip-step-in-Makefile.patch \
|
||||
file://mktemp-compatible-with-busybox.patch \
|
||||
file://fix-tar-command-with-DIST.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
@ -68,4 +67,4 @@ FILES_${PN} = "${bindir}/omxplayer* \
|
|||
|
||||
FILES_${PN}-dev += "${libdir}/omxplayer/*.so"
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
RDEPENDS_${PN} += "bash procps"
|
||||
|
|
Loading…
Reference in New Issue
Block a user