mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
libpipeline: add a recipe
This is a hard dependency of man-db, which will be added in the following commit. (From OE-Core rev: 22b0a56b596bb303c99b4bcfcc64ff019534142c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d594496190
commit
c2f4f93da2
14
meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
Normal file
14
meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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 = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "b7437a5020190cfa84f09c412db38902"
|
||||
SRC_URI[sha256sum] = "0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
Reference in New Issue
Block a user