[rtems commit] cpukit: Move ftpfs from libnetworking to libfs

Vijay Kumar Banerjee vijay at rtems.org
Thu Apr 8 01:14:07 UTC 2021


Module:    rtems
Branch:    master
Commit:    a28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b
Changeset: http://git.rtems.org/rtems/commit/?id=a28eafb2a4d7418ad1efb3f8b72e9cbb014c1c0b

Author:    Vijay Kumar Banerjee <vijay at rtems.org>
Date:      Wed Feb 24 12:27:29 2021 -0700

cpukit: Move ftpfs from libnetworking to libfs

Update #3850

---

 cpukit/{libnetworking/lib => libfs/src/ftpfs}/ftpfs.c      | 0
 cpukit/{libnetworking/lib => libfs/src/ftpfs}/tftpDriver.c | 0
 spec/build/cpukit/libftpfs.yml                             | 2 +-
 spec/build/cpukit/libtftpfs.yml                            | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libfs/src/ftpfs/ftpfs.c
similarity index 100%
rename from cpukit/libnetworking/lib/ftpfs.c
rename to cpukit/libfs/src/ftpfs/ftpfs.c
diff --git a/cpukit/libnetworking/lib/tftpDriver.c b/cpukit/libfs/src/ftpfs/tftpDriver.c
similarity index 100%
rename from cpukit/libnetworking/lib/tftpDriver.c
rename to cpukit/libfs/src/ftpfs/tftpDriver.c
diff --git a/spec/build/cpukit/libftpfs.yml b/spec/build/cpukit/libftpfs.yml
index d32304f..bde2f2e 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 57c75c6..90a0eab 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



More information about the vc mailing list