From d143895cd60099335c5302d5ea6832c768bdf12b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 2 Apr 2018 17:04:02 +0200 Subject: added some missing packages in stage4 --- README | 4 ++++ TODOS | 2 ++ build_stage4.sh | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index ac8f4e2..80f57c4 100644 --- a/README +++ b/README @@ -264,6 +264,10 @@ su cross ./prepare_stage4_repo.sh ./build_stage4.sh +# Some software doesn't build +# - nss: but we need it only to produce a mozilla-certificates-ca, so +# can also take the one from the host +# # Some testing is impossible to do in stage4: # - some python modules are virtually untestable due to excessive dependencies # e.g, python-packaging diff --git a/TODOS b/TODOS index f4e3767..c557b55 100644 --- a/TODOS +++ b/TODOS @@ -93,3 +93,5 @@ stage 3 issues: - python-pip-bootstrap for starting with setuptools and pip and wheel, they conflict with the vanilla packages, so we have to force to overwrite the shimmed files. +stage 4 issues: +- nss and generation of ca-certificates-mozilla diff --git a/build_stage4.sh b/build_stage4.sh index 0bcfab7..35ca2ea 100755 --- a/build_stage4.sh +++ b/build_stage4.sh @@ -70,7 +70,8 @@ python-pip python-pyparsing python-packaging python-appdirs python-six python-setuptools meson systemd dbus libusb usbutils -libical alsa-lib bluez libpcap libnftnl iptables iproute2 util-linux +libical alsa-lib bluez libnl +libpcap libnftnl iptables iproute2 util-linux procps-ng pcmciautils openresolv netctl dhcpcd desktop-file-utils glib2 pkg-config jfsutils reiserfsprogs xfsprogs sysfsutils -- cgit v1.2.3-54-g00ecf