summaryrefslogtreecommitdiffstats
path: root/meta
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:05:01 +0000
commit217dfa979d582021a3b21c478791e18a23aba169 (patch)
tree06a73e9f45d2df93f4f8d23cdb5fe3aebf31b93f /meta
parent907d3dfd30f8eeb78780083c1323cf09848e0f7e (diff)
downloadpoky-217dfa979d582021a3b21c478791e18a23aba169.tar.gz
libpipeline: upgrade 1.5.3 -> 1.5.4
License-Update: http -> https (From OE-Core rev: 25009e391f06a0a5d60cb18e4d41f1a558c0e6f9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb (renamed from meta/recipes-extended/libpipeline/libpipeline_1.5.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libpipeline/libpipeline_1.5.3.bb b/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
index ee15fd0644..bfbfdc87f1 100644
--- a/meta/recipes-extended/libpipeline/libpipeline_1.5.3.bb
+++ b/meta/recipes-extended/libpipeline/libpipeline_1.5.4.bb
@@ -4,10 +4,10 @@ without needing to involve shell command-line parsing which is often \
4error-prone and insecure." 4error-prone and insecure."
5HOMEPAGE = "http://libpipeline.nongnu.org/" 5HOMEPAGE = "http://libpipeline.nongnu.org/"
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
8 8
9SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" 9SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
10SRC_URI[sha256sum] = "5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0" 10SRC_URI[sha256sum] = "db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c"
11 11
12inherit pkgconfig autotools 12inherit pkgconfig autotools
13 13