summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.bb')
-rw-r--r--poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.bb b/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.bb
new file mode 100644
index 0000000000..7007608a39
--- /dev/null
+++ b/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.6.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 = "GPL-3.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
+
+SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
+SRC_URI[sha256sum] = "60fbb9e7dc398528e5f3a776af57bb28ca3fe5d9f0cd8a961ac6cebfe6e9b797"
+
+inherit pkgconfig autotools
+
+acpaths = "-I ${S}/gl/m4 -I ${S}/m4"