* [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
@ 2014-06-04 10:44 Chris Morgan
2014-06-04 23:38 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Chris Morgan @ 2014-06-04 10:44 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
2014-06-04 10:44 [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now Chris Morgan
@ 2014-06-04 23:38 ` Otavio Salvador
2014-06-04 23:53 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-06-04 23:38 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Wed, Jun 4, 2014 at 7:44 AM, Chris Morgan <chmorgan@gmail.com> wrote:
> Signed-off-by: Chris Morgan <chmorgan@gmail.com>
Please rewrite the commitlog to adhere to
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
2014-06-04 23:38 ` Otavio Salvador
@ 2014-06-04 23:53 ` Martin Jansa
2014-06-05 0:52 ` Chris Morgan
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-06-04 23:53 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]
On Wed, Jun 04, 2014 at 08:38:35PM -0300, Otavio Salvador wrote:
> On Wed, Jun 4, 2014 at 7:44 AM, Chris Morgan <chmorgan@gmail.com> wrote:
> > Signed-off-by: Chris Morgan <chmorgan@gmail.com>
>
> Please rewrite the commitlog to adhere to
> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
In this case I've updated both commit messages when cherry-picking them
to master-next, so no need to resend, but as Otavio says, please use
better commit messages next time.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
2014-06-04 23:53 ` Martin Jansa
@ 2014-06-05 0:52 ` Chris Morgan
0 siblings, 0 replies; 5+ messages in thread
From: Chris Morgan @ 2014-06-05 0:52 UTC (permalink / raw)
To: openembedded-devel
On Wed, Jun 4, 2014 at 7:53 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Wed, Jun 04, 2014 at 08:38:35PM -0300, Otavio Salvador wrote:
>> On Wed, Jun 4, 2014 at 7:44 AM, Chris Morgan <chmorgan@gmail.com> wrote:
>> > Signed-off-by: Chris Morgan <chmorgan@gmail.com>
>>
>> Please rewrite the commitlog to adhere to
>> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
>
> In this case I've updated both commit messages when cherry-picking them
> to master-next, so no need to resend, but as Otavio says, please use
> better commit messages next time.
>
>
Sorry again. I didn't see that this one had landed in the repository
and I saw that it had wrapped lines so I resent. And thank you Otavio
for the link, I'll improve the commit messages next time and am glad
to rewrite the change or commit message if necessary.
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now
@ 2014-06-03 19:30 Chris Morgan
0 siblings, 0 replies; 5+ messages in thread
From: Chris Morgan @ 2014-06-03 19:30 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-05 0:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 10:44 [meta-oe][PATCH] Remove dfu-util svn recipes, these point at deprecated svn repositories, dfu-util uses git now Chris Morgan
2014-06-04 23:38 ` 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
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.