From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Jonathan Santos <jrsantos@jonathanrsantos.com>
Subject: Re: [PATCH] mklibs-native: Upgrade to 0.1.34
Date: Wed, 27 Jun 2012 10:04:47 -0700 [thread overview]
Message-ID: <4FEB3D2F.3050707@linux.intel.com> (raw)
In-Reply-To: <1340811325-6186-1-git-send-email-jrsantos@jonathanrsantos.com>
On 06/27/2012 08:35 AM, Jonathan Santos wrote:
> Signed-off-by: Jonathan Santos<jrsantos@jonathanrsantos.com>
> ---
> .../mklibs/files/include-unistd.h-for-gcc47.patch | 43 ----------------------
It's helpful to explain why you are removeing a patch, even if it's as
simple as saying removed patch because it's been corrected in upstream.
Thanks
Sau!
> .../mklibs/mklibs-native_0.1.33.bb | 25 -------------
> .../mklibs/mklibs-native_0.1.34.bb | 22 +++++++++++
> 3 files changed, 22 insertions(+), 68 deletions(-)
> delete mode 100644 meta/recipes-devtools/mklibs/files/include-unistd.h-for-gcc47.patch
> delete mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb
> create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb
>
> diff --git a/meta/recipes-devtools/mklibs/files/include-unistd.h-for-gcc47.patch b/meta/recipes-devtools/mklibs/files/include-unistd.h-for-gcc47.patch
> deleted file mode 100644
> index baa12bd..0000000
> --- a/meta/recipes-devtools/mklibs/files/include-unistd.h-for-gcc47.patch
> +++ /dev/null
> @@ -1,43 +0,0 @@
> -include<unistd.h> to fix build on gcc 4.7
> -
> -Many of the standard C++ library include files have been edited to no
> -longer include<unistd.h> to remove namespace pollution in gcc 4.7, so
> -we need include<unistd.h> manually sometimes.
> -
> -mklibs (0.1.33+nmu1) UNRELEASED; urgency=low
> - * Non-maintainer upload
> - * Fix FTBFS with gcc 4.7 due to missing<unistd.h> include (Closes: #667282).
> -
> --- Cyril Brulebois<kibi@debian.org> Thu, 05 Apr 2012 00:15:27 +0000
> -
> -mklibs (0.1.33) unstable; urgency=low
> -
> - * Adjust the libc_pic directory for multiarch as well.
> -
> -Upstream-Status: Backport
> -
> -Signed-off-by: Robert Yang<liezhi.yang@windriver.com>
> -
> -[Added upstream information about patch]
> -
> -Signed-off-by: Saul Wold<sgw@linux.intel.com>
> -
> ----
> - src/mklibs-readelf/elf.cpp | 1 +
> - 1 file changed, 1 insertion(+)
> -
> -diff --git a/src/mklibs-readelf/elf.cpp b/src/mklibs-readelf/elf.cpp
> -index 444f330..654c46f 100644
> ---- a/src/mklibs-readelf/elf.cpp
> -+++ b/src/mklibs-readelf/elf.cpp
> -@@ -25,6 +25,7 @@
> - #include<fcntl.h>
> - #include<sys/mman.h>
> - #include<sys/stat.h>
> -+#include<unistd.h>
> -
> - using namespace Elf;
> -
> ---
> -1.7.10
> -
> diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb
> deleted file mode 100644
> index a8d12ec..0000000
> --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables."
> -HOMEPAGE = "https://code.launchpad.net/mklibs"
> -SECTION = "devel"
> -LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
> -DEPENDS = "python-native"
> -
> -PR = "r1"
> -
> -SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \
> - file://ac_init_fix.patch\
> - file://fix_STT_GNU_IFUNC.patch\
> - file://include-unistd.h-for-gcc47.patch \
> -"
> -
> -SRC_URI[md5sum] = "a462d9b802164993d247c1193116d78b"
> -SRC_URI[sha256sum] = "706aa22ec979bc54adaf9616d278cecc2f1e8cd5faa656269c9760e8669fcc1e"
> -
> -S = "${WORKDIR}/${BPN}"
> -
> -inherit autotools gettext native
> -
> -do_configure_prepend() {
> - sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac
> -}
> diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb
> new file mode 100644
> index 0000000..f2c3033
> --- /dev/null
> +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables."
> +HOMEPAGE = "https://code.launchpad.net/mklibs"
> +SECTION = "devel"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
> +DEPENDS = "python-native"
> +
> +PR = "r0"
> +
> +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \
> + file://ac_init_fix.patch\
> + file://fix_STT_GNU_IFUNC.patch\
> +"
> +
> +SRC_URI[md5sum] = "afe0ed527ba96b8a882b5de350603007"
> +SRC_URI[sha256sum] = "0c13c314f5c397529f58a5a02d57d83aeb4463d6a0d80b9374c6576ec37ed39f"
> +
> +inherit autotools gettext native
> +
> +do_configure_prepend() {
> + sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac
> +}
next prev parent reply other threads:[~2012-06-27 17:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 15:35 [PATCH] mklibs-native: Upgrade to 0.1.34 Jonathan Santos
2012-06-27 17:04 ` Saul Wold [this message]
2012-06-27 17:25 ` [PATCH v2] " Jonathan Santos
2012-06-29 16:15 ` Saul Wold
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=4FEB3D2F.3050707@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=jrsantos@jonathanrsantos.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.