diff options
| -rw-r--r-- | meta/recipes-devtools/intltool/intltool_0.51.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb b/meta/recipes-devtools/intltool/intltool_0.51.0.bb index a7ea3b727d..551bdf0619 100644 --- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb +++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb | |||
| @@ -22,6 +22,7 @@ inherit autotools pkgconfig perlnative | |||
| 22 | 22 | ||
| 23 | export PERL = "${bindir}/env perl" | 23 | export PERL = "${bindir}/env perl" |
| 24 | PERL_class-native = "/usr/bin/env nativeperl" | 24 | PERL_class-native = "/usr/bin/env nativeperl" |
| 25 | PERL_class-nativesdk = "/usr/bin/env perl" | ||
| 25 | 26 | ||
| 26 | # gettext is assumed to exist on the host | 27 | # gettext is assumed to exist on the host |
| 27 | RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" | 28 | RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" |
| @@ -33,4 +34,4 @@ FILES_${PN} += "${datadir}/aclocal" | |||
| 33 | 34 | ||
| 34 | INSANE_SKIP_${PN} += "dev-deps" | 35 | INSANE_SKIP_${PN} += "dev-deps" |
| 35 | 36 | ||
| 36 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native nativesdk" |
