diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-17 16:35:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-21 11:05:01 +0000 |
commit | 217dfa979d582021a3b21c478791e18a23aba169 (patch) | |
tree | 06a73e9f45d2df93f4f8d23cdb5fe3aebf31b93f /meta/recipes-extended | |
parent | 907d3dfd30f8eeb78780083c1323cf09848e0f7e (diff) | |
download | poky-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/recipes-extended')
-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 \ | |||
4 | error-prone and insecure." | 4 | error-prone and insecure." |
5 | HOMEPAGE = "http://libpipeline.nongnu.org/" | 5 | HOMEPAGE = "http://libpipeline.nongnu.org/" |
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
8 | 8 | ||
9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" | 9 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz" |
10 | SRC_URI[sha256sum] = "5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0" | 10 | SRC_URI[sha256sum] = "db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c" |
11 | 11 | ||
12 | inherit pkgconfig autotools | 12 | inherit pkgconfig autotools |
13 | 13 | ||