diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:29 +0000 |
commit | aea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d (patch) | |
tree | 11e419c0fceecd67e09f98feafc0adb7e1015b6a /meta/recipes-devtools/autoconf | |
parent | d005b787dfe2c9bcaefe41836f9b1c3008105171 (diff) | |
download | poky-aea2d8c02c7abd7ecbabae8b3932ceb7a01cb20d.tar.gz |
recipes-devtools: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated,
which should be replaced by class-native and class-nativesdk.
[YOCTO #3297]
(From OE-Core rev: bb67ddeb2eed3e25c626a279ef53a7e8c7bfe6f2)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 |
2 files changed, 4 insertions, 4 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" |
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index a4afd33bcf..730c89e972 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb | |||
@@ -21,7 +21,7 @@ SRC_URI += "file://autoreconf-include.patch \ | |||
21 | SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" | 21 | SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" |
22 | SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" | 22 | SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" |
23 | 23 | ||
24 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" | 24 | SRC_URI_append_class-native = " file://fix_path_xtra.patch" |
25 | 25 | ||
26 | EXTRA_OECONF += "ac_cv_path_M4=m4" | 26 | EXTRA_OECONF += "ac_cv_path_M4=m4" |
27 | 27 | ||