All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Morgan <chmorgan@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
Date: Wed,  4 Jun 2014 06:44:10 -0400	[thread overview]
Message-ID: <1401878650-3362-1-git-send-email-chmorgan@gmail.com> (raw)

Signed-off-by: Chris Morgan <chmorgan@gmail.com>
---
 meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb | 16 ----------------
 meta-oe/recipes-support/dfu-util/dfu-util_svn.bb        | 16 ----------------
 2 files changed, 32 deletions(-)
 delete mode 100644 meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
 delete mode 100644 meta-oe/recipes-support/dfu-util/dfu-util_svn.bb

diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
deleted file mode 100644
index 4bed46a..0000000
--- a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require dfu-util_${PV}.bb
-
-inherit native deploy
-do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
-
-DEPENDS = "libusb-compat usbpath-native"
-
-do_deploy() {
-    install -d ${DEPLOY_DIR_TOOLS}
-    install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV}
-    rm -f ${DEPLOY_DIR_TOOLS}/dfu-util
-    ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util
-
-}
-
-addtask deploy before do_package after do_install
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
deleted file mode 100644
index 026a904..0000000
--- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "USB Device Firmware Upgrade utility"
-SECTION = "devel"
-AUTHOR = "Harald Welte <laforge@openmoko.org>"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-SRCREV = "4160"
-PV = "0.1+svnr${SRCPV}"
-PR = "r2"
-
-DEPENDS = "virtual/libusb0 usbpath"
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http"
-S = "${WORKDIR}/dfu-util"
-
-inherit autotools
-
-- 
1.9.3



             reply	other threads:[~2014-06-04 10:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 10:44 Chris Morgan [this message]
2014-06-04 23:38 ` [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now Otavio Salvador
2014-06-04 23:53   ` Martin Jansa
2014-06-05  0:52     ` Chris Morgan
  -- strict thread matches above, loose matches on Subject: below --
2014-06-03 19:30 Chris Morgan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401878650-3362-1-git-send-email-chmorgan@gmail.com \
    --to=chmorgan@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.