summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-02-19 18:46:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-20 11:30:35 +0000
commit226f235c51b2fce214362f1f657dfcfa855c5516 (patch)
tree3e42f845d22a1037ce3a0b327dd8c88a14f7373b /meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
parent438600e929c5dc973b5e4b6daad9805b040ff066 (diff)
downloadpoky-226f235c51b2fce214362f1f657dfcfa855c5516.tar.gz
libpipeline: update to 1.5.1
(From OE-Core rev: 8ac7e546a3b922b85c9a4189cecd347640059ad5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
new file mode 100644
index 0000000000..a5802074b1
--- /dev/null
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
@@ -0,0 +1,15 @@
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] = "4c8fe6cd85422baafd6e060f896c61bc"
11SRC_URI[sha256sum] = "d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f"
12
13inherit pkgconfig autotools
14
15acpaths = "-I ${S}/gl/m4 -I ${S}/m4"