From: Martin Jansa Date: Mon, 25 Oct 2010 08:56:54 +0000 (+0200) Subject: sjf2410-linux-native: drop empty do_stage() X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a92380f507dfbaf8b029e7e28ff506fa2a84ad;p=openembedded.git sjf2410-linux-native: drop empty do_stage() Signed-off-by: Martin Jansa --- 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