mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-13 13:45:24 +01:00
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 <bruce.ashfield@gmail.com>
This commit is contained in:
parent
be0039855f
commit
31c85536f6
|
|
@ -16,8 +16,7 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest"
|
|||
CONTAINERPORT ?= "9000"
|
||||
EXTERNALPORT ?= "10000"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user