diff options
Diffstat (limited to 'meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb')
| -rw-r--r-- | meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb | 10 |
1 files changed, 5 insertions, 5 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 9e0c087d45..a6ec087d01 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 | |||
| @@ -16,17 +16,17 @@ do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}" | |||
| 16 | CFLAGS += "-DLINUX_PPDEV" | 16 | CFLAGS += "-DLINUX_PPDEV" |
| 17 | 17 | ||
| 18 | do_compile() { | 18 | do_compile() { |
| 19 | oe_runmake | 19 | oe_runmake |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | install -d ${D}/${bindir} | 23 | install -d ${D}/${bindir} |
| 24 | install -m 0755 sjf2410 ${D}/${bindir} | 24 | install -m 0755 sjf2410 ${D}/${bindir} |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | do_deploy() { | 27 | do_deploy() { |
| 28 | install -d ${DEPLOY_DIR_TOOLS} | 28 | install -d ${DEPLOY_DIR_TOOLS} |
| 29 | install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV} | 29 | install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV} |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | addtask deploy before do_build after do_install | 32 | addtask deploy before do_build after do_install |
