* [PATCH v2] usbutils: Upgrade usbutils to upstream v006
@ 2012-08-02 12:06 Radu Moisan
2012-08-02 13:50 ` Koen Kooi
2012-08-02 15:25 ` Andrei Gherzan
0 siblings, 2 replies; 9+ messages in thread
From: Radu Moisan @ 2012-08-02 12:06 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
.../usbutils/{usbutils_0.91.bb => usbutils_006.bb} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb} (80%)
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_006.bb
similarity index 80%
rename from meta/recipes-bsp/usbutils/usbutils_0.91.bb
rename to meta/recipes-bsp/usbutils/usbutils_006.bb
index abe807c..c1c9fc0 100644
--- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_006.bb
@@ -7,19 +7,18 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libusb zlib"
-PR = "r5"
+PR = "r0"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
file://usb-devices-avoid-dependency-on-bash.patch \
file://Fix-NULL-pointer-crash.patch"
-SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb"
-SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46"
+SRC_URI[md5sum] = "850790442f5eb487cdc7e35f8ee03e11"
+SRC_URI[sha256sum] = "553270b4030f0844cb70aed57e61c7f10a7ed6641c3bed20249201cec9bcf122"
inherit autotools
do_install_append() {
- ln -s ../sbin/lsusb ${D}${bindir}/lsusb
# We only need the compressed copy, remove the uncompressed version
rm -f ${D}${datadir}/usb.ids
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 12:06 [PATCH v2] usbutils: Upgrade usbutils to upstream v006 Radu Moisan
@ 2012-08-02 13:50 ` Koen Kooi
2012-08-02 13:55 ` Burton, Ross
2012-08-02 15:25 ` Andrei Gherzan
1 sibling, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2012-08-02 13:50 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 2 aug. 2012, om 14:06 heeft Radu Moisan <radu.moisan@intel.com> het volgende geschreven:
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
> .../usbutils/{usbutils_0.91.bb => usbutils_006.bb} | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb} (80%)
>
> diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_006.bb
> similarity index 80%
> rename from meta/recipes-bsp/usbutils/usbutils_0.91.bb
> rename to meta/recipes-bsp/usbutils/usbutils_006.bb
> index abe807c..c1c9fc0 100644
> --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> +++ b/meta/recipes-bsp/usbutils/usbutils_006.bb
> @@ -7,19 +7,18 @@ LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> DEPENDS = "libusb zlib"
> -PR = "r5"
> +PR = "r0"
That's the default value, so you can drop this hunk
>
> SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
> file://usb-devices-avoid-dependency-on-bash.patch \
> file://Fix-NULL-pointer-crash.patch"
>
> -SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb"
> -SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46"
> +SRC_URI[md5sum] = "850790442f5eb487cdc7e35f8ee03e11"
> +SRC_URI[sha256sum] = "553270b4030f0844cb70aed57e61c7f10a7ed6641c3bed20249201cec9bcf122"
>
> inherit autotools
>
> do_install_append() {
> - ln -s ../sbin/lsusb ${D}${bindir}/lsusb
> # We only need the compressed copy, remove the uncompressed version
> rm -f ${D}${datadir}/usb.ids
> }
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 13:50 ` Koen Kooi
@ 2012-08-02 13:55 ` Burton, Ross
2012-08-02 14:14 ` Koen Kooi
0 siblings, 1 reply; 9+ messages in thread
From: Burton, Ross @ 2012-08-02 13:55 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 2 August 2012 14:50, Koen Kooi <koen@dominion.thruhere.net> wrote:
> That's the default value, so you can drop this hunk
Can we settle this once and for all? Sure, it's the default, but it's
also going to be added back in again the moment there's a change...
I'm a fan of leaving a PR in there, even at r0, so its not constantly
being added and removed.
Ross
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 13:55 ` Burton, Ross
@ 2012-08-02 14:14 ` Koen Kooi
2012-08-02 15:24 ` Andrei Gherzan
2012-08-02 15:28 ` Paul Eggleton
0 siblings, 2 replies; 9+ messages in thread
From: Koen Kooi @ 2012-08-02 14:14 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" <ross.burton@intel.com> het volgende geschreven:
> On 2 August 2012 14:50, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> That's the default value, so you can drop this hunk
>
> Can we settle this once and for all? Sure, it's the default, but it's
> also going to be added back in again the moment there's a change...
> I'm a fan of leaving a PR in there, even at r0, so its not constantly
> being added and removed.
The complete PR field is scheduled to get removed, so the more recipes without it being said to that stupid default value, the better.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 14:14 ` Koen Kooi
@ 2012-08-02 15:24 ` Andrei Gherzan
2012-08-02 15:28 ` Paul Eggleton
1 sibling, 0 replies; 9+ messages in thread
From: Andrei Gherzan @ 2012-08-02 15:24 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
On Thu, Aug 2, 2012 at 5:14 PM, Koen Kooi <koen@dominion.thruhere.net>wrote:
>
> Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" <ross.burton@intel.com> het
> volgende geschreven:
>
> > On 2 August 2012 14:50, Koen Kooi <koen@dominion.thruhere.net> wrote:
> >> That's the default value, so you can drop this hunk
> >
> > Can we settle this once and for all? Sure, it's the default, but it's
> > also going to be added back in again the moment there's a change...
> > I'm a fan of leaving a PR in there, even at r0, so its not constantly
> > being added and removed.
>
> The complete PR field is scheduled to get removed, so the more recipes
> without it being said to that stupid default value, the better.
>
>
Agreed.
ag
[-- Attachment #2: Type: text/html, Size: 1279 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 12:06 [PATCH v2] usbutils: Upgrade usbutils to upstream v006 Radu Moisan
2012-08-02 13:50 ` Koen Kooi
@ 2012-08-02 15:25 ` Andrei Gherzan
2012-08-03 5:33 ` Radu Moisan
1 sibling, 1 reply; 9+ messages in thread
From: Andrei Gherzan @ 2012-08-02 15:25 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1563 bytes --]
On Thu, Aug 2, 2012 at 3:06 PM, Radu Moisan <radu.moisan@intel.com> wrote:
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
> .../usbutils/{usbutils_0.91.bb => usbutils_006.bb} | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb => usbutils_006.bb}
> (80%)
>
> diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bbb/meta/recipes-bsp/usbutils/
> usbutils_006.bb
> similarity index 80%
> rename from meta/recipes-bsp/usbutils/usbutils_0.91.bb
> rename to meta/recipes-bsp/usbutils/usbutils_006.bb
> index abe807c..c1c9fc0 100644
> --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> +++ b/meta/recipes-bsp/usbutils/usbutils_006.bb
> @@ -7,19 +7,18 @@ LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> DEPENDS = "libusb zlib"
> -PR = "r5"
> +PR = "r0"
>
> SRC_URI =
> "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
> file://usb-devices-avoid-dependency-on-bash.patch \
> file://Fix-NULL-pointer-crash.patch"
>
> -SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb"
> -SRC_URI[sha256sum] =
> "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46"
> +SRC_URI[md5sum] = "850790442f5eb487cdc7e35f8ee03e11"
> +SRC_URI[sha256sum] =
> "553270b4030f0844cb70aed57e61c7f10a7ed6641c3bed20249201cec9bcf122"
>
> inherit autotools
>
> do_install_append() {
> - ln -s ../sbin/lsusb ${D}${bindir}/lsusb
This is not needed anymore?
ag
[-- Attachment #2: Type: text/html, Size: 2587 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 14:14 ` Koen Kooi
2012-08-02 15:24 ` Andrei Gherzan
@ 2012-08-02 15:28 ` Paul Eggleton
2012-08-03 10:22 ` Koen Kooi
1 sibling, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2012-08-02 15:28 UTC (permalink / raw)
To: Koen Kooi; +Cc: openembedded-core
On Thursday 02 August 2012 16:14:07 Koen Kooi wrote:
> Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" <ross.burton@intel.com> het
volgende geschreven:
> > On 2 August 2012 14:50, Koen Kooi <koen@dominion.thruhere.net> wrote:
> >> That's the default value, so you can drop this hunk
> >
> > Can we settle this once and for all? Sure, it's the default, but it's
> > also going to be added back in again the moment there's a change...
> > I'm a fan of leaving a PR in there, even at r0, so its not constantly
> > being added and removed.
>
> The complete PR field is scheduled to get removed, so the more recipes
> without it being said to that stupid default value, the better.
Since such a removal will just be a blanket search and replace, what difference
does it make?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 15:25 ` Andrei Gherzan
@ 2012-08-03 5:33 ` Radu Moisan
0 siblings, 0 replies; 9+ messages in thread
From: Radu Moisan @ 2012-08-03 5:33 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]
On 08/02/2012 06:25 PM, Andrei Gherzan wrote:
> On Thu, Aug 2, 2012 at 3:06 PM, Radu Moisan <radu.moisan@intel.com
> <mailto:radu.moisan@intel.com>> wrote:
>
> Signed-off-by: Radu Moisan <radu.moisan@intel.com
> <mailto:radu.moisan@intel.com>>
> ---
> .../usbutils/{usbutils_0.91.bb <http://usbutils_0.91.bb> =>
> usbutils_006.bb <http://usbutils_006.bb>} | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> rename meta/recipes-bsp/usbutils/{usbutils_0.91.bb
> <http://usbutils_0.91.bb> => usbutils_006.bb
> <http://usbutils_006.bb>} (80%)
>
> diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> <http://usbutils_0.91.bb>
> b/meta/recipes-bsp/usbutils/usbutils_006.bb <http://usbutils_006.bb>
> similarity index 80%
> rename from meta/recipes-bsp/usbutils/usbutils_0.91.bb
> <http://usbutils_0.91.bb>
> rename to meta/recipes-bsp/usbutils/usbutils_006.bb
> <http://usbutils_006.bb>
> index abe807c..c1c9fc0 100644
> --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> <http://usbutils_0.91.bb>
> +++ b/meta/recipes-bsp/usbutils/usbutils_006.bb
> <http://usbutils_006.bb>
> @@ -7,19 +7,18 @@ LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM =
> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> DEPENDS = "libusb zlib"
> -PR = "r5"
> +PR = "r0"
>
> SRC_URI =
> "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
> file://usb-devices-avoid-dependency-on-bash.patch \
> file://Fix-NULL-pointer-crash.patch"
>
> -SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb"
> -SRC_URI[sha256sum] =
> "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46"
> +SRC_URI[md5sum] = "850790442f5eb487cdc7e35f8ee03e11"
> +SRC_URI[sha256sum] =
> "553270b4030f0844cb70aed57e61c7f10a7ed6641c3bed20249201cec9bcf122"
>
> inherit autotools
>
> do_install_append() {
> - ln -s ../sbin/lsusb ${D}${bindir}/lsusb
>
>
> This is not needed anymore?
>
No, it's already in place.
radu
[-- Attachment #2: Type: text/html, Size: 4436 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] usbutils: Upgrade usbutils to upstream v006
2012-08-02 15:28 ` Paul Eggleton
@ 2012-08-03 10:22 ` Koen Kooi
0 siblings, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2012-08-03 10:22 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-core
Op 2 aug. 2012, om 17:28 heeft Paul Eggleton <paul.eggleton@linux.intel.com> het volgende geschreven:
> On Thursday 02 August 2012 16:14:07 Koen Kooi wrote:
>> Op 2 aug. 2012, om 15:55 heeft "Burton, Ross" <ross.burton@intel.com> het
> volgende geschreven:
>>> On 2 August 2012 14:50, Koen Kooi <koen@dominion.thruhere.net> wrote:
>>>> That's the default value, so you can drop this hunk
>>>
>>> Can we settle this once and for all? Sure, it's the default, but it's
>>> also going to be added back in again the moment there's a change...
>>> I'm a fan of leaving a PR in there, even at r0, so its not constantly
>>> being added and removed.
>>
>> The complete PR field is scheduled to get removed, so the more recipes
>> without it being said to that stupid default value, the better.
>
> Since such a removal will just be a blanket search and replace, what difference
> does it make?
It allows a more gradual change, which is good for upgrade paths. Insisting on adding default values will just artificially bloat the removal patch.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-08-03 10:34 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 12:06 [PATCH v2] usbutils: Upgrade usbutils to upstream v006 Radu Moisan
2012-08-02 13:50 ` Koen Kooi
2012-08-02 13:55 ` Burton, Ross
2012-08-02 14:14 ` Koen Kooi
2012-08-02 15:24 ` Andrei Gherzan
2012-08-02 15:28 ` Paul Eggleton
2012-08-03 10:22 ` Koen Kooi
2012-08-02 15:25 ` Andrei Gherzan
2012-08-03 5:33 ` Radu Moisan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox