aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stat/stat_3.3.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-10-27 16:48:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-02 16:15:30 +0000
commit528b4ab831c7b0bc1412318d29e2b7f9cf711d57 (patch)
tree7c128d53c8150897640822f968268d6be5ede323 /meta/recipes-extended/stat/stat_3.3.bb
parentdb1a03da3a6a6e7adb68e28883204adfaa8b3f47 (diff)
downloadopenembedded-core-528b4ab831c7b0bc1412318d29e2b7f9cf711d57.tar.gz
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 <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/stat/stat_3.3.bb')
-rw-r--r--meta/recipes-extended/stat/stat_3.3.bb2
1 files changed, 1 insertions, 1 deletions
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}
#}