mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
dfu-util: Remove unneeded staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
6e7cac96bb
commit
5e6726dc19
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user