1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

gst-openmax: Upgrade to version 0.10.1

Fixed recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
Dongxiao Xu
2010-11-25 13:48:48 +08:00
committed by Richard Purdie
parent c5cfd67cdf
commit a2042b573e
2 changed files with 20 additions and 19 deletions
@@ -1,19 +0,0 @@
DEPENDS = "gstreamer"
RDEPENDS = "libomxil"
LICENSE = "LGPLv2"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2"
inherit autotools
EXTRA_OECONF += "--disable-valgrind"
do_configure_prepend() {
install -d ${S}/m4/
install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
}
FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
@@ -0,0 +1,20 @@
DEPENDS = "gstreamer"
RDEPENDS = "libomxil"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF += "--disable-valgrind"
PR = "r0"
FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"