From bb67ddeb2eed3e25c626a279ef53a7e8c7bfe6f2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 27 Oct 2012 16:48:17 +0800 Subject: 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] Signed-off-by: Robert Yang Signed-off-by: Saul Wold --- meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/autoconf/autoconf_2.69.bb') 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 \ SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" -SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" +SRC_URI_append_class-native = " file://fix_path_xtra.patch" EXTRA_OECONF += "ac_cv_path_M4=m4" -- cgit 1.2.3-korg