From: Richard Purdie Date: Wed, 18 Nov 2009 00:16:15 +0000 (+0000) Subject: dfu-util: Remove unneeded staging functions X-Git-Tag: 2011-1~6691 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5e6726dc19e8db3987bbf84beb41ca845bf5921e;p=openembedded-core.git dfu-util: Remove unneeded staging functions Signed-off-by: Richard Purdie --- 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 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 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" 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