meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH 1/4] lxc: drop unneeded S assignment
@ 2025-07-04  0:12 Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 2/4] nerdctl: " Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wang Mingyu @ 2025-07-04  0:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 recipes-containers/lxc/lxc_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index 63123590..b3011f16 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -52,8 +52,6 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-6.0;protocol=https \
 SRCREV = "fe31d844e882d5cc176a7935a93b14b4b2823992"
 PV = "v6.0.3"
 
-S = "${WORKDIR}/git"
-
 # Let's not configure for the host distro.
 #
 PTEST_CONF = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-Dtests=true', '', d)}"
-- 
2.43.0



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

* [meta-virtualization] [PATCH 2/4] nerdctl: drop unneeded S assignment
  2025-07-04  0:12 [meta-virtualization] [PATCH 1/4] lxc: drop unneeded S assignment Wang Mingyu
@ 2025-07-04  0:12 ` Wang Mingyu
  2025-07-04  1:31   ` Bruce Ashfield
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 3/4] podman-compose: " Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 4/4] go-md2man: " Wang Mingyu
  2 siblings, 1 reply; 5+ messages in thread
From: Wang Mingyu @ 2025-07-04  0:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 recipes-containers/nerdctl/nerdctl_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 536c470b..3f87e564 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -28,8 +28,6 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
 
 GO_IMPORT = "import"
 
-S = "${WORKDIR}/git"
-
 PV = "v2.0.3"
 
 NERDCTL_PKG = "github.com/containerd/nerdctl"
-- 
2.43.0



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

* [meta-virtualization] [PATCH 3/4] podman-compose: drop unneeded S assignment
  2025-07-04  0:12 [meta-virtualization] [PATCH 1/4] lxc: drop unneeded S assignment Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 2/4] nerdctl: " Wang Mingyu
@ 2025-07-04  0:12 ` Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 4/4] go-md2man: " Wang Mingyu
  2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2025-07-04  0:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 recipes-containers/podman-compose/podman-compose_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 7451dffb..26e1865f 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -9,8 +9,6 @@ SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=h
 
 SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
 
-S = "${WORKDIR}/git"
-
 DEPENDS += "python3-pyyaml-native"
 
 RDEPENDS:${PN} += "\
-- 
2.43.0



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

* [meta-virtualization] [PATCH 4/4] go-md2man: drop unneeded S assignment
  2025-07-04  0:12 [meta-virtualization] [PATCH 1/4] lxc: drop unneeded S assignment Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 2/4] nerdctl: " Wang Mingyu
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 3/4] podman-compose: " Wang Mingyu
@ 2025-07-04  0:12 ` Wang Mingyu
  2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2025-07-04  0:12 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 recipes-devtools/go/go-md2man_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb
index 73d8d167..720eac63 100644
--- a/recipes-devtools/go/go-md2man_git.bb
+++ b/recipes-devtools/go/go-md2man_git.bb
@@ -14,8 +14,6 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https;destsuffix=${GO_S
 SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a"
 PV = "1.0.10+git"
 
-S = "${WORKDIR}/git"
-
 inherit go
 
 do_compile:prepend() {
-- 
2.43.0



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

* Re: [meta-virtualization] [PATCH 2/4] nerdctl: drop unneeded S assignment
  2025-07-04  0:12 ` [meta-virtualization] [PATCH 2/4] nerdctl: " Wang Mingyu
@ 2025-07-04  1:31   ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2025-07-04  1:31 UTC (permalink / raw)
  To: wangmy; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

Check master-next, these have all been taken care of.

I'm traveling and won't push master-next -> master until I return, so use
that branch for your builds.

Bruce

On Thu, Jul 3, 2025 at 8:12 PM wangmy via lists.yoctoproject.org <wangmy=
fujitsu.com@lists.yoctoproject.org> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  recipes-containers/nerdctl/nerdctl_git.bb | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/recipes-containers/nerdctl/nerdctl_git.bb
> b/recipes-containers/nerdctl/nerdctl_git.bb
> index 536c470b..3f87e564 100644
> --- a/recipes-containers/nerdctl/nerdctl_git.bb
> +++ b/recipes-containers/nerdctl/nerdctl_git.bb
> @@ -28,8 +28,6 @@ LIC_FILES_CHKSUM =
> "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
>
>  GO_IMPORT = "import"
>
> -S = "${WORKDIR}/git"
> -
>  PV = "v2.0.3"
>
>  NERDCTL_PKG = "github.com/containerd/nerdctl"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9289):
> https://lists.yoctoproject.org/g/meta-virtualization/message/9289
> Mute This Topic: https://lists.yoctoproject.org/mt/113976450/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 3518 bytes --]

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

end of thread, other threads:[~2025-07-04  1:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04  0:12 [meta-virtualization] [PATCH 1/4] lxc: drop unneeded S assignment Wang Mingyu
2025-07-04  0:12 ` [meta-virtualization] [PATCH 2/4] nerdctl: " Wang Mingyu
2025-07-04  1:31   ` Bruce Ashfield
2025-07-04  0:12 ` [meta-virtualization] [PATCH 3/4] podman-compose: " Wang Mingyu
2025-07-04  0:12 ` [meta-virtualization] [PATCH 4/4] go-md2man: " Wang Mingyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).