- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
746 B
BlitzBasic
21 lines
746 B
BlitzBasic
require xorg-util-common.inc
|
|
|
|
SUMMARY = "create dependencies in makefiles"
|
|
|
|
DESCRIPTION = "The makedepend program reads each sourcefile in sequence \
|
|
and parses it like a C-preprocessor, processing \
|
|
all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \
|
|
and #else directives so that it can correctly tell which #include, \
|
|
directives would be used in a compilation. Any #include, directives \
|
|
can reference files having other #include directives, and parsing will \
|
|
occur in these files as well."
|
|
|
|
DEPENDS = "xorgproto util-macros"
|
|
PE = "1"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
|
|
|
|
SRC_URI[sha256sum] = "bc94ffda6cd4671603a69c39dbe8f96b317707b9185b2aaa3b54b5d134b41884"
|