[PATCH] contrib/prserv/Dockerfile: remove non-existent codegen.py
Antonin Godard <[email protected]> Mon, 29 Jun 2026 15:03:11 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
codegen was replace by ast.unparse() with 76dd6d69c59c ("lib: Replace
codegen with ast.unparse()"). Remove this COPY instruction.
Signed-off-by: Antonin Godard <[email protected]>
---
contrib/prserv/Dockerfile | 1 -
1 file changed, 1 deletion(-)
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/
---
base-commit: 7e3489ab3ec39b2dcf4e50eff54d36d42e5a7307
change-id: 20260629-fix-prserv-dockerfile-5bf17db72593