summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libpipeline
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-02-12 13:05:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-24 10:31:45 +0000
commitc2f4f93da24515b3f1e5fdb2c54a1b70d24b0e63 (patch)
treece0605adab84535400a04e78a77d19f745806341 /meta/recipes-extended/libpipeline
parentd594496190c0a4009a7690adbf54e80a95f36642 (diff)
downloadpoky-c2f4f93da24515b3f1e5fdb2c54a1b70d24b0e63.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/libpipeline')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
new file mode 100644
index 0000000000..14cc9e519a
--- /dev/null
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "pipeline manipulation library"
2DESCRIPTION = "This is a C library for setting up and running pipelines of processes, \
3without needing to involve shell command-line parsing which is often \
4error-prone and insecure."
5HOMEPAGE = "http://libpipeline.nongnu.org/"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
10SRC_URI[md5sum] = "b7437a5020190cfa84f09c412db38902"
11SRC_URI[sha256sum] = "0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b"
12
13inherit pkgconfig autotools
14