From 528b4ab831c7b0bc1412318d29e2b7f9cf711d57 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 27 Oct 2012 16:48:17 +0800 Subject: recipes-extended: 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-extended/stat/stat_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/stat') diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index b7666f065c..73e0873f81 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-extended/stat/stat_3.3.bb @@ -18,7 +18,7 @@ do_install() { install -m 644 stat.1 ${D}${mandir}/man1 } -#do_install_virtclass-native() { +#do_install_class-native() { # install -d ${D}${bindir} # install -m 755 stat ${D}${bindir} #} -- cgit 1.2.3-korg