summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-06-21 09:49:38 +0200
committerGordan Markus <gordan.markus@pelagicore.com>2017-06-21 13:24:07 +0000
commitafc1c9e57ea3059fa26b1344749a3435debb07c6 (patch)
treecd924748fa19a87146d9996db797739c31212bf7
parentaff8d4a2ad616a50ae899118224a08c38b1774a6 (diff)
downloadmeta-boot2qt-krogoth.tar.gz
hunspell: RDEPENDS on perlkrogoth
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 <richard.pannek@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes/hunspell/hunspell_1.3.2.bb2
1 files changed, 2 insertions, 0 deletions
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"
44 44
45inherit autotools gettext 45inherit autotools gettext
46 46
47RDEPENDS_${PN} = "perl"
48
47PACKAGES += "${PN}-dicts" 49PACKAGES += "${PN}-dicts"
48RRECOMMENDS_${PN} += "${PN}-dicts" 50RRECOMMENDS_${PN} += "${PN}-dicts"
49FILES_${PN}-dicts = "${datadir}/hunspell" 51FILES_${PN}-dicts = "${datadir}/hunspell"