- 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)
16 lines
638 B
BlitzBasic
16 lines
638 B
BlitzBasic
SUMMARY = "pipeline manipulation library"
|
|
DESCRIPTION = "This is a C library for setting up and running pipelines of processes, \
|
|
without needing to involve shell command-line parsing which is often \
|
|
error-prone and insecure."
|
|
HOMEPAGE = "http://libpipeline.nongnu.org/"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
|
|
SRC_URI += "file://autoconf-2.73.patch"
|
|
SRC_URI[sha256sum] = "b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
acpaths = "-I ${S}/gl/m4 -I ${S}/m4"
|