diff options
Diffstat (limited to 'recipes/perl/libtermreadkey-perl_2.30.bb')
-rw-r--r-- | recipes/perl/libtermreadkey-perl_2.30.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/perl/libtermreadkey-perl_2.30.bb b/recipes/perl/libtermreadkey-perl_2.30.bb index 3296aef4d8..4f2f26f471 100644 --- a/recipes/perl/libtermreadkey-perl_2.30.bb +++ b/recipes/perl/libtermreadkey-perl_2.30.bb @@ -1,13 +1,11 @@ SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-2.30/" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" S = "${WORKDIR}/TermReadKey-${PV}" -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - inherit cpan |