netutils: fix relative path CI error

error: Path relative to repository other than nuttx must begin with the root directory
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-06-16 10:26:22 +02:00 committed by Xiang Xiao
parent 94f9dfa4df
commit e78ef68927
43 changed files with 43 additions and 46 deletions

View File

@ -1,5 +1,5 @@
############################################################################# #############################################################################
# apps/ netutils/cjson/Makefile # apps/netutils/cjson/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/dhcpc/dhcpc.c * apps/netutils/dhcpc/dhcpc.c
* *
* Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/discover/discover.c * apps/netutils/discover/discover.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with

View File

@ -1,6 +1,5 @@
############################################################################# #############################################################################
# # apps/netutils/netcat/Kconfig
# netutils/netcat/Kconfig
# netcat networking application # netcat networking application
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,6 +1,5 @@
############################################################################# #############################################################################
# # apps/netutils/netcat/Make.defs
# netutils/netcat/Make.defs
# netcat sample networking application # netcat sample networking application
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,6 +1,5 @@
############################################################################# #############################################################################
# # apps/netutils/netcat/Makefile
# netutils/netcat/Makefile
# Netcat networking application # Netcat networking application
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netcat/netcat_main.c * apps/netutils/netcat/netcat_main.c
* netcat networking application * netcat networking application
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netlib/netlib_autoconfig.c * apps/netutils/netlib/netlib_autoconfig.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netlib/netlib.c * apps/netutils/netlib/netlib.c
* Various uIP library functions. * Various uIP library functions.
* *
* Copyright (C) 2007, 2009, 2011, 2016 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2011, 2016 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netlib/netlib_ipv4addrconv.c * apps/netutils/netlib/netlib_ipv4addrconv.c
* *
* Copyright (C) 2007, 2009, 2011, 2016 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2011, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netlib/netlib_setdripv6addr.c * apps/netutils/netlib/netlib_setdripv6addr.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/netlib/netlib_setnodnodeaddr.c * apps/netutils/netlib/netlib_setnodnodeaddr.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ipcp.c * apps/netutils/pppd/ipcp.c
* PPP IPCP (intrnet protocol) Processor/Handler * PPP IPCP (intrnet protocol) Processor/Handler
* *
* Version: 0.1 Original Version Jun 3, 2000 * Version: 0.1 Original Version Jun 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ipcp.h * apps/netutils/pppd/ipcp.h
* Internet Protocol Control Protocol header file * Internet Protocol Control Protocol header file
* *
* Version: 0.1 Original Version June 3, 2000 * Version: 0.1 Original Version June 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/lcp.c * apps/netutils/pppd/lcp.c
* Link Configuration Protocol Handler * Link Configuration Protocol Handler
* *
* Version - 0.1 Original Version June 3, 2000 - * Version - 0.1 Original Version June 3, 2000 -

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/lpc.h * apps/netutils/pppd/lpc.h
* Link Configuration Protocol header file * Link Configuration Protocol header file
* *
* Version: .1 Original Version June 3, 2000 * Version: .1 Original Version June 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/pap.c * apps/netutils/pppd/pap.c
* PAP processor for the PPP module * PAP processor for the PPP module
* *
* Version: 0.1 Original Version Jun 3, 2000 * Version: 0.1 Original Version Jun 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/pap.h * apps/netutils/pppd/pap.h
* PAP header file * PAP header file
* *
* Version: 0.1 Original Version June 3, 2000 * Version: 0.1 Original Version June 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ppp.c * apps/netutils/pppd/ppp.c
* PPP Processor/Handler * PPP Processor/Handler
* *
* Version: 0.1 Original Version Jun 3, 2000 * Version: 0.1 Original Version Jun 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ppp.h * apps/netutils/pppd/ppp.h
* PPP header file * PPP header file
* *
* Version: 0.1 Original Version June 3, 2000 * Version: 0.1 Original Version June 3, 2000

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ppp_arch.h * apps/netutils/pppd/ppp_arch.h
* *
* Copyright (C) 2015 Max Nekludov. All rights reserved. * Copyright (C) 2015 Max Nekludov. All rights reserved.
* Author: Max Nekludov <macscomp@gmail.com> * Author: Max Nekludov <macscomp@gmail.com>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/ppp_conf.h * apps/netutils/pppd/ppp_conf.h
* *
* Copyright (C) 2015 Max Nekludov. All rights reserved. * Copyright (C) 2015 Max Nekludov. All rights reserved.
* Author: Max Nekludov <macscomp@gmail.com> * Author: Max Nekludov <macscomp@gmail.com>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/pppd/pppd.c * apps/netutils/pppd/pppd.c
* *
* Copyright (C) 2015 Max Nekludov. All rights reserved. * Copyright (C) 2015 Max Nekludov. All rights reserved.
* Author: Max Nekludov <macscomp@gmail.com> * Author: Max Nekludov <macscomp@gmail.com>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/cgi-src/phf.c * apps/netutils/thttpd/cgi-src/phf.c
* Cracker trap * Cracker trap
* *
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/cgi-src/redirect.c * apps/netutils/thttpd/cgi-src/redirect.c
* Simple redirection CGI program * Simple redirection CGI program
* *
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/cgi-src/ssi.c * apps/netutils/thttpd/cgi-src/ssi.c
* Server-side-includes CGI program * Server-side-includes CGI program
* *
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/timers.c * apps/netutils/thttpd/timers.c
* FD watcher routines for poll() * FD watcher routines for poll()
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/fdwatch.h * apps/netutils/thttpd/fdwatch.h
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/libhttpd.c * apps/netutils/thttpd/libhttpd.c
* HTTP Protocol Library * HTTP Protocol Library
* *
* Copyright (C) 2009, 2011, 2013, 2015-2016 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2011, 2013, 2015-2016 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/libhttpd.h * apps/netutils/thttpd/libhttpd.h
* HTTP Protocol Library Definitions * HTTP Protocol Library Definitions
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/mime_types.h * apps/netutils/thttpd/mime_types.h
* Provides mappings between filename extensions and MIME types and encodings. * Provides mappings between filename extensions and MIME types and encodings.
* *
* Based on mime_encodings.txt and mime_types.txt by Jef Poskanser which * Based on mime_encodings.txt and mime_types.txt by Jef Poskanser which

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/timers.c * apps/netutils/thttpd/timers.c
* Parse string dates into internal form, stripped-down version * Parse string dates into internal form, stripped-down version
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/fdwatch.h * apps/netutils/thttpd/fdwatch.h
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/thttpd_alloc.c * apps/netutils/thttpd/thttpd_alloc.c
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/thttpd_alloc.h * apps/netutils/thttpd/thttpd_alloc.h
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/thttpd_cgi.h * apps/netutils/thttpd/thttpd_cgi.h
* CGI support * CGI support
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/thttpd_strings.c * apps/netutils/thttpd/thttpd_strings.c
* HTTP strings * HTTP strings
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/thttpd_strings.h * apps/netutils/thttpd/thttpd_strings.h
* HTTP strings * HTTP strings
* *
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/timers.c * apps/netutils/thttpd/timers.c
* Simple Timer Routines * Simple Timer Routines
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/thttpd/timers.h * apps/netutils/thttpd/timers.h
* Header file for THTTPD timers package * Header file for THTTPD timers package
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/webserver/httpd.h * apps/netutils/webserver/httpd.h
* *
* Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/webserver/httpd_cgi.h * apps/netutils/webserver/httpd_cgi.h
* *
* Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* netutils/webserver/httpd_fs.c * apps/netutils/webserver/httpd_fs.c
* *
* Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>