diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 787f30a097..a4db7ca38f 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -32,34 +32,7 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
32 | perl-module-thread-queue \ | 32 | perl-module-thread-queue \ |
33 | perl-module-threads \ | 33 | perl-module-threads \ |
34 | " | 34 | " |
35 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" | 35 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native hostperl-runtime-native" |
36 | RDEPENDS_${PN}_class-nativesdk = "\ | ||
37 | nativesdk-gnu-config \ | ||
38 | nativesdk-m4 \ | ||
39 | nativesdk-perl \ | ||
40 | nativesdk-perl-module-bytes \ | ||
41 | nativesdk-perl-module-carp \ | ||
42 | nativesdk-perl-module-constant \ | ||
43 | nativesdk-perl-module-data-dumper \ | ||
44 | nativesdk-perl-module-errno \ | ||
45 | nativesdk-perl-module-exporter \ | ||
46 | nativesdk-perl-module-file-basename \ | ||
47 | nativesdk-perl-module-file-compare \ | ||
48 | nativesdk-perl-module-file-copy \ | ||
49 | nativesdk-perl-module-file-find \ | ||
50 | nativesdk-perl-module-file-glob \ | ||
51 | nativesdk-perl-module-file-path \ | ||
52 | nativesdk-perl-module-file-spec \ | ||
53 | nativesdk-perl-module-file-spec-unix \ | ||
54 | nativesdk-perl-module-file-stat \ | ||
55 | nativesdk-perl-module-getopt-long \ | ||
56 | nativesdk-perl-module-io-file \ | ||
57 | nativesdk-perl-module-overloading \ | ||
58 | nativesdk-perl-module-posix \ | ||
59 | nativesdk-perl-module-symbol \ | ||
60 | nativesdk-perl-module-thread-queue \ | ||
61 | nativesdk-perl-module-threads \ | ||
62 | " | ||
63 | 36 | ||
64 | inherit autotools texinfo | 37 | inherit autotools texinfo |
65 | 38 | ||