summaryrefslogtreecommitdiff
path: root/recipes/images
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-03-29 16:16:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-30 19:57:41 +0200
commitd7ff314225b26bac922ce68d47110cdb3f9f6f49 (patch)
tree258a04b9da74fa1ed789dc8047a357eaf12b80d7 /recipes/images
parentb886c80cb6aab66afc44da6963945dc927c8ce81 (diff)
overrides: use append instead of +=
We want to append to the generic VAR when we build for a tegra machine. Using VAR_tegra += "" creates a machine specific VAR. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/angstrom-lxde-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 68026a7..22a4859 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -43,7 +43,7 @@ ROOTFS_PKGMANAGE_PKGS ?= '${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none
CONMANPKGS ?= "connman connman-client connman-gnome"
CONMANPKGS_libc-uclibc = ""
-DEPENDS_tegra += "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
+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"