From 3a06363190abbbf4270ee33fc3a0af3aec464e3a Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 12 Nov 2018 02:30:51 +0100 Subject: gammaray: add elfutils to DEPENDS Package rdepends on libdw which is part of elfutils. Change-Id: I8e9700eb1d3ce0121b323f726ba1ed658816c423 Signed-off-by: Oleksandr Kravchuk Reviewed-by: Samuli Piippo Reviewed-by: Volker Krause --- meta-boot2qt/recipes-qt/automotive/gammaray_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-boot2qt') 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" PV = "${BRANCH}+git${SRCPV}" DEPENDS = "qtdeclarative qtlocation qtsvg qttools qtconnectivity qt3d qtivi qtscxml qtscxml-native \ - ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" + ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)} \ + elfutils" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf