summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-29 16:32:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-29 17:21:48 +0200
commitc8aea6d76d570377053854ca4f722395236aa095 (patch)
treee8ed28745b2b9e974483aed8235432e25727d12a /recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb
parent52ed8b4f4655a38ea77ea62473d1349dff32d48a (diff)
x-window-simple-app: fix rdepends
RDEPENDS is set by bitbake to an empty string, so using ?= is pointless. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb')
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb b/recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb
index 2e44da9..968c98e 100644
--- a/recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb
+++ b/recipes-graphics/x-window-simple-app/x-window-qtsmarthome_1.0.bb
@@ -1,7 +1,7 @@
# set the following variable to your one and only application which should
# be started
-RDEPENDS ?= "qtsmarthome"
+INITIAL_APP_PKGS ?= "qtsmarthome"
INITIAL_PATH ?= "/usr/share/qtsmarthome-1.0"
X_APPLICATION ?= "${INITIAL_PATH}/smarthome"