diff mbox series

[1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py

Message ID 20260511153632.299677-1-frieder@fris.de
State New
Headers show
Series [1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py | expand

Commit Message

Frieder Schrempf May 11, 2026, 3:36 p.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

This file has been removed and is not required anymore.
Fix the Docker image build accordingly.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 contrib/hashserv/Dockerfile | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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/