From a28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Wed, 24 Feb 2021 12:27:29 -0700 Subject: cpukit: Move ftpfs from libnetworking to libfs Update #3850 --- spec/build/cpukit/libftpfs.yml | 2 +- spec/build/cpukit/libtftpfs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/build/cpukit') diff --git a/spec/build/cpukit/libftpfs.yml b/spec/build/cpukit/libftpfs.yml index d32304fcf3..bde2f2e988 100644 --- a/spec/build/cpukit/libftpfs.yml +++ b/spec/build/cpukit/libftpfs.yml @@ -14,6 +14,6 @@ install: install-path: ${BSP_LIBDIR} links: [] source: -- cpukit/libnetworking/lib/ftpfs.c +- cpukit/libfs/src/ftpfs/ftpfs.c target: ftpfs type: build diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml index 57c75c6639..90a0eabc80 100644 --- a/spec/build/cpukit/libtftpfs.yml +++ b/spec/build/cpukit/libtftpfs.yml @@ -15,6 +15,6 @@ install: install-path: ${BSP_LIBDIR} links: [] source: -- cpukit/libnetworking/lib/tftpDriver.c +- cpukit/libfs/src/ftpfs/tftpDriver.c target: tftpfs type: build -- cgit v1.2.3