This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/24040 )
Change subject: arm-none-eabi-gcc-4.8.2: install missing packages
......................................................................
arm-none-eabi-gcc-4.8.2: install missing packages
These are needed for building osmocom-bb and its libosmocore.
Change-Id: I1cee58985225bd1c6600b0025d0417d66f441449
---
M arm-none-eabi-gcc-4.8.2/Dockerfile
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/40/24040/1
diff --git a/arm-none-eabi-gcc-4.8.2/Dockerfile b/arm-none-eabi-gcc-4.8.2/Dockerfile
index 8794a95..6c1373c 100644
--- a/arm-none-eabi-gcc-4.8.2/Dockerfile
+++ b/arm-none-eabi-gcc-4.8.2/Dockerfile
@@ -20,7 +20,11 @@
flex \
curl \
patch \
- file
+ file \
+ python2.7-minimal \
+ autoconf \
+ libtool \
+ git
# Stage 0: Download and patch the source code
RUN curl -SL ${BINUTILS_SRC} | tar -xj -C /usr/src && \
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/24040
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I1cee58985225bd1c6600b0025d0417d66f441449
Gerrit-Change-Number: 24040
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/724c6209/attachment.htm>