mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-01-27 10:41:26 +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"
|
CONTAINERPORT ?= "9000"
|
||||||
EXTERNALPORT ?= "10000"
|
EXTERNALPORT ?= "10000"
|
||||||
|
|
||||||
S = "${WORKDIR}/sources"
|
S = "${UNPACKDIR}"
|
||||||
UNPACKDIR = "${S}"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user