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
commitc8a0cd5d4dc80b6b35f3f7f774b67e69fd3c1dc1 (patch)
treec2aefcd044d65dc3dc1a4c4d7aee0ef3aa25614f
parentc0b8616d0894003b350a6105175213cdce6bce2d (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"