summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb')
-rw-r--r--external/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb b/external/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.2.bb
new file mode 100644
index 00000000..a1824616
--- /dev/null
+++ b/external/poky/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"