diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.26.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.25.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb b/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 \ | |||
16 | file://pkgconfig.patch \ | 16 | file://pkgconfig.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "d9fa545922a5060cbfbd87464bc31686" | 19 | SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" |
20 | SRC_URI[sha256sum] = "f628f75843433b38b05af248121beb7db5bd54bb2106f384edac39934261320c" | 20 | SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" |
21 | 21 | ||
22 | BINCONFIG = "${bindir}/gpg-error-config" | 22 | BINCONFIG = "${bindir}/gpg-error-config" |
23 | 23 | ||
@@ -50,5 +50,6 @@ do_install_append() { | |||
50 | } | 50 | } |
51 | 51 | ||
52 | FILES_${PN}-dev += "${bindir}/gpg-error" | 52 | FILES_${PN}-dev += "${bindir}/gpg-error" |
53 | FILES_${PN}-doc += "${datadir}/libgpg-error/errorref.txt" | ||
53 | 54 | ||
54 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |