[oe-commits] Martin Jansa : sjf2410-linux-native: drop empty do_stage()

git version control git at git.openembedded.org
Mon Oct 25 09:02:07 UTC 2010


Module: openembedded.git
Branch: master
Commit: 11a92380f507dfbaf8b029e7e28ff506fa2a84ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=11a92380f507dfbaf8b029e7e28ff506fa2a84ad

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 25 10:56:54 2010 +0200

sjf2410-linux-native: drop empty do_stage()

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../samsung-soc-utils/sjf2410-linux-native_svn.bb  |    6 ++----
 1 files 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 5f31780..c6bb863 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





More information about the Openembedded-commits mailing list