* [PATCH 0/4] Misc recipe fixes
@ 2011-11-29 19:30 nitin.a.kamble
2011-12-01 20:41 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: nitin.a.kamble @ 2011-11-29 19:30 UTC (permalink / raw)
To: openembedded-core; +Cc: Phil Blundell
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/4] Misc recipe fixes
2011-11-29 19:30 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
@ 2011-12-01 20:41 ` Richard Purdie
0 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2011-12-01 20:41 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, 2011-11-29 at 11:30 -0800, nitin.a.kamble@intel.com wrote:
> 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
Merged to master (apart from the libx11 change which I'd already merged
a different patch for), thanks.
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/4] ltp: disable elf binary stripping
2012-01-21 6:25 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
@ 2012-01-21 6:25 ` nitin.a.kamble
2012-01-21 6:25 ` [PATCH 2/4] guile: fix a quote in description nitin.a.kamble
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: nitin.a.kamble @ 2012-01-21 6:25 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Otherwise the ltp tests ldd01 & nm01 fail due to missing stripped
information.
This Fixes these bugs:
[YOCTO #1922]
[YOCTO #1923]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-extended/ltp/ltp_20110915.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/ltp/ltp_20110915.bb b/meta/recipes-extended/ltp/ltp_20110915.bb
index dabc0f0..fd0510e 100644
--- a/meta/recipes-extended/ltp/ltp_20110915.bb
+++ b/meta/recipes-extended/ltp/ltp_20110915.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, an
HOMEPAGE = "http://ltp.sourceforge.net"
SECTION = "console/utils"
-PR = "r0"
+PR = "r1"
LICENSE = "GPLv2 & GPLv2+ & LGPLv2+ & LGPLv2.1+ & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -66,3 +66,7 @@ do_install(){
# We will add expect for enhancement in future
find ${D} -type f -print | xargs grep "\!.*\/usr\/bin\/expect" | awk -F":" '{print $1}' | xargs rm -f
}
+
+# Avoid geenrated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm fails
+INHIBIT_PACKAGE_STRIP = "1"
+
--
1.7.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 0/4] Misc recipe fixes
@ 2012-01-21 6:25 nitin.a.kamble
2012-01-21 6:25 ` [PATCH 1/4] ltp: disable elf binary stripping nitin.a.kamble
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: nitin.a.kamble @ 2012-01-21 6:25 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
These are misc fixes.
Nitin
The following changes since commit 3fe81df6400448b54b47a13f27e1389b1e824ab0:
distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:47:51 +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):
ltp: disable elf binary stripping
guile: fix a quote in description
distutils: Bandaid against wrong libdir computation
python-pyrex: force recompilation
meta/classes/distutils.bbclass | 7 +++++++
meta/recipes-devtools/guile/guile_2.0.3.bb | 4 ++--
meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 2 +-
meta/recipes-extended/ltp/ltp_20110915.bb | 6 +++++-
4 files changed, 15 insertions(+), 4 deletions(-)
--
1.7.6.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/4] guile: fix a quote in description
2012-01-21 6:25 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
2012-01-21 6:25 ` [PATCH 1/4] ltp: disable elf binary stripping nitin.a.kamble
@ 2012-01-21 6:25 ` nitin.a.kamble
2012-01-21 6:25 ` [PATCH 3/4] distutils: Bandaid against wrong libdir computation nitin.a.kamble
2012-01-21 6:25 ` [PATCH 4/4] python-pyrex: force recompilation nitin.a.kamble
3 siblings, 0 replies; 7+ messages in thread
From: nitin.a.kamble @ 2012-01-21 6:25 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-devtools/guile/guile_2.0.3.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/guile/guile_2.0.3.bb b/meta/recipes-devtools/guile/guile_2.0.3.bb
index 60fbe32..f6f7a8e 100644
--- a/meta/recipes-devtools/guile/guile_2.0.3.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.3.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Guile is the GNU Ubiquitous Intelligent Language for Extensions,\
Guile is a library designed to help programmers create flexible applications.\
Using Guile in an application allows the application's functionality to be\
extended by users or other programmers with plug-ins, modules, or scripts.\
- Guile provides what might be described as "practical software freedom,"\
+ Guile provides what might be described as 'practical software freedom,'\
making it possible for users to customize an application to meet their\
needs without digging into the application's internals."
@@ -24,7 +24,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8"
SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08"
-PR = "r1"
+PR = "r2"
inherit autotools gettext
BBCLASSEXTEND = "native"
--
1.7.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/4] distutils: Bandaid against wrong libdir computation
2012-01-21 6:25 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
2012-01-21 6:25 ` [PATCH 1/4] ltp: disable elf binary stripping nitin.a.kamble
2012-01-21 6:25 ` [PATCH 2/4] guile: fix a quote in description nitin.a.kamble
@ 2012-01-21 6:25 ` nitin.a.kamble
2012-01-21 6:25 ` [PATCH 4/4] python-pyrex: force recompilation nitin.a.kamble
3 siblings, 0 replies; 7+ messages in thread
From: nitin.a.kamble @ 2012-01-21 6:25 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
fix python-* recipes install path for some of the files in libdir
This fixes issues like these:
WARNING: For recipe python-pyrex, the following files/directories were
installed but not shipped in any package:
WARNING: /usr/share
WARNING: /usr/share/lib
WARNING: /usr/share/lib/python2.7
WARNING: /usr/share/lib/python2.7/site-packages
WARNING: /usr/share/lib/python2.7/site-packages/Pyrex
WARNING: /usr/share/lib/python2.7/site-packages/Pyrex/Compiler
WARNING:
/usr/share/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pickle
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/classes/distutils.bbclass | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass
index 79b962a..b6383ac 100644
--- a/meta/classes/distutils.bbclass
+++ b/meta/classes/distutils.bbclass
@@ -66,6 +66,13 @@ distutils_do_install() {
mv -f ${D}${datadir}/share/* ${D}${datadir}/
fi
+ #
+ # FIXME: Bandaid against wrong libdir computation
+ #
+ if test -e ${D}${datadir}/lib; then
+ cp -r -f ${D}${datadir}/lib/* ${D}${libdir}/
+ rm -rf ${D}${datadir}/lib/
+ fi
# These are generated files, on really slow systems the storage/speed trade off
# might be worth it, but in general it isn't
find ${D}${libdir}/${PYTHON_DIR}/site-packages -iname '*.pyo' -exec rm {} \;
--
1.7.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/4] python-pyrex: force recompilation
2012-01-21 6:25 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
` (2 preceding siblings ...)
2012-01-21 6:25 ` [PATCH 3/4] distutils: Bandaid against wrong libdir computation nitin.a.kamble
@ 2012-01-21 6:25 ` nitin.a.kamble
3 siblings, 0 replies; 7+ messages in thread
From: nitin.a.kamble @ 2012-01-21 6:25 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
distutils.bbclass is updated to fix files getting installed in wrong
libdir to fix following warnings.
WARNING: For recipe python-pyrex, the following files/directories were
installed but not shipped in any package:
WARNING: /usr/share
WARNING: /usr/share/lib
WARNING: /usr/share/lib/python2.7
WARNING: /usr/share/lib/python2.7/site-packages
WARNING: /usr/share/lib/python2.7/site-packages/Pyrex
WARNING: /usr/share/lib/python2.7/site-packages/Pyrex/Compiler
WARNING:
/usr/share/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pickle
Just bump PR to force recompilation
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
index 7d80554..ae1a93b 100644
--- a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
+++ b/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=771d472f53f933033f57eeee7808e5bd"
SRCNAME = "Pyrex"
-PR = "ml2"
+PR = "r2"
SRC_URI = "\
http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
--
1.7.6.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-01-21 6:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21 6:25 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
2012-01-21 6:25 ` [PATCH 1/4] ltp: disable elf binary stripping nitin.a.kamble
2012-01-21 6:25 ` [PATCH 2/4] guile: fix a quote in description nitin.a.kamble
2012-01-21 6:25 ` [PATCH 3/4] distutils: Bandaid against wrong libdir computation nitin.a.kamble
2012-01-21 6:25 ` [PATCH 4/4] python-pyrex: force recompilation nitin.a.kamble
-- strict thread matches above, loose matches on Subject: below --
2011-11-29 19:30 [PATCH 0/4] Misc recipe fixes nitin.a.kamble
2011-12-01 20:41 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox