Split mes libc into a separate source package.

Drop one of the mes git submodules.
This commit is contained in:
Andrius Štikonas 2021-04-16 16:28:34 +01:00
parent 419cd74d92
commit 3dfe3dc0f0
21 changed files with 196 additions and 162 deletions

View file

@ -295,6 +295,9 @@ class SysA:
# flex 2.5.11
self.get_file("http://download.nust.na/pub2/openpkg1/sources/DST/flex/flex-2.5.11.tar.gz")
# mes 0.23 (meslibc)
self.get_file("https://mirrors.kernel.org/gnu/mes/mes-0.23.tar.gz")
# musl 1.1.24
self.get_file("https://musl.libc.org/releases/musl-1.1.24.tar.gz")