diff options
| -rw-r--r-- | meta-perl/recipes-perl/po4a/po4a_0.49.bb | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index e52e5f7577..5db5b8f8bc 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
| @@ -13,8 +13,21 @@ SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit cpan_build | 16 | DEPENDS = " \ |
| 17 | libmodule-build-perl-native \ | ||
| 18 | libtext-wrapi18n-perl \ | ||
| 19 | libterm-readkey-perl \ | ||
| 20 | liblocale-gettext-perl \ | ||
| 21 | libunicode-linebreak-perl \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RRECOMMENDS_${PN} = " \ | ||
| 25 | libtext-wrapi18n-perl \ | ||
| 26 | libterm-readkey-perl \ | ||
| 27 | liblocale-gettext-perl \ | ||
| 28 | libunicode-linebreak-perl \ | ||
| 29 | " | ||
| 17 | 30 | ||
| 18 | DEPENDS += "libmodule-build-perl-native" | 31 | inherit cpan_build |
| 19 | 32 | ||
| 20 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
