summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-demo/helloworld-flask/helloworld-flask_0.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb
index 3f5507b3..043ccc52 100644
--- a/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb
+++ b/recipes-demo/helloworld-flask/helloworld-flask_0.1.bb
@@ -16,6 +16,9 @@ CONTAINERIMAGE ?= "zeddii/app-container:latest"
16CONTAINERPORT ?= "9000" 16CONTAINERPORT ?= "9000"
17EXTERNALPORT ?= "10000" 17EXTERNALPORT ?= "10000"
18 18
19S = "${WORKDIR}/sources"
20UNPACKDIR = "${S}"
21
19do_install() { 22do_install() {
20 23
21 for tgt in flask-app.yaml flask-app-service.yaml; do 24 for tgt in flask-app.yaml flask-app-service.yaml; do