diff options
author | Gordan Markuš <gordan.markus@pelagicore.com> | 2017-06-21 09:49:38 +0200 |
---|---|---|
committer | Gordan Markus <gordan.markus@pelagicore.com> | 2017-06-21 13:24:07 +0000 |
commit | afc1c9e57ea3059fa26b1344749a3435debb07c6 (patch) | |
tree | cd924748fa19a87146d9996db797739c31212bf7 /recipes/hunspell/hunspell_1.3.2.bb | |
parent | aff8d4a2ad616a50ae899118224a08c38b1774a6 (diff) | |
download | meta-boot2qt-afc1c9e57ea3059fa26b1344749a3435debb07c6.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>
Diffstat (limited to 'recipes/hunspell/hunspell_1.3.2.bb')
-rw-r--r-- | recipes/hunspell/hunspell_1.3.2.bb | 2 |
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 | ||
45 | inherit autotools gettext | 45 | inherit autotools gettext |
46 | 46 | ||
47 | RDEPENDS_${PN} = "perl" | ||
48 | |||
47 | PACKAGES += "${PN}-dicts" | 49 | PACKAGES += "${PN}-dicts" |
48 | RRECOMMENDS_${PN} += "${PN}-dicts" | 50 | RRECOMMENDS_${PN} += "${PN}-dicts" |
49 | FILES_${PN}-dicts = "${datadir}/hunspell" | 51 | FILES_${PN}-dicts = "${datadir}/hunspell" |