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:13:59 -0800 |
commit | ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648 (patch) | |
tree | 56402d539bb704839ec071642dcfb0afbacb3e46 | |
parent | 09e29d744af0f325fcabd44e15b4f30908d4bd00 (diff) | |
download | openembedded-core-ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648.tar.gz openembedded-core-ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648.tar.bz2 openembedded-core-ee6ce738dcc5fe5ae0117c8b9b86c5ce3d498648.zip |
libtimedate-perl: inherit ptest-perl
* Enable pteset with new ptest-perl.bbclass
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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. S = "${WORKDIR}/TimeDate-${PV}" -inherit cpan +inherit cpan ptest-perl BBCLASSEXTEND = "native" |