summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
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-simple-app.inc
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-simple-app.inc')
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app.inc b/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
index 2c5ecc1..941aae3 100644
--- a/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
+++ b/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
inherit allarch
+RDEPENDS_${PN} += "${INITIAL_APP_PKGS}"
+
S = "${WORKDIR}"
SRC_URI = " \