summaryrefslogtreecommitdiff
path: root/recipes-images/images/angstrom-lxde-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-04-28 11:32:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:39:40 +0100
commit972be1bcda22a048f37aac46afe757621e3eca95 (patch)
treef1406f35f716c2cf464f55f2625aa4fe7511ced6 /recipes-images/images/angstrom-lxde-image.bb
parent796b69362993817c47f203f585d6bf9dfd95a3d6 (diff)
images: remove gstreamer plugins from DEPENDS
Depending on the module we use gstreamer in version 0.10 and 1.0. Building the plugins just to have the ipk packages without installing them now makes the recipe unreasonably complicated without adding real value. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/angstrom-lxde-image.bb')
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index 0bc1241..1a59d5c 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -33,11 +33,6 @@ ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none
CONMANPKGS ?= "connman connman-client connman-gnome"
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"