From 3b1f317706fcd82fd136deee2c523ad37c344308 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 12 Feb 2019 14:15:39 +0100 Subject: mghttpd: Remove The mghttpd is already provided by RTEMS. --- libbsd.py | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'libbsd.py') diff --git a/libbsd.py b/libbsd.py index e1600111..55bf5649 100644 --- a/libbsd.py +++ b/libbsd.py @@ -109,7 +109,6 @@ _defaults = { # local path wildcard dest path [('rtemsbsd/include', '**/*.h', ''), ('rtemsbsd/@CPU@/include', '**/*.h', ''), - ('rtemsbsd/mghttpd', 'mongoose.h', 'mghttpd'), ('freebsd/include', '**/*.h', ''), ('freebsd/sys/bsm', '**/*.h', 'bsm'), ('freebsd/sys/cam', '**/*.h', 'cam'), @@ -4775,23 +4774,6 @@ class mdnsresponder(builder.Module): mm.generator['source']() ) -# -# Mongoose HTTP -# -class mghttpd(builder.Module): - - def __init__(self, manager): - super(mghttpd, self).__init__(manager, type(self).__name__) - - def generate(self): - mm = self.manager - self.addSourceFiles( - [ - 'rtemsbsd/mghttpd/mongoose.c', - ], - mm.generator['source']('-DNO_SSL -DNO_POPEN -DNO_CGI -DUSE_WEBSOCKET') - ) - class dpaa(builder.Module): def __init__(self, manager): @@ -5027,7 +5009,6 @@ def load(mm): mm.addModule(crypto_openssl(mm)) mm.addModule(dhcpcd(mm)) - mm.addModule(mghttpd(mm)) mm.addModule(mdnsresponder(mm)) mm.addModule(tests(mm)) -- cgit v1.2.3