aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samsung-soc-utils
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-25 10:56:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-25 10:57:39 +0200
commit11a92380f507dfbaf8b029e7e28ff506fa2a84ad (patch)
tree2d8679664a497a3904e422730c48bb5bd7e3f2ef /recipes/samsung-soc-utils
parent22d7cd358de1018ac71e34aff3325fba7703d091 (diff)
downloadopenembedded-11a92380f507dfbaf8b029e7e28ff506fa2a84ad.tar.gz
sjf2410-linux-native: drop empty do_stage()
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/samsung-soc-utils')
-rw-r--r--recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb6
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 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