summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-18 16:01:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 13:26:10 +0000
commit40fcaac48ec0f99ef0f5b63f88158a9903006116 (patch)
tree232762aa1473de8966837fe02f38541ca742470d /meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
parent522c6b376d067243bff20c64a1f6f8700be8e586 (diff)
downloadpoky-40fcaac48ec0f99ef0f5b63f88158a9903006116.tar.gz
gst-openmax: refactor packages for staticdev
(From OE-Core rev: 6e1daa495a8ff16114d26e554d5e4a7e82c6dea6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
index 776ed1cc1c..b4fe52d5ba 100644
--- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
@@ -12,10 +12,11 @@ inherit autotools
12 12
13EXTRA_OECONF += "--disable-valgrind" 13EXTRA_OECONF += "--disable-valgrind"
14 14
15PR = "r2" 15PR = "r3"
16 16
17FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" 17FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
18FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" 18FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la"
19FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a"
19FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" 20FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
20 21
21SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" 22SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"