All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dev86: Adjusted the SRC_URI of the source code.
@ 2015-03-17  5:29 Ong Boon Leong
  2015-03-17  5:43 ` Ong, Boon Leong
  0 siblings, 1 reply; 5+ messages in thread
From: Ong Boon Leong @ 2015-03-17  5:29 UTC (permalink / raw)
  To: meta-virtualization

From: j105rob <j105.rob@gmail.com>

The SRC_URI of the source code was returning a 404. After locating the correct URI
for this version of the source code, updated the SRC_URI & hashes.

Signed-off-by: j105rob <j105.rob@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
(cherry picked from commit 2892c53779f4cf2e58e3c60302b7e9ef792f938e)

Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
---
 recipes-extended/dev86/dev86_0.16.19.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-extended/dev86/dev86_0.16.19.bb
index 807504e..5e26a75 100644
--- a/recipes-extended/dev86/dev86_0.16.19.bb
+++ b/recipes-extended/dev86/dev86_0.16.19.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 SECTION = "console/tools"
 PR="r0"
 
-SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
+SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
 
-SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
-SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
+SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
+SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
 
 S = "${WORKDIR}/dev86-${PV}"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dev86: Adjusted the SRC_URI of the source code.
  2015-03-17  5:29 [PATCH] dev86: Adjusted the SRC_URI of the source code Ong Boon Leong
@ 2015-03-17  5:43 ` Ong, Boon Leong
  2015-03-17 13:43   ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Ong, Boon Leong @ 2015-03-17  5:43 UTC (permalink / raw)
  To: meta-virtualization

Ah... I miss "dizzy" in the subject. Sorry, Bruce.
Appreciate if you can also apply this patch on dizzy branch too. Thanks 

