diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf.inc')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index ff375cd69e..2c4611782b 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -6,8 +6,8 @@ LICENSE = "GPLv3" | |||
6 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" | 6 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | DEPENDS += "m4-native" | 8 | DEPENDS += "m4-native" |
9 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | 9 | DEPENDS_class-native = "m4-native gnu-config-native" |
10 | DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config" | 10 | DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config" |
11 | RDEPENDS_${PN} = "m4 gnu-config \ | 11 | RDEPENDS_${PN} = "m4 gnu-config \ |
12 | perl \ | 12 | perl \ |
13 | perl-module-carp \ | 13 | perl-module-carp \ |
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
25 | perl-module-io-file \ | 25 | perl-module-io-file \ |
26 | perl-module-posix \ | 26 | perl-module-posix \ |
27 | " | 27 | " |
28 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | 28 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
29 | 29 | ||
30 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ | 30 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
31 | file://program_prefix.patch" | 31 | file://program_prefix.patch" |