From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: leonardo.sandoval.gonzalez@linux.intel.com,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] libgpg-error: Upgrade 1.18 -> 1.19
Date: Tue, 09 Jun 2015 15:13:56 -0500 [thread overview]
Message-ID: <55774904.8080002@linux.intel.com> (raw)
In-Reply-To: <a84e1f64b2783720ef881c11bdd28b3f5467eb1d.1433851301.git.leonardo.sandoval.gonzalez@linux.intel.com>
Hi Leo,
Can you please describe the reasons of upstream patch changes?
Regards,
alimon
On 09/06/15 07:05, leonardo.sandoval.gonzalez@linux.intel.com wrote:
> From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
>
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
> ---
> .../libgpg-error/libgpg-error/pkgconfig.patch | 45 +++++++++++-----------
> .../{libgpg-error_1.18.bb => libgpg-error_1.19.bb} | 6 +--
> 2 files changed, 26 insertions(+), 25 deletions(-)
> rename meta/recipes-support/libgpg-error/{libgpg-error_1.18.bb => libgpg-error_1.19.bb} (89%)
>
> diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
> index 96476ba..9ffeedb 100644
> --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
> +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
> @@ -9,9 +9,9 @@ Index: libgpg-error-1.17/configure.ac
> ===================================================================
> --- libgpg-error-1.17.orig/configure.ac
> +++ libgpg-error-1.17/configure.ac
> -@@ -521,6 +521,7 @@ AC_CONFIG_FILES([src/Makefile tests/Make
> +@@ -529,6 +529,7 @@ AC_CONFIG_FILES([src/Makefile tests/Make
> AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd])
> - AC_CONFIG_FILES([src/versioninfo.rc])
> + AC_CONFIG_FILES([src/versioninfo.rc src/gpg-error.w32-manifest])
> AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config])
> +AC_CONFIG_FILES([src/gpg-error.pc])
>
> @@ -21,7 +21,7 @@ Index: libgpg-error-1.17/src/Makefile.am
> ===================================================================
> --- libgpg-error-1.17.orig/src/Makefile.am
> +++ libgpg-error-1.17/src/Makefile.am
> -@@ -74,13 +74,15 @@ nodist_include_HEADERS = gpg-error.h
> +@@ -75,6 +75,8 @@ nodist_include_HEADERS = gpg-error.h
> bin_SCRIPTS = gpg-error-config
> m4datadir = $(datadir)/aclocal
> m4data_DATA = gpg-error.m4
> @@ -30,30 +30,15 @@ Index: libgpg-error-1.17/src/Makefile.am
>
> EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
> mkerrnos.awk errnos.in README \
> - mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \
> +@@ -82,7 +84,7 @@ EXTRA_DIST = mkstrtable.awk err-sources.
> mkheader.c gpg-error.h.in mkw32errmap.c w32-add.h w32ce-add.h \
> err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
> -- gpg-error.vers gpg-error.def.in versioninfo.rc.in \
> -+ gpg-error.vers gpg-error.def.in versioninfo.rc.in gpg-error.pc \
> + gpg-error.vers gpg-error.def.in \
> +- versioninfo.rc.in gpg-error.w32-manifest.in \
> ++ versioninfo.rc.in gpg-error.w32-manifest.in gpg-error.pc \
> $(lock_obj_pub)
>
> BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
> -Index: libgpg-error-1.17/src/gpg-error.pc.in
> -===================================================================
> ---- /dev/null
> -+++ libgpg-error-1.17/src/gpg-error.pc.in
> -@@ -0,0 +1,11 @@
> -+prefix=@prefix@
> -+exec_prefix=@exec_prefix@
> -+libdir=@libdir@
> -+includedir=@includedir@
> -+host=@GPG_ERROR_CONFIG_HOST@
> -+
> -+Name: gpg-error
> -+Description: a library that defines common error values for all GnuPG components
> -+Version: @VERSION@
> -+Libs: -L${libdir} -lgpg-error
> -+Cflags: -I${includedir}
> Index: libgpg-error-1.17/src/gpg-error.m4
> ===================================================================
> --- libgpg-error-1.17.orig/src/gpg-error.m4
> @@ -147,3 +132,19 @@ Index: libgpg-error-1.17/src/gpg-error.m4
> ifelse([$3], , :, [$3])
> fi
> AC_SUBST(GPG_ERROR_CFLAGS)
> +Index: libgpg-error-1.17/src/gpg-error.pc.in
> +===================================================================
> +--- /dev/null
> ++++ libgpg-error-1.17/src/gpg-error.pc.in
> +@@ -0,0 +1,11 @@
> ++prefix=@prefix@
> ++exec_prefix=@exec_prefix@
> ++libdir=@libdir@
> ++includedir=@includedir@
> ++host=@GPG_ERROR_CONFIG_HOST@
> ++
> ++Name: gpg-error
> ++Description: a library that defines common error values for all GnuPG components
> ++Version: @VERSION@
> ++Libs: -L${libdir} -lgpg-error
> ++Cflags: -I${includedir}
> diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
> similarity index 89%
> rename from meta/recipes-support/libgpg-error/libgpg-error_1.18.bb
> rename to meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
> index c9a47a3..39dbbcf 100644
> --- a/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb
> +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
> @@ -13,8 +13,8 @@ SECTION = "libs"
>
> SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
> file://pkgconfig.patch"
> -SRC_URI[md5sum] = "12312802d2065774b787cbfc22cc04e9"
> -SRC_URI[sha256sum] = "9ff1d6e61d4cef7c1d0607ceef6d40dc33f3da7a3094170c3718c00153d80810"
> +SRC_URI[md5sum] = "c04c16245b92829281f43b5bef7d16da"
> +SRC_URI[sha256sum] = "53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b"
>
> BINCONFIG = "${bindir}/gpg-error-config"
>
> @@ -30,7 +30,7 @@ do_compile_prepend() {
> aarch64_be) TUPLE=aarch64-unknown-linux-gnu ;;
> arm) TUPLE=arm-unknown-linux-gnueabi ;;
> armeb) TUPLE=arm-unknown-linux-gnueabi ;;
> - i586|i686) TUPLE=i486-pc-linux-gnu ;;
> + i586|i686) TUPLE=i686-pc-linux-gnu ;;
> mips64el) TUPLE=mipsel-unknown-linux-gnu ;;
> mips64) TUPLE=mips-unknown-linux-gnu ;;
> x86_64) TUPLE=x86_64-pc-linux-gnu ;;
prev parent reply other threads:[~2015-06-09 20:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 12:05 [PATCH 0/1] Upgrade 1.18 -> 1.19 leonardo.sandoval.gonzalez
2015-06-09 12:05 ` [PATCH 1/1] libgpg-error: " leonardo.sandoval.gonzalez
2015-06-09 20:13 ` Aníbal Limón [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55774904.8080002@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=leonardo.sandoval.gonzalez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.