From patchwork Thu Jan 19 09:22:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 13/33] gst-openmax: refactor packages for staticdev Date: Thu, 19 Jan 2012 09:22:34 -0000 From: Saul Wold X-Patchwork-Id: 19711 Message-Id: <3bf212a248f591caeb8b5380682700b92bb63164.1326964778.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- .../gstreamer/gst-openmax_0.10.1.bb | 5 +++-- 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 776ed1c..b4fe52d 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"