[PATCH 2/7] TFTPFS: Duplicate tftpDriver.c to tftpfs.c
Frank Kuehndel
frank.kuehndel at embedded-brains.de
Fri Jun 3 15:22:41 UTC 2022
From: Frank Kühndel <frank.kuehndel at embedded-brains.de>
---
cpukit/libfs/src/ftpfs/{tftpDriver.c => tftpfs.c} | 0
spec/build/cpukit/libtftpfs.yml | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename cpukit/libfs/src/ftpfs/{tftpDriver.c => tftpfs.c} (100%)
diff --git a/cpukit/libfs/src/ftpfs/tftpDriver.c b/cpukit/libfs/src/ftpfs/tftpfs.c
similarity index 100%
rename from cpukit/libfs/src/ftpfs/tftpDriver.c
rename to cpukit/libfs/src/ftpfs/tftpfs.c
diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml
index 90a0eabc80..f63a50c933 100644
--- a/spec/build/cpukit/libtftpfs.yml
+++ b/spec/build/cpukit/libtftpfs.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020, 2022 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
@@ -15,6 +15,6 @@ install:
install-path: ${BSP_LIBDIR}
links: []
source:
-- cpukit/libfs/src/ftpfs/tftpDriver.c
+- cpukit/libfs/src/ftpfs/tftpfs.c
target: tftpfs
type: build
--
2.35.3
More information about the devel
mailing list