mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
mghttpd: Remove Mongoose httpd
Users should migrate to Civitweb. Closes #5304.
This commit is contained in:
committed by
Kinsey Moore
parent
b934583853
commit
a1c30b7f71
@@ -16,7 +16,6 @@ files = [
|
|||||||
"cpukit/include/link.h",
|
"cpukit/include/link.h",
|
||||||
"cpukit/include/md4.h",
|
"cpukit/include/md4.h",
|
||||||
"cpukit/include/md5.h",
|
"cpukit/include/md5.h",
|
||||||
"cpukit/include/mghttpd/mongoose.h",
|
|
||||||
"cpukit/include/rtems/jffs2.h",
|
"cpukit/include/rtems/jffs2.h",
|
||||||
"cpukit/include/rtems/mouse_parser.h",
|
"cpukit/include/rtems/mouse_parser.h",
|
||||||
"cpukit/include/sha224.h",
|
"cpukit/include/sha224.h",
|
||||||
@@ -105,11 +104,6 @@ files = [
|
|||||||
"cpukit/dtc/VERSION"
|
"cpukit/dtc/VERSION"
|
||||||
]
|
]
|
||||||
|
|
||||||
[[ignore."cpukit/mghttpd"]]
|
|
||||||
files = [
|
|
||||||
"cpukit/mghttpd/mongoose.c",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[ignore."cpukit/mouse"]]
|
[[ignore."cpukit/mouse"]]
|
||||||
files = ["cpukit/libmisc/mouse/mouse_parser.c"]
|
files = ["cpukit/libmisc/mouse/mouse_parser.c"]
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -24,8 +24,6 @@ links:
|
|||||||
uid: libftpfs
|
uid: libftpfs
|
||||||
- role: build-dependency
|
- role: build-dependency
|
||||||
uid: libjffs2
|
uid: libjffs2
|
||||||
- role: build-dependency
|
|
||||||
uid: libmghttpd
|
|
||||||
- role: build-dependency
|
- role: build-dependency
|
||||||
uid: librtemscpu
|
uid: librtemscpu
|
||||||
- role: build-dependency
|
- role: build-dependency
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
||||||
build-type: library
|
|
||||||
cflags:
|
|
||||||
- ${COVERAGE_COMPILER_FLAGS}
|
|
||||||
copyrights:
|
|
||||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
||||||
cppflags: []
|
|
||||||
cxxflags:
|
|
||||||
- ${COVERAGE_COMPILER_FLAGS}
|
|
||||||
enabled-by: true
|
|
||||||
includes: []
|
|
||||||
install:
|
|
||||||
- destination: ${BSP_INCLUDEDIR}/mghttpd
|
|
||||||
source:
|
|
||||||
- cpukit/include/mghttpd/mongoose.h
|
|
||||||
install-path: ${BSP_LIBDIR}
|
|
||||||
links: []
|
|
||||||
source:
|
|
||||||
- cpukit/mghttpd/mongoose.c
|
|
||||||
target: mghttpd
|
|
||||||
type: build
|
|
||||||
Reference in New Issue
Block a user