[PATCH 1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py
Frieder Schrempf <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Frieder Schrempf <[email protected]> This file has been removed and is not required anymore. Fix the Docker image build accordingly. Signed-off-by: Frieder Schrempf <[email protected]> --- contrib/hashserv/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile index aec1f86fc..fe7e091ec 100644 --- a/contrib/hashserv/Dockerfile +++ b/contrib/hashserv/Dockerfile @@ -16,7 +16,6 @@ RUN apk add --no-cache python3 libgcc COPY bin/bitbake-hashserv /opt/bbhashserv/bin/ COPY lib/hashserv /opt/bbhashserv/lib/hashserv/ COPY lib/bb /opt/bbhashserv/lib/bb/ -COPY lib/codegen.py /opt/bbhashserv/lib/codegen.py COPY lib/ply /opt/bbhashserv/lib/ply/ COPY lib/bs4 /opt/bbhashserv/lib/bs4/ -- 2.54.0