summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-25 17:15:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 13:52:08 -0300
commitc63c00338c85b4937070b37789eb08f225b263db (patch)
treeb87a1b298df5754b556e00262d67cabb0ae482a3
parent6fd34389c4d06925a45736ec35f98e3e6260a910 (diff)
downloadmeta-freescale-c63c00338c85b4937070b37789eb08f225b263db.tar.gz
gstreamer1.0-plugins-bad: Set DEFAULT_PREFERENCE as -1 to imx version
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb
index 4343357d..72127b8d 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.imx.bb
@@ -36,6 +36,8 @@ SRC_URI = " \
36 36
37SRCREV = "a755b8a4570265a041ec0867629c6bade338b4d9" 37SRCREV = "a755b8a4570265a041ec0867629c6bade338b4d9"
38 38
39DEFAULT_PREFERENCE = "-1"
40
39# This remove "--exclude=autopoint" option from autoreconf argument to avoid 41# This remove "--exclude=autopoint" option from autoreconf argument to avoid
40# configure.ac:30: error: required file './ABOUT-NLS' not found 42# configure.ac:30: error: required file './ABOUT-NLS' not found
41EXTRA_AUTORECONF = "" 43EXTRA_AUTORECONF = ""