From: nitin.a.kamble@intel.com
To: openembedded-core@lists.openembedded.org
Cc: Phil Blundell <philb@gnu.org>
Subject: [PATCH 0/4] Misc recipe fixes
Date: Tue, 29 Nov 2011 11:30:39 -0800 [thread overview]
Message-ID: <cover.1322594901.git.nitin.a.kamble@intel.com> (raw)
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Earlier libtool commit is reworked to keep the SUMMARY line and clean up
the white space changes
gmp commit is also reworked to simplify the changes as per Phils feedback.
Nitin
The following changes since commit cf02474bda67f4f1043b2e95e1b371b2354585a7:
qt-mobility: Add missing patch (2011-11-29 14:36:18 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/misc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
Nitin A Kamble (4):
gmp: also generate the libgmpcxx library & package it properly
binutils: fix for .debug files QA warnings
libtool: Upgrade from 2.4 -> 2.4.2
libx11-trip_1.4.4: fix the source tarall checksums
.../binutils/binutils-cross-canadian_2.22.bb | 2 +-
.../binutils/binutils-crosssdk_2.22.bb | 2 +-
meta/recipes-devtools/binutils/binutils.inc | 2 +
meta/recipes-devtools/binutils/binutils_2.22.bb | 2 +-
.../libtool/{libtool.inc => libtool-2.4.2.inc} | 19 ++-
meta/recipes-devtools/libtool/libtool-2.4.inc | 13 --
...libtool-cross_2.4.bb => libtool-cross_2.4.2.bb} | 2 +-
...btool-native_2.4.bb => libtool-native_2.4.2.bb} | 2 +-
...nativesdk_2.4.bb => libtool-nativesdk_2.4.2.bb} | 2 +-
.../avoid_absolute_paths_for_general_utils.patch | 8 +-
.../libtool/libtool/fix-final-rpath.patch | 10 +-
.../libtool/libtool/fix-rpath.patch | 12 +-
.../libtool/libtool/prefix-manpage-fix.patch | 10 +-
meta/recipes-devtools/libtool/libtool/prefix.patch | 42 ++--
.../libtool/libtool/rename-with-sysroot.patch | 194 ++++++++++----------
.../libtool/libtool/resolve-sysroot.patch | 42 -----
.../libtool/libtool/trailingslash.patch | 10 +-
.../libtool/libtool/use-sysroot-in-libpath.patch | 8 +-
.../libtool/{libtool_2.4.bb => libtool_2.4.2.bb} | 2 +-
.../recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb | 5 +-
meta/recipes-support/gmp/gmp.inc | 5 +
meta/recipes-support/gmp/gmp_5.0.2.bb | 2 +-
22 files changed, 181 insertions(+), 215 deletions(-)
rename meta/recipes-devtools/libtool/{libtool.inc => libtool-2.4.2.inc} (68%)
delete mode 100644 meta/recipes-devtools/libtool/libtool-2.4.inc
rename meta/recipes-devtools/libtool/{libtool-cross_2.4.bb => libtool-cross_2.4.2.bb} (98%)
rename meta/recipes-devtools/libtool/{libtool-native_2.4.bb => libtool-native_2.4.2.bb} (96%)
rename meta/recipes-devtools/libtool/{libtool-nativesdk_2.4.bb => libtool-nativesdk_2.4.2.bb} (97%)
delete mode 100644 meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
rename meta/recipes-devtools/libtool/{libtool_2.4.bb => libtool_2.4.2.bb} (94%)
--
1.7.6.4
next reply other threads:[~2011-11-29 19:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 19:30 nitin.a.kamble [this message]
2011-11-29 19:30 ` [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly nitin.a.kamble
2011-11-29 19:37 ` Otavio Salvador
2011-11-29 20:20 ` Phil Blundell
2011-11-29 21:08 ` Kamble, Nitin A
2011-11-29 21:12 ` Koen Kooi
2011-11-29 21:43 ` Kamble, Nitin A
2011-11-29 22:05 ` Phil Blundell
2011-11-29 22:51 ` Kamble, Nitin A
2011-12-01 16:57 ` Phil Blundell
2011-12-01 17:17 ` Richard Purdie
2011-12-01 17:26 ` Koen Kooi
2011-12-01 18:37 ` Joshua Lock
2011-12-01 19:29 ` Koen Kooi
2011-12-01 23:42 ` Philip Balister
2011-11-29 19:30 ` [PATCH 2/4] binutils: fix for .debug files QA warnings nitin.a.kamble
2011-11-29 19:30 ` [PATCH 3/4] libtool: Upgrade from 2.4 -> 2.4.2 nitin.a.kamble
2011-11-29 19:30 ` [PATCH 4/4] libx11-trip_1.4.4: fix the source tarall checksums nitin.a.kamble
2011-11-29 19:38 ` Otavio Salvador
2011-11-29 19:40 ` Kamble, Nitin A
2011-12-01 20:41 ` [PATCH 0/4] Misc recipe fixes Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2012-01-21 6:25 nitin.a.kamble
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=cover.1322594901.git.nitin.a.kamble@intel.com \
--to=nitin.a.kamble@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=philb@gnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox