[OE-core] [PATCH 2/2] gstreamer1.0: Make check selectable via PACKAGECONFIG
Ricardo Ribalda Delgado
ricardo.ribalda at gmail.com
Fri May 8 15:04:14 UTC 2015
This way, this configuration can be easily changed via .bbappend file
without having to re-define the whole EXTRA_OECONF.
With --disable-check libgstcheck is not build.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
---
meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index 17a0d7f839c4..be8aa8f9cbb7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -10,9 +10,10 @@ DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
inherit autotools pkgconfig gettext
PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
+PACKAGECONFIG[check] = "--enable-check,--disable-check"
EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
- --disable-dependency-tracking --disable-check \
+ --disable-dependency-tracking \
--disable-examples --disable-tests \
--disable-valgrind \
"
--
2.1.4
More information about the Openembedded-core
mailing list