>-----Original Message-----
>From: meta-virtualization-bounces@yoctoproject.org [mailto:meta-
>virtualization-bounces@yoctoproject.org] On Behalf Of Ong Boon Leong
>Sent: Tuesday, March 17, 2015 1:29 PM
>To: meta-virtualization@yoctoproject.org
>Subject: [meta-virtualization] [PATCH] dev86: Adjusted the SRC_URI of the
>source code.
>
>From: j105rob <j105.rob@gmail.com>
>
>The SRC_URI of the source code was returning a 404. After locating the correct
>URI for this version of the source code, updated the SRC_URI & hashes.
>
>Signed-off-by: j105rob <j105.rob@gmail.com>
>Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked
>from commit 2892c53779f4cf2e58e3c60302b7e9ef792f938e)
>
>Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
>---
> recipes-extended/dev86/dev86_0.16.19.bb |    6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-
>extended/dev86/dev86_0.16.19.bb
>index 807504e..5e26a75 100644
>--- a/recipes-extended/dev86/dev86_0.16.19.bb
>+++ b/recipes-extended/dev86/dev86_0.16.19.bb
>@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM =
>"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
> SECTION = "console/tools"
> PR="r0"
>
>-SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
>+SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
>
>-SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
>-SRC_URI[sha256sum] =
>"33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
>+SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
>+SRC_URI[sha256sum] =
>"efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
>
> S = "${WORKDIR}/dev86-${PV}"
>
>--
>1.7.9.5
>
>--
>_______________________________________________
>meta-virtualization mailing list
>meta-virtualization@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-virtualization


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dev86: Adjusted the SRC_URI of the source code.
  2015-03-17  5:43 ` Ong, Boon Leong
@ 2015-03-17 13:43   ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2015-03-17 13:43 UTC (permalink / raw)
  To: Ong, Boon Leong; +Cc: meta-virtualization

On Tue, Mar 17, 2015 at 1:43 AM, Ong, Boon Leong
<boon.leong.ong@intel.com> wrote:
> Ah... I miss "dizzy" in the subject. Sorry, Bruce.
> Appreciate if you can also apply this patch on dizzy branch too. Thanks

Aha. I've applied it to dizzy.

Bruce

>
>>-----Original Message-----
>>From: meta-virtualization-bounces@yoctoproject.org [mailto:meta-
>>virtualization-bounces@yoctoproject.org] On Behalf Of Ong Boon Leong
>>Sent: Tuesday, March 17, 2015 1:29 PM
>>To: meta-virtualization@yoctoproject.org
>>Subject: [meta-virtualization] [PATCH] dev86: Adjusted the SRC_URI of the
>>source code.
>>
>>From: j105rob <j105.rob@gmail.com>
>>
>>The SRC_URI of the source code was returning a 404. After locating the correct
>>URI for this version of the source code, updated the SRC_URI & hashes.
>>
>>Signed-off-by: j105rob <j105.rob@gmail.com>
>>Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> (cherry picked
>>from commit 2892c53779f4cf2e58e3c60302b7e9ef792f938e)
>>
>>Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
>>---
>> recipes-extended/dev86/dev86_0.16.19.bb |    6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>>diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-
>>extended/dev86/dev86_0.16.19.bb
>>index 807504e..5e26a75 100644
>>--- a/recipes-extended/dev86/dev86_0.16.19.bb
>>+++ b/recipes-extended/dev86/dev86_0.16.19.bb
>>@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM =
>>"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
>> SECTION = "console/tools"
>> PR="r0"
>>
>>-SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
>>+SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
>>
>>-SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
>>-SRC_URI[sha256sum] =
>>"33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
>>+SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
>>+SRC_URI[sha256sum] =
>>"efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
>>
>> S = "${WORKDIR}/dev86-${PV}"
>>
>>--
>>1.7.9.5
>>
>>--
>>_______________________________________________
>>meta-virtualization mailing list
>>meta-virtualization@yoctoproject.org
>>https://lists.yoctoproject.org/listinfo/meta-virtualization
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dev86: Adjusted the SRC_URI of the source code.
  2015-02-13 12:04 j105rob
@ 2015-02-17  4:42 ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2015-02-17  4:42 UTC (permalink / raw)
  To: j105rob; +Cc: meta-virtualization

On Fri, Feb 13, 2015 at 7:04 AM, j105rob <j105.rob@gmail.com> wrote:
> The SRC_URI of the source code was returning a 404. After locating the correct URI
> for this version of the source code, updated the SRC_URI & hashes.

merged

Bruce

>
> Signed-off-by: j105rob <j105.rob@gmail.com>
> ---
>  recipes-extended/dev86/dev86_0.16.19.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-extended/dev86/dev86_0.16.19.bb
> index 807504e..5e26a75 100644
> --- a/recipes-extended/dev86/dev86_0.16.19.bb
> +++ b/recipes-extended/dev86/dev86_0.16.19.bb
> @@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
>  SECTION = "console/tools"
>  PR="r0"
>
> -SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
> +SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
>
> -SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
> -SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
> +SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
> +SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
>
>  S = "${WORKDIR}/dev86-${PV}"
>
> --
> 2.3.0
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] dev86: Adjusted the SRC_URI of the source code.
@ 2015-02-13 12:04 j105rob
  2015-02-17  4:42 ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: j105rob @ 2015-02-13 12:04 UTC (permalink / raw)
  To: meta-virtualization

The SRC_URI of the source code was returning a 404. After locating the correct URI
for this version of the source code, updated the SRC_URI & hashes.

Signed-off-by: j105rob <j105.rob@gmail.com>
---
 recipes-extended/dev86/dev86_0.16.19.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-extended/dev86/dev86_0.16.19.bb
index 807504e..5e26a75 100644
--- a/recipes-extended/dev86/dev86_0.16.19.bb
+++ b/recipes-extended/dev86/dev86_0.16.19.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 SECTION = "console/tools"
 PR="r0"
 
-SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
+SRC_URI="https://github.com/lkundrak/dev86/archive/v${PV}.zip"
 
-SRC_URI[md5sum] = "442e98e1afa23fe00d40c5a996385942"
-SRC_URI[sha256sum] = "33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e"
+SRC_URI[md5sum] = "1308759f36f9907e7dae92c46f35c51e"
+SRC_URI[sha256sum] = "efd33d456ff87d6d0308608f6a34052b22ea8629913d0597d98c73815ed0f9f0"
 
 S = "${WORKDIR}/dev86-${PV}"
 
-- 
2.3.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-17 13:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17  5:29 [PATCH] dev86: Adjusted the SRC_URI of the source code Ong Boon Leong
2015-03-17  5:43 ` Ong, Boon Leong
2015-03-17 13:43   ` Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2015-02-13 12:04 j105rob
2015-02-17  4:42 ` Bruce Ashfield

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.