]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpipeline: update to 1.5.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 19 Feb 2019 17:46:53 +0000 (18:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Feb 2019 11:30:26 +0000 (11:30 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb [moved from meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb with 72% similarity]

similarity index 72%
rename from meta/recipes-extended/libpipeline/libpipeline_1.5.0.bb
rename to meta/recipes-extended/libpipeline/libpipeline_1.5.1.bb
index 14cc9e519a83f43ba0b63a3d0592a41e91e9d5e2..a5802074b139ad035ac6da3760218011994804a1 100644 (file)
@@ -7,8 +7,9 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/libpipeline/libpipeline-${PV}.tar.gz"
-SRC_URI[md5sum] = "b7437a5020190cfa84f09c412db38902"
-SRC_URI[sha256sum] = "0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b"
+SRC_URI[md5sum] = "4c8fe6cd85422baafd6e060f896c61bc"
+SRC_URI[sha256sum] = "d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f"
 
 inherit pkgconfig autotools
 
+acpaths = "-I ${S}/gl/m4 -I ${S}/m4"