| Message ID | 20260629-fix-prserv-dockerfile-v1-1-7db4b32288ce@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | contrib/prserv/Dockerfile: remove non-existent codegen.py | expand |
diff --git a/contrib/prserv/Dockerfile b/contrib/prserv/Dockerfile index c630ce99722..694b9b9fead 100644 --- a/contrib/prserv/Dockerfile +++ b/contrib/prserv/Dockerfile @@ -35,7 +35,6 @@ RUN apk add --no-cache python3 COPY bin/bitbake-prserv /opt/bbprserv/bin/ COPY lib/prserv /opt/bbprserv/lib/prserv/ COPY lib/bb /opt/bbprserv/lib/bb/ -COPY lib/codegen.py /opt/bbprserv/lib/codegen.py COPY lib/ply /opt/bbprserv/lib/ply/ COPY lib/bs4 /opt/bbprserv/lib/bs4/
codegen was replace by ast.unparse() with 76dd6d69c59c ("lib: Replace codegen with ast.unparse()"). Remove this COPY instruction. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- contrib/prserv/Dockerfile | 1 - 1 file changed, 1 deletion(-) --- base-commit: 7e3489ab3ec39b2dcf4e50eff54d36d42e5a7307 change-id: 20260629-fix-prserv-dockerfile-5bf17db72593