]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgpg-error: 1.25 -> 1.26
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 7 Feb 2017 04:30:46 +0000 (23:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:30 +0000 (20:06 -0800)
- errorref.txt is part of the documentation so should be in PN-doc.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta/recipes-support/libgpg-error/libgpg-error_1.26.bb [moved from meta/recipes-support/libgpg-error/libgpg-error_1.25.bb with 89% similarity]

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 d4ce22494869771133797eaaa486a31bc00c2888..87c4f5185b4ca98362faf578f9ff8e9e3b401f25 100644 (file)
@@ -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"