From: Hongxu Jia Date: Tue, 7 Feb 2017 04:30:46 +0000 (-0500) Subject: libgpg-error: 1.25 -> 1.26 X-Git-Tag: uninative-1.5~322 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9bbd661303473b8ecf51cdaa25510c90ea926387;p=openembedded-core.git libgpg-error: 1.25 -> 1.26 - errorref.txt is part of the documentation so should be in PN-doc. Signed-off-by: Hongxu Jia --- diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb similarity index 89% rename from meta/recipes-support/libgpg-error/libgpg-error_1.25.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.26.bb index d4ce224948..87c4f5185b 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb @@ -16,8 +16,8 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch \ " -SRC_URI[md5sum] = "d9fa545922a5060cbfbd87464bc31686" -SRC_URI[sha256sum] = "f628f75843433b38b05af248121beb7db5bd54bb2106f384edac39934261320c" +SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" +SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" BINCONFIG = "${bindir}/gpg-error-config" @@ -50,5 +50,6 @@ do_install_append() { } FILES_${PN}-dev += "${bindir}/gpg-error" +FILES_${PN}-doc += "${datadir}/libgpg-error/errorref.txt" BBCLASSEXTEND = "native nativesdk"