summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-03-30 14:37:55 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-30 19:58:48 +0200
commit232275046dd84b8acc4ea5c973d778cf717a9cfa (patch)
treee32c0ce87212fcd54b84cc2d39fed30acd19408b
parent8cc4ff2868d8c85f3b6126584aa0cdc5f61edbe7 (diff)
angstrom-lxde-image: don't force a dependency on gstreamer 1.0 for tegras
On the tegras we have to stay with gstreamer 0.10. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes/images/angstrom-lxde-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index da06087..ee439e1 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -46,6 +46,7 @@ CONMANPKGS_libc-uclibc = ""
DEPENDS_append_tegra = " gst-plugins-good gst-plugins-bad gst-plugins-ugly"
#do not build plugins-ugly because it would require to whitelist LICENCES without deploying them
DEPENDS += "gstreamer1.0-plugins-good gstreamer1.0-plugins-bad"
+DEPENDS_remove_tegra = "gstreamer1.0-plugins-good gstreamer1.0-plugins-bad"
#deploy the OpenGL ES headers to the sysroot
DEPENDS_append_tegra = " nvsamples"