mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 18:40:03 +00:00
f7eeca8807
* taken from: https://github.com/sbwml/package_network_utils_linux-atm/blob/1d1c3f884daf9ee4bce077f3db9d990617683669/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>
37 lines
1.5 KiB
BlitzBasic
37 lines
1.5 KiB
BlitzBasic
SUMMARY = "Drivers and tools to support ATM networking under Linux"
|
|
HOMEPAGE = "http://linux-atm.sourceforge.net/"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
|
|
|
DEPENDS = "flex flex-native"
|
|
|
|
SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
|
file://link-with-ldflags.patch \
|
|
file://install-from-buildir.patch \
|
|
file://0001-fix-compile-error-with-linux-kernel-v4.8.patch \
|
|
file://0001-ttcp-Add-printf-format-string.patch \
|
|
file://0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch \
|
|
file://0001-IFNAMSIZ-is-defined-in-net-if.h.patch \
|
|
file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \
|
|
file://0001-make-Add-PREFIX-knob.patch \
|
|
file://0001-include-string-h-from-memcpy-and-strcpy-function-pro.patch \
|
|
file://0001-configure-Check-for-symbol-from-libresolv-instead-of.patch \
|
|
file://0001-Fix-implicit-declaration-error.patch \
|
|
file://0002-Fix-build-with-gcc-15.patch \
|
|
"
|
|
|
|
SRC_URI:append:libc-musl = " file://musl-no-on_exit.patch"
|
|
|
|
SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a"
|
|
|
|
LIC_FILES_CHKSUM = "\
|
|
file://COPYING;md5=d928de9537d846935a98af3bbc6e6ee1 \
|
|
file://COPYING.GPL;md5=ac2db169b9309e240555bc77be4f1a33 \
|
|
file://COPYING.LGPL;md5=6e29c688d912da12b66b73e32b03d812"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OEMAKE += "ROOTPREFIX=${root_prefix}"
|
|
|
|
FILES:${PN} += "${nonarch_base_libdir}/firmware"
|