summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-20 18:25:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:48 +0000
commit6d8e99ab237c842e37287bbbe695c36738a2396d (patch)
treeb84628d54ef4fb08617243303e02ce43367c21db /meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
parentdff50014c78d216374c0d637d48da3f00a29ef8b (diff)
downloadopenembedded-core-contrib-6d8e99ab237c842e37287bbbe695c36738a2396d.tar.gz
libpipeline: upgrade 1.5.1 -> 1.5.2
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.2.bb')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
new file mode 100644
index 0000000000..a182461607
--- /dev/null
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
@@ -0,0 +1,15 @@
+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] = "169de4cc1f6f7f7d430a5bed858b2fd3"
+SRC_URI[sha256sum] = "fd59c649c1ae9d67604d1644f116ad4d297eaa66f838e3dfab96b41e85b059fb"
+
+inherit pkgconfig autotools
+
+acpaths = "-I ${S}/gl/m4 -I ${S}/m4"