summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt
diff options
context:
space:
mode:
authorOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>2018-11-12 02:30:51 +0100
committerOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>2018-11-13 09:56:42 +0000
commit3a06363190abbbf4270ee33fc3a0af3aec464e3a (patch)
tree530736e1ef371299ee0851b77671ea6a1d8461cc /meta-boot2qt
parentaf0c8441b933b5b340d6359970233d7f693eebe6 (diff)
downloadmeta-boot2qt-3a06363190abbbf4270ee33fc3a0af3aec464e3a.tar.gz
gammaray: add elfutils to DEPENDS
Package rdepends on libdw which is part of elfutils. Change-Id: I8e9700eb1d3ce0121b323f726ba1ed658816c423 Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Volker Krause <volker.krause@kdab.com>
Diffstat (limited to 'meta-boot2qt')
-rw-r--r--meta-boot2qt/recipes-qt/automotive/gammaray_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb b/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb
index ed912c0..6f14c6e 100644
--- a/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb
+++ b/meta-boot2qt/recipes-qt/automotive/gammaray_git.bb
@@ -13,7 +13,8 @@ SRCREV = "f9cb19adc34684bbca56fd6eb3903e041764e742"
13PV = "${BRANCH}+git${SRCPV}" 13PV = "${BRANCH}+git${SRCPV}"
14 14
15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ 15DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \
16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" 16 ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)} \
17 elfutils"
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
19 20