All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe] lsscsi: update to 0.31
@ 2020-07-26 10:30 Oleksandr Kravchuk
  2020-07-30  5:26 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-26 10:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../recipes-bsp/lsscsi/{lsscsi_0.30.bb => lsscsi_0.31.bb}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-bsp/lsscsi/{lsscsi_0.30.bb => lsscsi_0.31.bb} (63%)

diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
similarity index 63%
rename from meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
rename to meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
index af34cdc483..2c96de163b 100644
--- a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
+++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
 
-SRC_URI[md5sum] = "298a700cd50bb4be1382d618f7b038f4"
-SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15"
+SRC_URI[md5sum] = "efb68946f51860e8eedc18d6784afdae"
+SRC_URI[sha256sum] = "12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca"
 
 inherit autotools
 
-S = "${WORKDIR}/lsscsi-030r154"
+S = "${WORKDIR}/lsscsi-${PV}"
-- 
2.25.1


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

* Re: [oe] [PATCH][meta-oe] lsscsi: update to 0.31
  2020-07-26 10:30 [PATCH][meta-oe] lsscsi: update to 0.31 Oleksandr Kravchuk
@ 2020-07-30  5:26 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-07-30  5:26 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel



On 7/26/20 3:30 AM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   .../recipes-bsp/lsscsi/{lsscsi_0.30.bb => lsscsi_0.31.bb}   | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-oe/recipes-bsp/lsscsi/{lsscsi_0.30.bb => lsscsi_0.31.bb} (63%)
> 
> diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
> similarity index 63%
> rename from meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
> rename to meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
> index af34cdc483..2c96de163b 100644
> --- a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
> +++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb
> @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
>   
>   SRC_URI = "http://sg.danny.cz/scsi/${BP}.tgz"
>   
> -SRC_URI[md5sum] = "298a700cd50bb4be1382d618f7b038f4"
> -SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5518b15"
> +SRC_URI[md5sum] = "efb68946f51860e8eedc18d6784afdae"
> +SRC_URI[sha256sum] = "12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca"
>   
>   inherit autotools
>   
> -S = "${WORKDIR}/lsscsi-030r154"
> +S = "${WORKDIR}/lsscsi-${PV}"

this is the default value too, so perhaps it should be deleted here

> 
> 
> 
> 

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

end of thread, other threads:[~2020-07-30  5:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 10:30 [PATCH][meta-oe] lsscsi: update to 0.31 Oleksandr Kravchuk
2020-07-30  5:26 ` [oe] " Khem Raj

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.