diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-18 16:01:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 13:26:10 +0000 |
commit | 40fcaac48ec0f99ef0f5b63f88158a9903006116 (patch) | |
tree | 232762aa1473de8966837fe02f38541ca742470d /meta/recipes-multimedia/gstreamer | |
parent | 522c6b376d067243bff20c64a1f6f8700be8e586 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-multimedia/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 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 | ||
13 | EXTRA_OECONF += "--disable-valgrind" | 13 | EXTRA_OECONF += "--disable-valgrind" |
14 | 14 | ||
15 | PR = "r2" | 15 | PR = "r3" |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" | 17 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" |
18 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a" | 18 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la" |
19 | FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/libgstomx.a" | ||
19 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" | 20 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/" |
20 | 21 | ||
21 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" | 22 | SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e" |