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 | 9 |
1 files changed, 8 insertions, 1 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 9e609c4dd8..3a5172eecc 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 | |||
| @@ -13,7 +13,6 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;protocol= | |||
| 13 | S = "${WORKDIR}/sjf2410-linux" | 13 | S = "${WORKDIR}/sjf2410-linux" |
| 14 | 14 | ||
| 15 | inherit native deploy | 15 | inherit native deploy |
| 16 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}" | ||
| 17 | 16 | ||
| 18 | CFLAGS += "-DLINUX_PPDEV" | 17 | CFLAGS += "-DLINUX_PPDEV" |
| 19 | 18 | ||
| @@ -31,3 +30,11 @@ do_deploy() { | |||
| 31 | } | 30 | } |
| 32 | 31 | ||
| 33 | addtask deploy before do_build after do_install | 32 | addtask deploy before do_build after do_install |
| 33 | |||
| 34 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}" | ||
| 35 | # cleandirs should possibly be in deploy.bbclass but we need it | ||
| 36 | do_deploy[cleandirs] = "${DEPLOYDIR}" | ||
| 37 | # clear stamp-extra-info since MACHINE_ARCH is normally put there by | ||
| 38 | # deploy.bbclass | ||
| 39 | do_deploy[stamp-extra-info] = "" | ||
| 40 | |||
