mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
demos/helloworld: fix S and UNPACKDIR
Adapt the demonstration helloworld appliication to fix a warning about UNPACKDIR not being correct. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3429c73a91
commit
cbad7151f1
|
@ -16,6 +16,9 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest"
|
|||
CONTAINERPORT ?= "9000"
|
||||
EXTERNALPORT ?= "10000"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
do_install() {
|
||||
|
||||
for tgt in flask-app.yaml flask-app-service.yaml; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user