diff options
-rw-r--r-- | meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb index c56c8b9dd8..9e609c4dd8 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb | |||
@@ -27,8 +27,7 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | do_deploy() { | 29 | do_deploy() { |
30 | install -d ${DEPLOY_DIR_TOOLS} | 30 | install -m 0755 sjf2410 ${DEPLOYDIR}/sjf2410-${PV} |
31 | install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV} | ||
32 | } | 31 | } |
33 | 32 | ||
34 | addtask deploy before do_build after do_install | 33 | addtask deploy before do_build after do_install |