dfu-util: Remove unneeded staging functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-18 00:16:15 +00:00
parent 6e7cac96bb
commit 5e6726dc19
2 changed files with 1 additions and 10 deletions

View File

@ -4,11 +4,6 @@ inherit native
DEPENDS = "libusb-native usbpath-native"
do_stage() {
install -d ${STAGING_BINDIR_NATIVE}
install -m 0755 src/dfu-util ${STAGING_BINDIR_NATIVE}/
}
do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
install -m 0755 src/dfu-util_static ${DEPLOY_DIR_IMAGE}/dfu-util

View File

@ -10,8 +10,4 @@ DEPENDS = "libusb usbpath"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http"
S = "${WORKDIR}/dfu-util"
inherit autotools
do_stage() {
autotools_stage_all
}
inherit autotools_stage