summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-17 16:35:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:04:00 +0000
commit25009e391f06a0a5d60cb18e4d41f1a558c0e6f9 (patch)
tree4936de7be370ed2aebb980255f49f20c666da38a /meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
parent81fa674bf15441280473d79ac8c082a9d91a8c36 (diff)
downloadopenembedded-core-25009e391f06a0a5d60cb18e4d41f1a558c0e6f9.tar.gz
libpipeline: upgrade 1.5.3 -> 1.5.4
License-Update: http -> https 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.4.bb')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
new file mode 100644
index 0000000000..bfbfdc87f1
--- /dev/null
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
@@ -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=1ebbd3e34237af26da5dc08a4e440464"
+
+SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
+SRC_URI[sha256sum] = "db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c"
+
+inherit pkgconfig autotools
+
+acpaths = "-I ${S}/gl/m4 -I ${S}/m4"