From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vc0-f175.google.com ([209.85.220.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SjwAq-0006cr-UE for openembedded-core@lists.openembedded.org; Wed, 27 Jun 2012 19:37:05 +0200 Received: by vcbfl15 with SMTP id fl15so898420vcb.6 for ; Wed, 27 Jun 2012 10:26:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=+RO2jOBpyS4buZIQVHJ+wDGN+yvw2aMyTHefvdA43VY=; b=N3psRpCY1MjZGxKtwUusPzQxclOMi/CKpEJHP9sScPl0LjCFmvirY+3j7Aw+Fur4MO 0ovVhjTp0FfyA1k+1c+waYgv/wIGmQs8UGqxm7Qm881jJKmO0bcDYtu0YIJmRMqtEM8i otF9f9ku7cR04YqnioHldQftQGiX987/jzzQVSvx7oHnyGYc26qfgemkddTBlCQBlWqa oLXpKxcZGR7rCWuz7/3/h/1tjJYwHo5qnqTqwqJsv0JCyaBPtH9aGllZkXVxtqqvhSxq WSPGJfl8pzuprLx2xapLJg7ivmzRYCAUTI3r0oSY+6JFC81n3jXM7crceIbXd6Urlibl lQyQ== Received: by 10.52.36.180 with SMTP id r20mr3122904vdj.15.1340817970701; Wed, 27 Jun 2012 10:26:10 -0700 (PDT) Received: from el-gaucho.home (pool-72-74-140-89.bstnma.fios.verizon.net. [72.74.140.89]) by mx.google.com with ESMTPS id z17sm59922624vdg.13.2012.06.27.10.26.09 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jun 2012 10:26:10 -0700 (PDT) From: Jonathan Santos To: openembedded-core@lists.openembedded.org Date: Wed, 27 Jun 2012 13:25:22 -0400 Message-Id: <1340817922-7341-1-git-send-email-jrsantos@jonathanrsantos.com> X-Mailer: git-send-email 1.7.11 In-Reply-To: <4FEB3D2F.3050707@linux.intel.com> References: <4FEB3D2F.3050707@linux.intel.com> X-Gm-Message-State: ALoCoQl2NsSyv9wx4amlmE3EnY5DbVeHuec/1QXQiGM25F5Q/A63eBBcuNSZl/TNi/XlVFjFCqBJ Cc: Jonathan Santos Subject: [PATCH v2] mklibs-native: Upgrade to 0.1.34 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 17:37:05 -0000 include-unistd.h-for-gcc47.patch is no longer needed, since it was fixed upstream. Signed-off-by: Jonathan Santos --- .../mklibs/files/include-unistd.h-for-gcc47.patch | 43 ---------------------- .../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 to fix build on gcc 4.7 - -Many of the standard C++ library include files have been edited to no -longer include to remove namespace pollution in gcc 4.7, so -we need include manually sometimes. - -mklibs (0.1.33+nmu1) UNRELEASED; urgency=low - * Non-maintainer upload - * Fix FTBFS with gcc 4.7 due to missing include (Closes: #667282). - --- Cyril Brulebois 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 - -[Added upstream information about patch] - -Signed-off-by: Saul Wold - ---- - 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 - #include - #include -+#include - - 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 +} -- 1.7.11