aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samsung-soc-utils
diff options
context:
space:
mode:
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