From bc2a750d5cd518706aff406da6e0719ce475e36b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:40:08 -0400 Subject: containers: adapt to UNPACKDIR changes This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Update our GOPATH references to use UNPACKDIR - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield --- recipes-containers/conmon/conmon_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-containers/conmon') diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index 19475493..6ef0c7cc 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb @@ -16,8 +16,6 @@ SRC_URI = "\ PV = "2.1.12+git" -S = "${WORKDIR}/git" - inherit pkgconfig export GOCACHE = "${B}/.cache" -- cgit v1.2.3-54-g00ecf