summaryrefslogtreecommitdiffstats
path: root/meta
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 11:29:05 +0000
commit6e1daa495a8ff16114d26e554d5e4a7e82c6dea6 (patch)
tree2685870ca3b1c18bc8fceaf11e51e801298b9e06 /meta
parent8904e075d4953413edf13c43ee3a10493a6c63bb (diff)
downloadopenembedded-core-contrib-6e1daa495a8ff16114d26e554d5e4a7e82c6dea6.tar.gz
gst-openmax: refactor packages for staticdev
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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
EXTRA_OECONF += "--disable-valgrind"
-PR = "r2"
+PR = "r3"
FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
-FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la"
+FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"