From 972be1bcda22a048f37aac46afe757621e3eca95 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 28 Apr 2017 11:32:24 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-lxde-image.bb | 5 ----- recipes-images/images/angstrom-qt-x11-image.bb | 2 -- recipes-images/images/angstrom-qt5-x11-image.bb | 2 -- 3 files changed, 9 deletions(-) (limited to 'recipes-images') 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" -- cgit v1.2.3