M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,17 @@
SUMMARY = "Program to create dependencies in makefiles"
DESCRIPTION = "The gccmakedep program calls 'gcc -M' to output makefile \
rules describing the dependencies of each sourcefile, so that make knows \
which object files must be recompiled when a dependency has changed."
require xorg-util-common.inc
LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
DEPENDS = "util-macros"
RDEPENDS_${PN} = "gcc"
PR = "r3"
PE = "1"
SRC_URI[md5sum] = "fc49f45251c1336fe1dad5dba1c83fcd"
SRC_URI[sha256sum] = "fdd3963294e80b27416f902a5c029c033d321f03310d3cafa3afb62b50ddce92"
@@ -0,0 +1,20 @@
require xorg-util-common.inc
SUMMARY = "C preprocessor interface to the make utility"
DESCRIPTION = "Imake is used to generate Makefiles from a template, a \
set of cpp macro functions, and a per-directory input file called an \
Imakefile. This allows machine dependencies (such as compiler options, \
alternate command names, and special make rules) to be kept separate \
from the descriptions of the various items to be built."
LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367"
DEPENDS = "util-macros xproto xorg-cf-files"
RDEPENDS_${PN} = "perl xproto"
PR = "r2"
PE = "1"
SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561"
SRC_URI[sha256sum] = "68038fa67929c5553044ad7417e1a64cabe954f04213b305dd36a04a61317d31"
BBCLASSEXTEND = "native"
@@ -0,0 +1,23 @@
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 = "xproto util-macros"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "native"
LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
SRC_URI[md5sum] = "ec37ca8b810a40cdfb16a736b3360f6c"
SRC_URI[sha256sum] = "2d3466acc29b382a4368b30371f17a4083933281b97f8ef67fc8b785a60d52dc"
@@ -0,0 +1,20 @@
SUMMARY = "X autotools macros"
DESCRIPTION = "M4 autotools macros used by various X.org programs."
require xorg-util-common.inc
LICENSE = "MIT & MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662"
PE = "1"
PR = "r0"
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
BBCLASSEXTEND = "native nativesdk"
SRC_URI[md5sum] = "01a4d42cfa952488d7bd391099a92bb0"
SRC_URI[sha256sum] = "06494a0afb53881041ae4171d8ddb8433fa0bde7bd4e0ecc2aeaf536a02da183"
@@ -0,0 +1,14 @@
require xorg-util-common.inc
SUMMARY = "Data files for the imake utility"
DESCRIPTION = "Data files for the imake utility"
LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88"
DEPENDS = "font-util"
PR = "r0"
SRC_URI[md5sum] = "ff4502b6e31aac90e24ce134090d0e46"
SRC_URI[sha256sum] = "8fc8a1224d2a716b1f3f1ca85dfda02387ab215251b8eddd03551eac998c9cb8"
BBCLASSEXTEND = "native"
@@ -0,0 +1,13 @@
HOMEPAGE = "http://www.x.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
SECTION = "x11/utils"
LICENSE = "MIT-X"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
S = "${WORKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig