From 232275046dd84b8acc4ea5c973d778cf717a9cfa Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 30 Mar 2016 14:37:55 +0200 Subject: 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 --- recipes/images/angstrom-lxde-image.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3