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/insserv/insserv_1.14.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/insserv') diff --git a/meta/recipes-devtools/insserv/insserv_1.14.0.bb b/meta/recipes-devtools/insserv/insserv_1.14.0.bb index c424a154fe..1d1f59dd8c 100644 --- a/meta/recipes-devtools/insserv/insserv_1.14.0.bb +++ b/meta/recipes-devtools/insserv/insserv_1.14.0.bb @@ -21,7 +21,7 @@ do_install () { install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf } -do_install_virtclass-native () { +do_install_class-native () { oe_runmake 'DESTDIR=${D}/${STAGING_DIR_NATIVE}' install install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf } -- cgit 1.2.3-korg