diff mbox series

[meta-oe] lsscsi: update PV to the real version

Message ID 20250411052327.2144966-1-changqing.li@windriver.com
State New
Headers show
Series [meta-oe] lsscsi: update PV to the real version | expand

Commit Message

Changqing Li April 11, 2025, 5:23 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Update PV to the real version 0.30, this can make PV aligned with the
runtime version

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.30.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.30.bb} (92%)

Comments

Khem Raj April 11, 2025, 5:57 a.m. UTC | #1
On Thu, Apr 10, 2025 at 10:23 PM Changqing Li via
lists.openembedded.org
<changqing.li=windriver.com@lists.openembedded.org> wrote:
>
> From: Changqing Li <changqing.li@windriver.com>
>
> Update PV to the real version 0.30, this can make PV aligned with the
> runtime version
>

the new version "0.30" does not sort higher than the old version "030"
so if we have to do it we need
to set PE as well

> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.30.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-bsp/lsscsi/{lsscsi_030.bb => lsscsi_0.30.bb} (92%)
>
> diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
> similarity index 92%
> rename from meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb
> rename to meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
> index 63b94e9d6e..ba52bdaf12 100644
> --- a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb
> +++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
> @@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5
>
>  inherit autotools
>
> -S = "${WORKDIR}/lsscsi-${PV}r154"
> +S = "${WORKDIR}/lsscsi-030r154"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116791): https://lists.openembedded.org/g/openembedded-devel/message/116791
> Mute This Topic: https://lists.openembedded.org/mt/112205589/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
similarity index 92%
rename from meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb
rename to meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
index 63b94e9d6e..ba52bdaf12 100644
--- a/meta-oe/recipes-bsp/lsscsi/lsscsi_030.bb
+++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.30.bb
@@ -10,4 +10,4 @@  SRC_URI[sha256sum] = "619a2187405f02c5f57682f3478bffc75326803cd08839e39d434250c5
 
 inherit autotools
 
-S = "${WORKDIR}/lsscsi-${PV}r154"
+S = "${WORKDIR}/lsscsi-030r154"