diff options
-rw-r--r-- | meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb | 5 | ||||
-rw-r--r-- | meta-openmoko/packages/dfu-util/dfu-util_svn.bb | 6 |
2 files changed, 1 insertions, 10 deletions
diff --git a/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb b/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb index 457094df9e..13948b9aa3 100644 --- a/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb +++ b/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb | |||
@@ -4,11 +4,6 @@ inherit native | |||
4 | 4 | ||
5 | DEPENDS = "libusb-native usbpath-native" | 5 | DEPENDS = "libusb-native usbpath-native" |
6 | 6 | ||
7 | do_stage() { | ||
8 | install -d ${STAGING_BINDIR_NATIVE} | ||
9 | install -m 0755 src/dfu-util ${STAGING_BINDIR_NATIVE}/ | ||
10 | } | ||
11 | |||
12 | do_deploy() { | 7 | do_deploy() { |
13 | install -d ${DEPLOY_DIR_IMAGE} | 8 | install -d ${DEPLOY_DIR_IMAGE} |
14 | install -m 0755 src/dfu-util_static ${DEPLOY_DIR_IMAGE}/dfu-util | 9 | install -m 0755 src/dfu-util_static ${DEPLOY_DIR_IMAGE}/dfu-util |
diff --git a/meta-openmoko/packages/dfu-util/dfu-util_svn.bb b/meta-openmoko/packages/dfu-util/dfu-util_svn.bb index 1f34a5bc24..2ab131b16a 100644 --- a/meta-openmoko/packages/dfu-util/dfu-util_svn.bb +++ b/meta-openmoko/packages/dfu-util/dfu-util_svn.bb | |||
@@ -10,8 +10,4 @@ DEPENDS = "libusb usbpath" | |||
10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" | 10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" |
11 | S = "${WORKDIR}/dfu-util" | 11 | S = "${WORKDIR}/dfu-util" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools_stage |
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||