From e8284a34582703f0bc441ea8926eb1839214a477 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Feb 2021 19:38:38 +0100 Subject: build: Sort source lists Use the Python sorted() function to sort the "source" lists. --- spec/build/cpukit/libftpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/cpukit/libftpd.yml') diff --git a/spec/build/cpukit/libftpd.yml b/spec/build/cpukit/libftpd.yml index af75cca2cb..d073e1816f 100644 --- a/spec/build/cpukit/libftpd.yml +++ b/spec/build/cpukit/libftpd.yml @@ -14,7 +14,7 @@ install: install-path: ${BSP_LIBDIR} links: [] source: -- cpukit/ftpd/ftpd.c - cpukit/ftpd/ftpd-init.c +- cpukit/ftpd/ftpd.c target: ftpd type: build -- cgit v1.2.3