diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | 6 |
1 files changed, 5 insertions, 1 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 76c8135493..af482ede73 100644 --- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb +++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb | |||
@@ -11,9 +11,13 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.ta | |||
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | # Tell configure that this isn't a development snapshot so we don't want | ||
15 | # -Werror (hopefully fixed in 0.10.2) | ||
16 | export GST_CVS="no" | ||
17 | |||
14 | EXTRA_OECONF += "--disable-valgrind" | 18 | EXTRA_OECONF += "--disable-valgrind" |
15 | 19 | ||
16 | PR = "r3" | 20 | PR = "r4" |
17 | 21 | ||
18 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" | 22 | FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so" |
19 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la" | 23 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.la" |