diff options
Diffstat (limited to 'recipes/perl/libyaml-perl_0.62.bb')
-rw-r--r-- | recipes/perl/libyaml-perl_0.62.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/libyaml-perl_0.62.bb b/recipes/perl/libyaml-perl_0.62.bb index f6398097b8..bd80a709e4 100644 --- a/recipes/perl/libyaml-perl_0.62.bb +++ b/recipes/perl/libyaml-perl_0.62.bb @@ -4,10 +4,12 @@ LICENSE = "Artistic|GPL" DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \ libipc-sharelite-perl-native" RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz" S = "${WORKDIR}/YAML-${PV}" inherit cpan + +BBCLASSEXTEND="native" |