diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 10:36:58 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-24 13:19:06 +0200 |
commit | 9d8e47274bbd3df7c1542bd35551e6f0686bd116 (patch) | |
tree | 4a0e7ff52950562e077cc3d6d4dd233f2c22c188 | |
parent | f83334b6879a26a2bc44bc27812d4ea12f5b0d7b (diff) | |
download | meta-raspberrypi-9d8e47274bbd3df7c1542bd35551e6f0686bd116.tar.gz |
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>
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 5 |
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" | |||
10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus" | 10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus" |
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
13 | SRCREV = "f666a5dfbec36e2af7cd965558ac8643c86277a6" | 13 | SRCREV = "7af21f596378e5efeceebedff9c4a298e2d06d98" |
14 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 14 | SRC_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 | " |
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
@@ -68,4 +67,4 @@ FILES_${PN} = "${bindir}/omxplayer* \ | |||
68 | 67 | ||
69 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" | 68 | FILES_${PN}-dev += "${libdir}/omxplayer/*.so" |
70 | 69 | ||
71 | RDEPENDS_${PN} += "bash" | 70 | RDEPENDS_${PN} += "bash procps" |