From 31c85536f6104f369066ec7f6279f5c7fe41ebb4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:40:08 -0400 Subject: demo: adapt to UNPACKDIR changes This commit updates the container recipes to the OE core UNPACKDIR changes. - We adjust destsuffix fetches to use BB_GIT_DEFAULT_DESTSUFFIX instead of 'git' - Drop S = assignemnts where possible Signed-off-by: Bruce Ashfield --- recipes-demo/helloworld-flask/helloworld-flask_0.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-demo/helloworld-flask') diff --git a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb index 043ccc52..c19378ab 100644 --- a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb +++ b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb @@ -16,8 +16,7 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest" CONTAINERPORT ?= "9000" EXTERNALPORT ?= "10000" -S = "${WORKDIR}/sources" -UNPACKDIR = "${S}" +S = "${UNPACKDIR}" do_install() { -- cgit v1.2.3-54-g00ecf