diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-25 13:48:48 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:52 -0800 |
| commit | a2042b573ed5841d8ac279d0d92e203964529acf (patch) | |
| tree | 44fef19689a73bef3496f41b0f7b2ad3e0022e66 /meta/recipes-multimedia | |
| parent | c5cfd67cdf177237c7e51834e502d8dc8e899e71 (diff) | |
| download | poky-a2042b573ed5841d8ac279d0d92e203964529acf.tar.gz | |
gst-openmax: Upgrade to version 0.10.1
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb | 19 | ||||
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | 20 |
2 files changed, 20 insertions, 19 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb deleted file mode 100644 index 9285ef6d88..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DEPENDS = "gstreamer" | ||
| 2 | RDEPENDS = "libomxil" | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | |||
| 5 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2" | ||
| 6 | |||
| 7 | inherit autotools | ||
| 8 | |||
| 9 | EXTRA_OECONF += "--disable-valgrind" | ||
| 10 | |||
| 11 | do_configure_prepend() { | ||
| 12 | |||
| 13 | install -d ${S}/m4/ | ||
| 14 | install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/ | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" | ||
| 18 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" | ||
| 19 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb new file mode 100644 index 0000000000..a4cf815336 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DEPENDS = "gstreamer" | ||
| 2 | RDEPENDS = "libomxil" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 5 | file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc" | ||
| 6 | |||
| 7 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | EXTRA_OECONF += "--disable-valgrind" | ||
| 12 | |||
| 13 | PR = "r0" | ||
| 14 | |||
| 15 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" | ||
| 16 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" | ||
| 17 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" | ||
| 20 | SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f" | ||
