diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2018-11-12 02:30:51 +0100 |
---|---|---|
committer | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2018-11-13 09:56:42 +0000 |
commit | 3a06363190abbbf4270ee33fc3a0af3aec464e3a (patch) | |
tree | 530736e1ef371299ee0851b77671ea6a1d8461cc /meta-boot2qt/recipes-qt | |
parent | af0c8441b933b5b340d6359970233d7f693eebe6 (diff) | |
download | meta-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/recipes-qt')
-rw-r--r-- | meta-boot2qt/recipes-qt/automotive/gammaray_git.bb | 3 |
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" | |||
13 | PV = "${BRANCH}+git${SRCPV}" | 13 | PV = "${BRANCH}+git${SRCPV}" |
14 | 14 | ||
15 | DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ | 15 | DEPENDS = "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 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
19 | 20 | ||