diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-04-13 13:32:55 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-04-22 22:03:56 -0700 |
commit | f00f71eccc1c1c7ae0451aa7fb42d507b0e914ca (patch) | |
tree | 70a2ba758227fa0235000bafd1e25c7d0e55f90c /meta/recipes-support | |
parent | 115099178ed68105bd5719348b4ea0baef4ade80 (diff) | |
download | openembedded-core-f00f71eccc1c1c7ae0451aa7fb42d507b0e914ca.tar.gz openembedded-core-f00f71eccc1c1c7ae0451aa7fb42d507b0e914ca.tar.bz2 openembedded-core-f00f71eccc1c1c7ae0451aa7fb42d507b0e914ca.zip |
libgpg-error: Upgrade to 1.10 (from 1.9)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch (renamed from meta/recipes-support/libgpg-error/libgpg-error-1.9/pkgconfig.patch) | 2 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.10.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.9.bb) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.9/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch index 49e47d874e..27640129e2 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error-1.9/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch @@ -3,6 +3,8 @@ # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # +Upstream-Status: Pending + Index: libgpg-error-1.8/configure.ac =================================================================== --- libgpg-error-1.8.orig/configure.ac 2010-05-06 06:01:08.000000000 -0700 diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb index 560340bfc8..6dea0844ef 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb @@ -13,10 +13,10 @@ SECTION = "libs" PR = "r0" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ - file://pkgconfig.patch;" + file://pkgconfig.patch" -SRC_URI[md5sum] = "521b98aa9395e7eaf0ef2236233a0796" -SRC_URI[sha256sum] = "54d9326bfbd46c705963c507953f65a40576d04b374e131008dc5b732ff1e3c3" +SRC_URI[md5sum] = "736a03daa9dc5873047d4eb4a9c22a16" +SRC_URI[sha256sum] = "520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431" # move libgpg-error-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" |