mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
598 B
BlitzBasic
15 lines
598 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[sha256sum] = "0c8367f8b82bb721b50647a647115b6e62a37e3b2e954a9685e4d933f30c00cc"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
acpaths = "-I ${S}/gl/m4 -I ${S}/m4"
|