From afc1c9e57ea3059fa26b1344749a3435debb07c6 Mon Sep 17 00:00:00 2001 From: Gordan Markuš Date: Wed, 21 Jun 2017 09:49:38 +0200 Subject: hunspell: RDEPENDS on perl WARNING: hunspell-1.3.2-r0 do_package_qa: QA Issue: /usr/bin/ispellaff2myspell contained in package hunspell requires /usr/bin/perl, but no providers found in RDEPENDS_hunspell? [file-rdeps] Change-Id: I37476557ee91c74c8977c4cb187807251df97091 Reviewed-by: Richard Pannek Reviewed-by: Samuli Piippo --- recipes/hunspell/hunspell_1.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb index e47c9c1..3283a01 100644 --- a/recipes/hunspell/hunspell_1.3.2.bb +++ b/recipes/hunspell/hunspell_1.3.2.bb @@ -44,6 +44,8 @@ PR = "r0" inherit autotools gettext +RDEPENDS_${PN} = "perl" + PACKAGES += "${PN}-dicts" RRECOMMENDS_${PN} += "${PN}-dicts" FILES_${PN}-dicts = "${datadir}/hunspell" -- cgit v1.2.3-54-g00ecf