From 07301a163688682b5b3e5dddada6da63593917b0 Mon Sep 17 00:00:00 2001 From: Christian Gagneraud Date: Wed, 24 Jul 2013 21:31:47 +0000 Subject: [PATCH] qtbase.inc: Fix qtbase-tools runtime depencency on perl * While building a custom rootfs using poky, meta-oe, meta-ti and meta-qt5 (all on Dylan branch), I got the following error: [...] Computing transaction...error: Can't install qtbase-tools-5.0.2-r2.0@armv7a_vfp_neon: no package provides /usr/bin/perl [...] * syncqt is perl script with /usr/bin/perl shebang, that's why rpm was complaining (other package managers in OE doesn't check that) Signed-off-by: Christian Gagneraud Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index c6cb2cce4d..5c1b51b6b5 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -25,6 +25,9 @@ SRC_URI += " \ DEPENDS += "qtbase-native" +# for syncqt +RDEPENDS_${PN}-tools += "perl" + # separate some parts of PACKAGECONFIG which are often changed # be aware that you need to add icu to build qtwebkit, default # PACKAGECONFIG is kept rather minimal for people who don't need