From: Martin Jansa Date: Mon, 25 Oct 2010 08:48:39 +0000 (+0200) Subject: dfu-util: drop unneeded do_stage from native recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d7cd358de1018ac71e34aff3325fba7703d091;p=openembedded.git dfu-util: drop unneeded do_stage from native recipe * do we call dfu-util from some recipe? Signed-off-by: Martin Jansa --- diff --git a/recipes/dfu-util/dfu-util-native_svn.bb b/recipes/dfu-util/dfu-util-native_svn.bb index 6b1cf915ce..7eb9952f70 100644 --- a/recipes/dfu-util/dfu-util-native_svn.bb +++ b/recipes/dfu-util/dfu-util-native_svn.bb @@ -4,13 +4,6 @@ inherit native DEPENDS = "virtual/libusb0-native usbpath-native" -do_stage() { - install -d ${STAGING_BINDIR_NATIVE} - install -m 0755 src/dfu-util ${STAGING_BINDIR_NATIVE}/dfu-util-${PV} - rm -f ${STAGING_BINDIR_NATIVE}/dfu-util - ln -sf ./dfu-util-${PV} ${STAGING_BINDIR_NATIVE}/dfu-util -} - do_deploy() { install -d ${DEPLOY_DIR_TOOLS} install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV} diff --git a/recipes/dfu-util/dfu-util_0.1.bb b/recipes/dfu-util/dfu-util_0.1.bb index 354a60d1a4..7b25b13579 100644 --- a/recipes/dfu-util/dfu-util_0.1.bb +++ b/recipes/dfu-util/dfu-util_0.1.bb @@ -1,7 +1,7 @@ require dfu-util.inc PV = "0.1" -PR = "r0" +PR = "r1" SRC_URI[md5sum] = "454b931249d29e4a6c2a2ade17858490" SRC_URI[sha256sum] = "a27cc667be9b158fecf0ed066698e30eca0c0b3cd7a85aad2058d47ffe16f0e1"