summaryrefslogtreecommitdiff
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
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>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb5
-rw-r--r--recipes-images/images/angstrom-qt-x11-image.bb2
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb2
3 files changed, 0 insertions, 9 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"
diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb
index 7ff61e8..4bebe03 100644
--- a/recipes-images/images/angstrom-qt-x11-image.bb
+++ b/recipes-images/images/angstrom-qt-x11-image.bb
@@ -33,8 +33,6 @@ ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none
CONMANPKGS ?= "connman connman-systemd connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client"
CONMANPKGS_libc-uclibc = ""
-DEPENDS += "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
-
#deploy the OpenGL ES headers to the sysroot
DEPENDS_append_tegra = " nvsamples"
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index f25271a..5734394 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -39,8 +39,6 @@ ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none
CONMANPKGS ?= "connman connman-systemd connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-client"
CONMANPKGS_libc-uclibc = ""
-DEPENDS += "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
-
#deploy the OpenGL ES headers to the sysroot
DEPENDS_append_tegra = " nvsamples"