diff options
-rw-r--r-- | recipes-demo/helloworld-flask/helloworld-flask_0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" | |||
16 | CONTAINERPORT ?= "9000" | 16 | CONTAINERPORT ?= "9000" |
17 | EXTERNALPORT ?= "10000" | 17 | EXTERNALPORT ?= "10000" |
18 | 18 | ||
19 | S = "${WORKDIR}/sources" | 19 | S = "${UNPACKDIR}" |
20 | UNPACKDIR = "${S}" | ||
21 | 20 | ||
22 | do_install() { | 21 | do_install() { |
23 | 22 | ||