summaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-18 00:16:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-18 00:16:15 +0000
commit5e6726dc19e8db3987bbf84beb41ca845bf5921e (patch)
tree9da90053914fd88470857ef33441f4bd43c58289 /meta-openmoko
parent6e7cac96bb98fd779c17c244db5518c7af59c424 (diff)
downloadopenembedded-core-contrib-5e6726dc19e8db3987bbf84beb41ca845bf5921e.tar.gz
dfu-util: Remove unneeded staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko')
-rw-r--r--meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb5
-rw-r--r--meta-openmoko/packages/dfu-util/dfu-util_svn.bb6
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
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