aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-10-23 20:36:30 +0000
committerAndreas Oberritter <obi@opendreambox.org>2017-10-17 04:38:27 +0200
commit2f61865b694a05dc7dc784988ac32dda084b1431 (patch)
tree5f7cda1698eda5b30468c5b3771bc6fff8fe07ae
parent770c2ce6c6e4bf23514416e08a04204ec8923ecc (diff)
downloadopenembedded-core-contrib-2f61865b694a05dc7dc784988ac32dda084b1431.tar.gz
libtimedate-perl: enable nativesdk
nativesdk-dpkg depends on it. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_2.30.bb2
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 c8fcde45f4..a6a6bc6631 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/TimeDate-${PV}"
inherit cpan
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"