diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2018-03-04 19:25:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | 3fff020bc3eaffdf40176c50cb0319727dcfce54 (patch) | |
tree | 5da765540598f31aaea15563f38c4f8a62ab4eda | |
parent | 5d793654b781c47088e174d1582910ba21aa41ef (diff) | |
download | poky-3fff020bc3eaffdf40176c50cb0319727dcfce54.tar.gz |
libtimedate-perl: inherit ptest-perl
* Enable pteset with new ptest-perl.bbclass
(From OE-Core rev: ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index 427613c10b..8e1461ceb9 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar. | |||
9 | 9 | ||
10 | S = "${WORKDIR}/TimeDate-${PV}" | 10 | S = "${WORKDIR}/TimeDate-${PV}" |
11 | 11 | ||
12 | inherit cpan | 12 | inherit cpan ptest-perl |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
15 | 15 | ||