meta-openembedded/meta-networking
Martin Jansa f7eeca8807
linux-atm: Fix build with gcc-15
* taken from:
  1d1c3f884d/patches/901-linux-atm-dont-use-bool-keyword.patch

* fixes:
  http://errors.yoctoproject.org/Errors/Details/852979/

In file included from load_lex.l:11:
../../../linux-atm-2.5.2/src/lane/load_lex.h:27:10: error: two or more data types in declaration specifiers
   27 |   Bool_t bool;
      |          ^~~~
../../../linux-atm-2.5.2/src/lane/load_lex.h:27:14: warning: declaration does not declare anything
   27 |   Bool_t bool;
      |              ^
In file included from ../../../linux-atm-2.5.2/src/lane/load.c:29:
../../../linux-atm-2.5.2/src/lane/load_lex.h:27:10: error: two or more data types in declaration specifiers
   27 |   Bool_t bool;
      |          ^~~~
../../../linux-atm-2.5.2/src/lane/load_lex.h:27:14: warning: declaration does not declare anything
   27 |   Bool_t bool;
      |              ^
load_lex.l: In function 'yylex':
load_lex.l:47:11: error: expected identifier before 'bool'
load_lex.l:51:11: error: expected identifier before 'bool'
../../../linux-atm-2.5.2/src/lane/load.c: In function 'load_vars':
../../../linux-atm-2.5.2/src/lane/load.c:501:29: error: expected identifier before 'bool'
  501 |                    g_return.bool==BL_TRUE?"True":"False");
      |                             ^~~~
../../../linux-atm-2.5.2/src/lane/load.c:502:51: error: expected identifier before 'bool'
  502 |         set_var_bool(curr_unit, varname, g_return.bool);
      |                                                   ^~~~
make[3]: *** [Makefile:513: load.o] Error 1

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-26 10:31:27 -07:00
..
classes waf-samba: using python variable from python3native.bbclass 2025-03-13 22:09:36 -07:00
conf ptest-packagelists-meta-networking: Adjust ptests as per pass status 2025-04-12 10:06:29 -07:00
dynamic-layers/meta-python system-config-printer: Update D-Bus runtime dependency declaration 2025-04-24 18:43:19 -07:00
files ntp: Add missing 'ntp' static group id 2024-02-17 10:26:58 -08:00
licenses meta-networking/licenses/netperf: remove unused license 2023-04-28 06:59:50 -07:00
recipes-connectivity snort: Fix build with gcc-15 2025-04-26 10:31:26 -07:00
recipes-core meta-networking-image-ptest-all: Do not run PTESTS_PROBLEMS_META_NETWORKING 2025-04-12 10:11:32 -07:00
recipes-daemons postfix: use gnu17 for now 2025-04-26 10:31:27 -07:00
recipes-devtools recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-extended dlm: Disable fcf-protection on riscv32 2024-09-17 07:50:22 -07:00
recipes-filter nftables: upgrade 1.1.1 -> 1.1.2 2025-04-23 19:35:04 -07:00
recipes-irc weechat: upgrade 4.5.0 -> 4.6.0 2025-04-10 08:31:03 -07:00
recipes-kernel/wireguard recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-protocols mdns: Fix build with gcc-15 2025-04-10 08:31:03 -07:00
recipes-support linux-atm: Fix build with gcc-15 2025-04-26 10:31:27 -07:00
COPYING.MIT
MAINTAINERS MAINTANERS: drop netkit 2023-11-15 09:51:45 -08:00
README.md README: drop netkit maintainer 2023-11-15 09:51:45 -08:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-networking

This layer is intended to be a central point for networking-related packages and configuration. It should be useful directly on top of oe-core and compliments meta-openembedded. It should be primarily useful to the following groups:

  - Anyone building a small networking device (eg. a home router /
    bridge / switch).

  - Anyone wanting to add network services to their device (eg.
    anything that might benefit from a small ftp/tftp server)

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-oe branch: master

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-python branch: master

Maintenance

Layer maintainers: Khem Raj raj.khem@gmail.com

Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches.