mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
Changelog: ============ * Add notes to libpipeline(3) of when functions were added. * Transferred Git repository to https://gitlab.com/libpipeline/libpipeline. * Make `socketpair` tests used by `./configure --enable-socketpair-pipe` compatible with C23. (From OE-Core rev: a2369129b5abe9a12a25f120ce1438eb6fff39ae) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> 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] = "b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
acpaths = "-I ${S}/gl/m4 -I ${S}/m4"
|