From 11a92380f507dfbaf8b029e7e28ff506fa2a84ad Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 25 Oct 2010 10:56:54 +0200 Subject: [PATCH] sjf2410-linux-native: drop empty do_stage() Signed-off-by: Martin Jansa --- recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb index 5f3178077d..c6bb863c31 100644 --- a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb +++ b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb @@ -13,6 +13,8 @@ inherit native CFLAGS += "-DLINUX_PPDEV" +NATIVE_INSTALL_WORKS = "1" + do_compile() { oe_runmake } @@ -22,8 +24,4 @@ do_deploy() { install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV} } -do_install() { - : -} - addtask deploy before do_package after do_install -- 2.39.5