* [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
@ 2012-02-01 23:40 ` nitin.a.kamble
2012-02-02 8:32 ` Paul Menzel
2012-02-01 23:40 ` [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3 nitin.a.kamble
` (6 subsequent siblings)
7 siblings, 1 reply; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
update md5sum for license as the copyright years are updated in the file
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../byacc/{byacc_20111219.bb => byacc_20120115.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/byacc/{byacc_20111219.bb => byacc_20120115.bb} (59%)
diff --git a/meta/recipes-extended/byacc/byacc_20111219.bb b/meta/recipes-extended/byacc/byacc_20120115.bb
similarity index 59%
rename from meta/recipes-extended/byacc/byacc_20111219.bb
rename to meta/recipes-extended/byacc/byacc_20120115.bb
index 4b317c4..4549ca4 100644
--- a/meta/recipes-extended/byacc/byacc_20111219.bb
+++ b/meta/recipes-extended/byacc/byacc_20120115.bb
@@ -6,8 +6,8 @@ PR = "r0"
# Setting to PD as this is what the upstream has it as.
LICENSE="PD"
-LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=4dc4c30f840a7203fb6edf20b3db849e"
+LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
require byacc.inc
-SRC_URI[md5sum] = "c17542fd9df6e392d495a64f883e29f1"
-SRC_URI[sha256sum] = "ca37eb3702a02efe4a4dd09e0ef26fc91e4c22c36d8d52e45d2f76923fbd99d9"
+SRC_URI[md5sum] = "3061c62c47ec0f43255afd8fc3f7e3ab"
+SRC_URI[sha256sum] = "4034efc9b59646fc61e29b1a87472cccf1d1aaf45435f9d3bf58dec2b5f0831c"
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
@ 2012-02-01 23:40 ` nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4 nitin.a.kamble
` (5 subsequent siblings)
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
rebased configure.patch & amd64.patchto the newer code.
Removed sh4-asmfix.patch as it is not needed with the newer code.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-support/gmp/gmp/amd64.patch | 8 ++-
meta/recipes-support/gmp/gmp/configure.patch | 60 ++++++++++++--------
meta/recipes-support/gmp/gmp/sh4-asmfix.patch | 28 ---------
.../gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb} | 9 +--
4 files changed, 45 insertions(+), 60 deletions(-)
delete mode 100644 meta/recipes-support/gmp/gmp/sh4-asmfix.patch
rename meta/recipes-support/gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb} (57%)
diff --git a/meta/recipes-support/gmp/gmp/amd64.patch b/meta/recipes-support/gmp/gmp/amd64.patch
index 38c89c7..564d12d 100644
--- a/meta/recipes-support/gmp/gmp/amd64.patch
+++ b/meta/recipes-support/gmp/gmp/amd64.patch
@@ -1,8 +1,10 @@
Upstream-Status: Pending
---- gmp-4.1.4/longlong.h.orig 2004-04-22 00:34:28.000000000 +0200
-+++ gmp-4.1.4/longlong.h 2005-07-18 01:13:06.000000000 +0200
-@@ -738,8 +738,10 @@
+Index: gmp-5.0.3/longlong.h
+===================================================================
+--- gmp-5.0.3.orig/longlong.h
++++ gmp-5.0.3/longlong.h
+@@ -994,8 +994,10 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO (
count is only an int. */
#define count_trailing_zeros(count, x) \
do { \
diff --git a/meta/recipes-support/gmp/gmp/configure.patch b/meta/recipes-support/gmp/gmp/configure.patch
index 638fead..7597a93 100644
--- a/meta/recipes-support/gmp/gmp/configure.patch
+++ b/meta/recipes-support/gmp/gmp/configure.patch
@@ -4,11 +4,11 @@ Upstream-Status: Pending
configure.in | 24 +++++++++---------------
2 files changed, 23 insertions(+), 27 deletions(-)
-Index: gmp-5.0.1/acinclude.m4
+Index: gmp-5.0.3/acinclude.m4
===================================================================
---- gmp-5.0.1.orig/acinclude.m4
-+++ gmp-5.0.1/acinclude.m4
-@@ -30,20 +30,20 @@ dnl a_out.exe - OpenVMS DEC C called
+--- gmp-5.0.3.orig/acinclude.m4
++++ gmp-5.0.3/acinclude.m4
+@@ -30,29 +30,29 @@ dnl a_out.exe - OpenVMS DEC C called
dnl conftest.exe - various DOS compilers
@@ -28,12 +28,24 @@ Index: gmp-5.0.1/acinclude.m4
+define([POWERPC64_PATTERN],
[[powerpc64-*-* | powerpc64le-*-* | powerpc620-*-* | powerpc630-*-* | powerpc970-*-* | power[3-9]-*-*]])
+-define(S390_PATTERN,
++define([S390_PATTERN],
+ [[s390-*-* | z900esa-*-* | z990esa-*-* | z9esa-*-* | z10esa-*-* | z196esa-*-*]])
+
+-define(S390X_PATTERN,
++define([S390X_PATTERN],
+ [[s390x-*-* | z900-*-* | z990-*-* | z9-*-* | z10-*-* | z196-*-*]])
+
-define(X86_PATTERN,
+define([X86_PATTERN],
[[i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-* | viac3*-*-* | geode*-*-* | atom-*-*]])
- define(X86_64_PATTERN,
-@@ -64,7 +64,7 @@ dnl x86 -> x86
+-define(X86_64_PATTERN,
++define([X86_64_PATTERN],
+ [[athlon64-*-* | k8-*-* | k10-*-* | bobcat-*-* | bulldozer-*-* | pentium4-*-* | atom-*-* | core2-*-* | corei*-*-* | x86_64-*-* | nano-*-*]])
+
+ dnl GMP_FAT_SUFFIX(DSTVAR, DIRECTORY)
+@@ -70,7 +70,7 @@ dnl x86 -> x86
dnl x86/k6 -> k6
dnl x86/k6/mmx -> k6_mmx
@@ -42,7 +54,7 @@ Index: gmp-5.0.1/acinclude.m4
[[$1=`echo $2 | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`]])
-@@ -73,7 +73,7 @@ dnl ----------------------------------
+@@ -79,7 +79,7 @@ dnl ----------------------------------
dnl Emit code to remove any occurrence of ITEM from $LISTVAR. ITEM can be a
dnl shell expression like $foo if desired.
@@ -51,7 +63,7 @@ Index: gmp-5.0.1/acinclude.m4
[remove_from_list_tmp=
for remove_from_list_i in $[][$1]; do
if test $remove_from_list_i = [$2]; then :;
-@@ -89,12 +89,12 @@ dnl GMP_STRIP_PATH(subdir)
+@@ -95,12 +95,12 @@ dnl GMP_STRIP_PATH(subdir)
dnl ----------------------
dnl Strip entries */subdir from $path and $fat_path.
@@ -66,7 +78,7 @@ Index: gmp-5.0.1/acinclude.m4
[tmp_path=
for i in $[][$1]; do
case $i in
-@@ -115,7 +115,7 @@ dnl
+@@ -121,7 +121,7 @@ dnl
dnl Dummy value for GMP_LIMB_BITS is enough
dnl for all current configure-time uses of gmp.h.
@@ -75,7 +87,7 @@ Index: gmp-5.0.1/acinclude.m4
[[#define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
#define GMP_NAIL_BITS $GMP_NAIL_BITS
#define GMP_LIMB_BITS 123
-@@ -130,7 +130,7 @@ dnl Expand at autoconf time to the valu
+@@ -136,7 +136,7 @@ dnl Expand at autoconf time to the valu
dnl FILE. The regexps here aren't very rugged, but are enough for gmp.
dnl /dev/null as a parameter prevents a hang if $2 is accidentally omitted.
@@ -84,7 +96,7 @@ Index: gmp-5.0.1/acinclude.m4
[patsubst(patsubst(
esyscmd([grep "^#define $1 " $2 /dev/null 2>/dev/null]),
[^.*$1[ ]+],[]),
-@@ -144,7 +144,7 @@ dnl The gmp version number, extracted f
+@@ -150,7 +150,7 @@ dnl The gmp version number, extracted f
dnl autoconf time. Two digits like 3.0 if patchlevel <= 0, or three digits
dnl like 3.0.1 if patchlevel > 0.
@@ -93,7 +105,7 @@ Index: gmp-5.0.1/acinclude.m4
[GMP_HEADER_GETVAL(__GNU_MP_VERSION,gmp-h.in)[]dnl
.GMP_HEADER_GETVAL(__GNU_MP_VERSION_MINOR,gmp-h.in)[]dnl
.GMP_HEADER_GETVAL(__GNU_MP_VERSION_PATCHLEVEL,gmp-h.in)])
-@@ -1506,7 +1506,9 @@ esac
+@@ -1512,7 +1512,9 @@ esac
echo ["define(<CONFIG_TOP_SRCDIR>,<\`$tmp'>)"] >>$gmp_tmpconfigm4
# All CPUs use asm-defs.m4
@@ -104,13 +116,13 @@ Index: gmp-5.0.1/acinclude.m4
])
-Index: gmp-5.0.1/configure.in
+Index: gmp-5.0.3/configure.in
===================================================================
---- gmp-5.0.1.orig/configure.in
-+++ gmp-5.0.1/configure.in
+--- gmp-5.0.3.orig/configure.in
++++ gmp-5.0.3/configure.in
@@ -29,12 +29,6 @@ AC_REVISION($Revision$)
AC_PREREQ(2.59)
- AC_INIT(GNU MP, GMP_VERSION, gmp-bugs@gmplib.org, gmp)
+ AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org, see http://gmplib.org/manual/Reporting-Bugs.html], gmp)
AC_CONFIG_SRCDIR(gmp-impl.h)
-m4_pattern_forbid([^[ \t]*GMP_])
-m4_pattern_allow(GMP_LDFLAGS)
@@ -121,7 +133,7 @@ Index: gmp-5.0.1/configure.in
# If --target is not used then $target_alias is empty, but if say
# "./configure athlon-pc-freebsd3.5" is used, then all three of
-@@ -303,7 +297,7 @@ AH_VERBATIM([HAVE_HOST_CPU_1],
+@@ -311,7 +305,7 @@ AH_VERBATIM([HAVE_HOST_CPU_1],
# After GMP specific searches and tests, the standard autoconf AC_PROG_CC is
# called. User selections of CC etc are respected.
#
@@ -130,7 +142,7 @@ Index: gmp-5.0.1/configure.in
# pre-testing, since they of course depend on AC_PROG_CC, and also some of
# them cache their results, which is not wanted.
#
-@@ -395,7 +389,7 @@ abilist="standard"
+@@ -403,7 +397,7 @@ abilist="standard"
# FIXME: We'd like to prefer an ANSI compiler, perhaps by preferring
# c89 over cc here. But note that on HP-UX c89 provides a castrated
# environment, and would want to be excluded somehow. Maybe
@@ -139,7 +151,7 @@ Index: gmp-5.0.1/configure.in
# we don't need to worry.
#
cclist="gcc cc"
-@@ -1580,7 +1574,7 @@ esac
+@@ -1666,7 +1660,7 @@ esac
CFLAGS_or_unset=${CFLAGS-'(unset)'}
CPPFLAGS_or_unset=${CPPFLAGS-'(unset)'}
@@ -148,7 +160,7 @@ Index: gmp-5.0.1/configure.in
User:
ABI=$ABI
CC=$CC
-@@ -1987,7 +1981,6 @@ AC_SUBST(DEFN_LONG_LONG_LIMB)
+@@ -2073,7 +2067,6 @@ AC_SUBST(DEFN_LONG_LONG_LIMB)
# The C compiler and preprocessor, put into ANSI mode if possible.
AC_PROG_CC
@@ -156,7 +168,7 @@ Index: gmp-5.0.1/configure.in
AC_PROG_CPP
GMP_H_ANSI
-@@ -2010,11 +2003,11 @@ AC_SUBST(CCAS)
+@@ -2096,11 +2089,11 @@ AC_SUBST(CCAS)
# The C++ compiler, if desired.
want_cxx=no
@@ -170,7 +182,7 @@ Index: gmp-5.0.1/configure.in
cxxflags_ac_prog_cxx=$CXXFLAGS
cxxflags_list=ac_prog_cxx
-@@ -2120,7 +2113,7 @@ case $host in
+@@ -2206,7 +2199,7 @@ case $host in
esac
@@ -179,7 +191,7 @@ Index: gmp-5.0.1/configure.in
Decided:
ABI=$ABI
CC=$CC
-@@ -3376,7 +3369,7 @@ GMP_FINISH
+@@ -3465,7 +3458,7 @@ GMP_FINISH
# FIXME: Upcoming version of autoconf/automake may not like broken lines.
# Right now automake isn't accepting the new AC_CONFIG_FILES scheme.
@@ -188,7 +200,7 @@ Index: gmp-5.0.1/configure.in
mpbsd/Makefile mpf/Makefile mpn/Makefile mpq/Makefile \
mpz/Makefile printf/Makefile scanf/Makefile cxx/Makefile \
tests/Makefile tests/devel/Makefile tests/mpbsd/Makefile \
-@@ -3385,4 +3378,5 @@ AC_OUTPUT(Makefile \
+@@ -3474,4 +3467,5 @@ AC_OUTPUT(Makefile \
tests/cxx/Makefile \
doc/Makefile tune/Makefile \
demos/Makefile demos/calc/Makefile demos/expr/Makefile \
diff --git a/meta/recipes-support/gmp/gmp/sh4-asmfix.patch b/meta/recipes-support/gmp/gmp/sh4-asmfix.patch
deleted file mode 100644
index ac25110..0000000
--- a/meta/recipes-support/gmp/gmp/sh4-asmfix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Upstream-Status: Pending
-
---- gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:44:00 1.1
-+++ gmp-4.1.4/mpn/sh/add_n.s 2005/11/17 08:18:57
-@@ -29,8 +29,8 @@
-
- .text
- .align 2
-- .global ___gmpn_add_n
--___gmpn_add_n:
-+ .global __gmpn_add_n
-+__gmpn_add_n:
- mov #0,r3 ! clear cy save reg
-
- Loop: mov.l @r5+,r1
---- gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:44:04 1.1
-+++ gmp-4.1.4/mpn/sh/sub_n.s 2005/11/17 08:18:59
-@@ -29,8 +29,8 @@
-
- .text
- .align 2
-- .global ___gmpn_sub_n
--___gmpn_sub_n:
-+ .global __gmpn_sub_n
-+__gmpn_sub_n:
- mov #0,r3 ! clear cy save reg
-
- Loop: mov.l @r5+,r1
diff --git a/meta/recipes-support/gmp/gmp_5.0.2.bb b/meta/recipes-support/gmp/gmp_5.0.3.bb
similarity index 57%
rename from meta/recipes-support/gmp/gmp_5.0.2.bb
rename to meta/recipes-support/gmp/gmp_5.0.3.bb
index d39e500..9f37943 100644
--- a/meta/recipes-support/gmp/gmp_5.0.2.bb
+++ b/meta/recipes-support/gmp/gmp_5.0.3.bb
@@ -2,14 +2,13 @@ require gmp.inc
LICENSE="LGPLv3&GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
-PR = "r4"
+PR = "r0"
-SRC_URI_append += "file://sh4-asmfix.patch \
- file://gmp_bugfix.patch \
+SRC_URI_append += "file://gmp_bugfix.patch \
file://use-includedir.patch \
file://gmp_fix_for_x32.patch"
export CC_FOR_BUILD = "${BUILD_CC}"
-SRC_URI[md5sum] = "0bbaedc82fb30315b06b1588b9077cd3"
-SRC_URI[sha256sum] = "dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28"
+SRC_URI[md5sum] = "8061f765cc86b9765921a0c800615804"
+SRC_URI[sha256sum] = "dcafe9989c7f332b373e1f766af8e9cd790fc802fdec422a1910a6ef783480e3"
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3 nitin.a.kamble
@ 2012-02-01 23:40 ` nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51 nitin.a.kamble
` (4 subsequent siblings)
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 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/gdb/gdb-common.inc | 4 ++--
...canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} | 0
.../gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} | 0
.../gdb/{gdb_7.3.1.bb => gdb_7.4.bb} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb_7.3.1.bb => gdb_7.4.bb} (100%)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 930a71b..a100b79 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -22,8 +22,8 @@ inherit autotools
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
file://no-werror.patch"
-SRC_URI[md5sum] = "c2795d636a9481d022608cab201be613"
-SRC_URI[sha256sum] = "d7d909b4b8ae0932ba6c1602f2f1f32bef60f0c71c72f1dd833ab6cb15e0d357"
+SRC_URI[md5sum] = "7877875c8af7c7ef7d06d329ac961d3f"
+SRC_URI[sha256sum] = "e2c18e2f4a5feab897595455a3d623cebbba9e9dd2dbe9a5510ed7ad43ae01d2"
export CC_FOR_BUILD = "${BUILD_CC}"
export CXX_FOR_BUILD = "${BUILD_CXX}"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.4.bb
diff --git a/meta/recipes-devtools/gdb/gdb_7.3.1.bb b/meta/recipes-devtools/gdb/gdb_7.4.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.3.1.bb
rename to meta/recipes-devtools/gdb/gdb_7.4.bb
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
` (2 preceding siblings ...)
2012-02-01 23:40 ` [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4 nitin.a.kamble
@ 2012-02-01 23:40 ` nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0 nitin.a.kamble
` (3 subsequent siblings)
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 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>
---
.../quilt/{quilt-0.50.inc => quilt-0.51.inc} | 4 ++--
.../{quilt-native_0.50.bb => quilt-native_0.51.bb} | 0
.../quilt/{quilt_0.50.bb => quilt_0.51.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/quilt/{quilt-0.50.inc => quilt-0.51.inc} (86%)
rename meta/recipes-devtools/quilt/{quilt-native_0.50.bb => quilt-native_0.51.bb} (100%)
rename meta/recipes-devtools/quilt/{quilt_0.50.bb => quilt_0.51.bb} (100%)
diff --git a/meta/recipes-devtools/quilt/quilt-0.50.inc b/meta/recipes-devtools/quilt/quilt-0.51.inc
similarity index 86%
rename from meta/recipes-devtools/quilt/quilt-0.50.inc
rename to meta/recipes-devtools/quilt/quilt-0.51.inc
index 5a72169..c41e25e 100644
--- a/meta/recipes-devtools/quilt/quilt-0.50.inc
+++ b/meta/recipes-devtools/quilt/quilt-0.51.inc
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
file://install.patch"
-SRC_URI[md5sum] = "ff5e1e041363c3af3c8fda4b968c9d1d"
-SRC_URI[sha256sum] = "fa4579628a98cf94472b36869e74f5cd0cb057d6fd13c1872a53f01c45aba8c3"
+SRC_URI[md5sum] = "d56d23d5212297d5777502e84dc0ee80"
+SRC_URI[sha256sum] = "05441399d36399b3f26cb12e29c98a8ce4d1287d036957fa22408807860af614"
inherit autotools
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.50.bb b/meta/recipes-devtools/quilt/quilt-native_0.51.bb
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt-native_0.50.bb
rename to meta/recipes-devtools/quilt/quilt-native_0.51.bb
diff --git a/meta/recipes-devtools/quilt/quilt_0.50.bb b/meta/recipes-devtools/quilt/quilt_0.51.bb
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt_0.50.bb
rename to meta/recipes-devtools/quilt/quilt_0.51.bb
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [patch-v2 0/7] Various recipe upgrades
@ 2012-02-01 23:40 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
` (7 more replies)
0 siblings, 8 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
Just upgrades. And some cleanups as per comments on v1 pull request.
Nitin
The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544:
package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/upgrades
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
Nitin A Kamble (7):
byacc: upggrade from 20111219 to 20120115
gmp: upgrade from 5.0.2 to 5.0.3
gdb: upgrade from 7.3.1 to 7.4
quilt: upgrade from 0.50 to 0.51
python-dbus: upgrade from 0.84.0 to 1.0.0
bdwgc: change the PV
distro_tracking: update for current upgrades
.../conf/distro/include/distro_tracking_fields.inc | 47 ++++++++--------
meta/recipes-devtools/gdb/gdb-common.inc | 4 +-
...canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} | 0
.../gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} | 0
.../gdb/{gdb_7.3.1.bb => gdb_7.4.bb} | 0
...{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} | 4 +-
.../quilt/{quilt-0.50.inc => quilt-0.51.inc} | 4 +-
.../{quilt-native_0.50.bb => quilt-native_0.51.bb} | 0
.../quilt/{quilt_0.50.bb => quilt_0.51.bb} | 0
.../byacc/{byacc_20111219.bb => byacc_20120115.bb} | 6 +-
.../{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} | 0
meta/recipes-support/gmp/gmp/amd64.patch | 8 ++-
meta/recipes-support/gmp/gmp/configure.patch | 60 ++++++++++++--------
meta/recipes-support/gmp/gmp/sh4-asmfix.patch | 28 ---------
.../gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb} | 9 +--
15 files changed, 77 insertions(+), 93 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb_7.3.1.bb => gdb_7.4.bb} (100%)
rename meta/recipes-devtools/python/{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} (83%)
rename meta/recipes-devtools/quilt/{quilt-0.50.inc => quilt-0.51.inc} (86%)
rename meta/recipes-devtools/quilt/{quilt-native_0.50.bb => quilt-native_0.51.bb} (100%)
rename meta/recipes-devtools/quilt/{quilt_0.50.bb => quilt_0.51.bb} (100%)
rename meta/recipes-extended/byacc/{byacc_20111219.bb => byacc_20120115.bb} (59%)
rename meta/recipes-support/bdwgc/{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} (100%)
delete mode 100644 meta/recipes-support/gmp/gmp/sh4-asmfix.patch
rename meta/recipes-support/gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb} (57%)
--
1.7.6.4
^ permalink raw reply [flat|nested] 15+ messages in thread
* [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
` (3 preceding siblings ...)
2012-02-01 23:40 ` [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51 nitin.a.kamble
@ 2012-02-01 23:40 ` nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 6/7] bdwgc: change the PV nitin.a.kamble
` (2 subsequent siblings)
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:40 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>
---
...{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} (83%)
diff --git a/meta/recipes-devtools/python/python-dbus_0.84.0.bb b/meta/recipes-devtools/python/python-dbus_1.0.0.bb
similarity index 83%
rename from meta/recipes-devtools/python/python-dbus_0.84.0.bb
rename to meta/recipes-devtools/python/python-dbus_1.0.0.bb
index db2d7de..a977e8d 100644
--- a/meta/recipes-devtools/python/python-dbus_0.84.0.bb
+++ b/meta/recipes-devtools/python/python-dbus_1.0.0.bb
@@ -8,8 +8,8 @@ PR = "r1"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
-SRC_URI[md5sum] = "fe69a2613e824463e74f10913708c88a"
-SRC_URI[sha256sum] = "b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906"
+SRC_URI[md5sum] = "775a8235736bf760cdd96e2d76546469"
+SRC_URI[sha256sum] = "9e46f97d739dde8a5ab33ec6b11da58794c4c20804aacdad2880b7d3bc05187a"
S = "${WORKDIR}/dbus-python-${PV}"
inherit distutils-base autotools pkgconfig
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [patch-v2 6/7] bdwgc: change the PV
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
` (4 preceding siblings ...)
2012-02-01 23:40 ` [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0 nitin.a.kamble
@ 2012-02-01 23:41 ` nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 7/7] distro_tracking: update for current upgrades nitin.a.kamble
2012-02-03 15:57 ` [patch-v2 0/7] Various recipe upgrades Richard Purdie
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:41 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This is done so that out internal verion tracking system would
not complain that upstream version has changed.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
.../{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-support/bdwgc/{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} (100%)
diff --git a/meta/recipes-support/bdwgc/bdwgc_20110107.bb b/meta/recipes-support/bdwgc/bdwgc_7.2alpha5.bb
similarity index 100%
rename from meta/recipes-support/bdwgc/bdwgc_20110107.bb
rename to meta/recipes-support/bdwgc/bdwgc_7.2alpha5.bb
--
1.7.6.4
^ permalink raw reply [flat|nested] 15+ messages in thread
* [patch-v2 7/7] distro_tracking: update for current upgrades
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
` (5 preceding siblings ...)
2012-02-01 23:41 ` [patch-v2 6/7] bdwgc: change the PV nitin.a.kamble
@ 2012-02-01 23:41 ` nitin.a.kamble
2012-02-03 15:57 ` [patch-v2 0/7] Various recipe upgrades Richard Purdie
7 siblings, 0 replies; 15+ messages in thread
From: nitin.a.kamble @ 2012-02-01 23:41 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>
---
.../conf/distro/include/distro_tracking_fields.inc | 47 ++++++++++----------
1 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 1eb08a2..6236287 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -33,13 +33,13 @@ DISTRO_PN_ALIAS_pn-gtk-theme-torturer = "OSPDT upstream=http://wiki.laptop.org/g
RECIPE_STATUS_pn-libpcre = "green"
RECIPE_LATEST_VERSION_pn-libpcre = "8.21"
RECIPE_LAST_UPDATE_pn-libpcre = "Jan 10, 2012"
-RECIPE_MANUAL_CHECK_DATE_pn-libpcre = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-libpcre = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-libpcre = "Nitin A Kamble <nitin.a.kamble@intel.com>"
DISTRO_PN_ALIAS_pn-libpcre = "Mandriva=libpcre0 Fedora=pcre"
-RECIPE_LATEST_VERSION_pn-bdwgc = "20110107"
-RECIPE_LAST_UPDATE_pn-bdwgc = "Jan 17, 2012"
-RECIPE_MANUAL_CHECK_DATE_pn-bdwgc = "Jan 17, 2012"
+RECIPE_LATEST_VERSION_pn-bdwgc = "7.2alpha5"
+RECIPE_LAST_UPDATE_pn-bdwgc = "Feb 01, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-bdwgc = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-bdwgc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_LATEST_VERSION_pn-libunistring = "0.9.3"
@@ -3013,7 +3013,7 @@ DISTRO_PN_ALIAS_pn-ldconfig-native = "Ubuntu=libc-bin Fedora=glibc"
RECIPE_LATEST_VERSION_pn-gcc="4.6.2+git"
RECIPE_LAST_UPDATE_pn-gcc = "May 1, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-gcc = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-gcc = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-gcc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
DISTRO_PN_ALIAS_pn-gcc-runtime = "Ubuntu=gcc Fedora=gcc"
@@ -3057,7 +3057,7 @@ DISTRO_PN_ALIAS_pn-distcc = "Debian=distcc Fedora=distcc"
RECIPE_STATUS_pn-flex="green"
RECIPE_LATEST_VERSION_pn-flex="2.5.35"
RECIPE_LAST_UPDATE_pn-flex = "Jun 20, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-flex = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-flex = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-flex = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-fstests="green"
@@ -3068,9 +3068,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-fstests = "Jul 06, 2011"
RECIPE_MAINTAINER_pn-fstests = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-gdb="green"
-RECIPE_LATEST_VERSION_pn-gdb="7.2"
-RECIPE_LAST_UPDATE_pn-gdb = "Nov 8, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-gdb = "Jul 06, 2011"
+RECIPE_LATEST_VERSION_pn-gdb="7.4"
+RECIPE_LAST_UPDATE_pn-gdb = "Feb 1, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-gdb = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-gdb = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-intltool="green"
@@ -3115,13 +3115,13 @@ RECIPE_MAINTAINER_pn-postinsts = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-nasm="green"
RECIPE_LATEST_VERSION_pn-nasm="2.07"
RECIPE_LAST_UPDATE_pn-nasm = "Jun 23, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-nasm = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-nasm = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-nasm = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-btrfs-tools="green"
RECIPE_LATEST_VERSION_pn-btrfs-tools="git"
-RECIPE_MANUAL_CHECK_DATE_pn-btrfs-tools = "Jan 10, 2012"
RECIPE_LAST_UPDATE_pn-btrfs-tools = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-btrfs-tools = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-btrfs-tools = "Nitin A Kamble <nitin.a.kamble@intel.com>"
DISTRO_PN_ALIAS_pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs"
@@ -3138,8 +3138,8 @@ RECIPE_MANUAL_CHECK_DATE_pn-prelink = "Jan 13, 2012"
RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@windriver.com>"
RECIPE_STATUS_pn-python-dbus="green"
-RECIPE_LATEST_VERSION_pn-python-dbus="0.84.0"
-RECIPE_LAST_UPDATE_pn-python-dbus = "Oct 18, 2011"
+RECIPE_LATEST_VERSION_pn-python-dbus="1.0.0"
+RECIPE_LAST_UPDATE_pn-python-dbus = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-python-dbus = "Nitin A Kamble <nitin.a.kamble@intel.com>"
DISTRO_PN_ALIAS_pn-python-dbus = "Ubuntu=python-dbus Debian=python-dbus Mandriva=python-dbus"
@@ -3182,9 +3182,8 @@ DISTRO_PN_ALIAS_pn-python-pyrex = "Mandriva=python-pyrex Ubuntu=python-pyrex"
RECIPE_STATUS_pn-python-scons="green"
RECIPE_LATEST_VERSION_pn-python-scons="2.1.0"
RECIPE_LAST_UPDATE_pn-python-scons = "Oct 18, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-python-scons = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-python-scons = "Feb 01, 2012"
DISTRO_PN_ALIAS_pn-python-scons = "Fedora=scons OpenSuSE=scons Ubuntu=scons Mandriva=scons Debian=scons"
-RECIPE_MANUAL_CHECK_DATE_pn-python-scons = "Nov 16, 2011"
RECIPE_MAINTAINER_pn-python-scons = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-python="red"
@@ -3193,14 +3192,14 @@ RECIPE_LAST_UPDATE_pn-python = "Nov 8, 2010"
RECIPE_MAINTAINER_pn-python = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-quilt="green"
-RECIPE_LATEST_VERSION_pn-quilt="0.48"
-RECIPE_LAST_UPDATE_pn-quilt = "Jun 22, 2010"
+RECIPE_LATEST_VERSION_pn-quilt="0.51"
+RECIPE_LAST_UPDATE_pn-quilt = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-quilt = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-tcl="green"
RECIPE_LATEST_VERSION_pn-tcl="8.5.11"
RECIPE_LAST_UPDATE_pn-tcl = "Nov 16, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-tcl = "Jan 10, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-tcl = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-tcl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-unifdef="green" # poky local source files
@@ -3221,9 +3220,9 @@ RECIPE_LAST_UPDATE_pn-mpfr = "Nov 15, 2011"
RECIPE_MAINTAINER_pn-mpfr = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-gmp="green"
-RECIPE_LATEST_VERSION_pn-gmp="5.0.2"
-RECIPE_LAST_UPDATE_pn-gmp = "Jul 06, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-gmp = "Jul 06, 2011"
+RECIPE_LATEST_VERSION_pn-gmp="5.0.3"
+RECIPE_LAST_UPDATE_pn-gmp = "Feb 01, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-gmp = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-gmp = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-libmpc="green"
@@ -3233,9 +3232,9 @@ RECIPE_MAINTAINER_pn-libmpc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
DISTRO_PN_ALIAS_pn-libmpc = "Fedora=libmpc OpenSuse=libmpc2"
RECIPE_STATUS_pn-byacc="green"
-RECIPE_LATEST_VERSION_pn-byacc="20110908"
-RECIPE_MANUAL_CHECK_DATE_pn-byacc = "Nov 15, 2011"
-RECIPE_LAST_UPDATE_pn-byacc = "Oct 18, 2010"
+RECIPE_LATEST_VERSION_pn-byacc="20120115"
+RECIPE_MANUAL_CHECK_DATE_pn-byacc = "Feb 01, 2012"
+RECIPE_LAST_UPDATE_pn-byacc = "Feb 01, 2012"
RECIPE_MAINTAINER_pn-byacc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-libconvert-asn1-perl="green"
--
1.7.6.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
@ 2012-02-02 8:32 ` Paul Menzel
2012-02-03 5:49 ` Kamble, Nitin A
0 siblings, 1 reply; 15+ messages in thread
From: Paul Menzel @ 2012-02-02 8:32 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
Dear Nitin,
Am Mittwoch, den 01.02.2012, 15:40 -0800 schrieb nitin.a.kamble@intel.com:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
there is a typo in the summary. Please fix »upgrade« in your branch.
There is no need to resend the patch it.
> update md5sum for license as the copyright years are updated in the file
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> .../byacc/{byacc_20111219.bb => byacc_20120115.bb} | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
> rename meta/recipes-extended/byacc/{byacc_20111219.bb => byacc_20120115.bb} (59%)
[…]
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115
2012-02-02 8:32 ` Paul Menzel
@ 2012-02-03 5:49 ` Kamble, Nitin A
0 siblings, 0 replies; 15+ messages in thread
From: Kamble, Nitin A @ 2012-02-03 5:49 UTC (permalink / raw)
To: Paul Menzel, openembedded-core@lists.openembedded.org
Thanks for catching the typo. I have corrected it in the branch.
Nitin
> -----Original Message-----
> From: Paul Menzel [mailto:paulepanter@users.sourceforge.net]
> Sent: Thursday, February 02, 2012 12:33 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Kamble, Nitin A
> Subject: Re: [OE-core] [patch-v2 1/7] byacc: upggrade from 20111219 to
> 20120115
>
> Dear Nitin,
>
>
> Am Mittwoch, den 01.02.2012, 15:40 -0800 schrieb
> nitin.a.kamble@intel.com:
> > From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> there is a typo in the summary. Please fix »upgrade« in your branch.
> There is no need to resend the patch it.
>
> > update md5sum for license as the copyright years are updated in the
> > file
> >
> > Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> > ---
> > .../byacc/{byacc_20111219.bb => byacc_20120115.bb} | 6 +++---
> > 1 files changed, 3 insertions(+), 3 deletions(-) rename
> > meta/recipes-extended/byacc/{byacc_20111219.bb => byacc_20120115.bb}
> > (59%)
>
> […]
>
> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
>
>
> Thanks,
>
> Paul
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 0/7] Various recipe upgrades
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
` (6 preceding siblings ...)
2012-02-01 23:41 ` [patch-v2 7/7] distro_tracking: update for current upgrades nitin.a.kamble
@ 2012-02-03 15:57 ` Richard Purdie
2012-02-03 16:30 ` Sergey Lapin
7 siblings, 1 reply; 15+ messages in thread
From: Richard Purdie @ 2012-02-03 15:57 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-02-01 at 15:40 -0800, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> Just upgrades. And some cleanups as per comments on v1 pull request.
>
> Nitin
>
> The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544:
>
> package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +0000)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib nitin/upgrades
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
>
> Nitin A Kamble (7):
> byacc: upggrade from 20111219 to 20120115
> gmp: upgrade from 5.0.2 to 5.0.3
> gdb: upgrade from 7.3.1 to 7.4
> quilt: upgrade from 0.50 to 0.51
> python-dbus: upgrade from 0.84.0 to 1.0.0
> bdwgc: change the PV
> distro_tracking: update for current upgrades
Merged to master, thanks (with the exception of bdwgc which was dropped)
Cheers,
Richard
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 0/7] Various recipe upgrades
2012-02-03 15:57 ` [patch-v2 0/7] Various recipe upgrades Richard Purdie
@ 2012-02-03 16:30 ` Sergey Lapin
2012-02-03 16:50 ` Richard Purdie
0 siblings, 1 reply; 15+ messages in thread
From: Sergey Lapin @ 2012-02-03 16:30 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, Feb 3, 2012 at 7:57 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Wed, 2012-02-01 at 15:40 -0800, nitin.a.kamble@intel.com wrote:
>> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>>
>> Just upgrades. And some cleanups as per comments on v1 pull request.
>>
>> Nitin
>>
>> The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544:
>>
>> package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +0000)
>>
>> are available in the git repository at:
>> git://git.pokylinux.org/poky-contrib nitin/upgrades
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
>>
>> Nitin A Kamble (7):
>> byacc: upggrade from 20111219 to 20120115
>> gmp: upgrade from 5.0.2 to 5.0.3
>> gdb: upgrade from 7.3.1 to 7.4
>> quilt: upgrade from 0.50 to 0.51
>> python-dbus: upgrade from 0.84.0 to 1.0.0
>> bdwgc: change the PV
>> distro_tracking: update for current upgrades
>
> Merged to master, thanks (with the exception of bdwgc which was dropped)
>
> Cheers,
>
> Richard
This breaks
meta-openembedded/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bbappend
S.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 0/7] Various recipe upgrades
2012-02-03 16:30 ` Sergey Lapin
@ 2012-02-03 16:50 ` Richard Purdie
2012-02-03 16:58 ` Koen Kooi
0 siblings, 1 reply; 15+ messages in thread
From: Richard Purdie @ 2012-02-03 16:50 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, 2012-02-03 at 19:30 +0300, Sergey Lapin wrote:
> This breaks
> meta-openembedded/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bbappend
Sorry about that. Koen is aware of the issue now at least.
Cheers,
Richard
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 0/7] Various recipe upgrades
2012-02-03 16:50 ` Richard Purdie
@ 2012-02-03 16:58 ` Koen Kooi
2012-02-04 8:19 ` Martin Jansa
0 siblings, 1 reply; 15+ messages in thread
From: Koen Kooi @ 2012-02-03 16:58 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 3 feb. 2012, om 17:50 heeft Richard Purdie het volgende geschreven:
> On Fri, 2012-02-03 at 19:30 +0300, Sergey Lapin wrote:
>
>> This breaks
>> meta-openembedded/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bbappend
>
> Sorry about that. Koen is aware of the issue now at least.
Hotfix pushed, we need to double check after the weekend when we get back to our deskjobs.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [patch-v2 0/7] Various recipe upgrades
2012-02-03 16:58 ` Koen Kooi
@ 2012-02-04 8:19 ` Martin Jansa
0 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2012-02-04 8:19 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Fri, Feb 3, 2012 at 5:58 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>
> Op 3 feb. 2012, om 17:50 heeft Richard Purdie het volgende geschreven:
>
>> On Fri, 2012-02-03 at 19:30 +0300, Sergey Lapin wrote:
>>
>>> This breaks
>>> meta-openembedded/meta-oe/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bbappend
>>
>> Sorry about that. Koen is aware of the issue now at least.
>
> Hotfix pushed, we need to double check after the weekend when we get back to our deskjobs.
even with 7.3.1 it wasn't working for me so in meta-oe-contrib/shr I
had to remove .bbappend anyway :/
in oe-core-contrib/shr I have Eric's previous patch to do it in
oe-core with extra patch fixing
variables to match what I get with distroless oe-core only and also
with normal layers I'm using with SHR.
More info:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-February/037652.html
Cheers,
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2012-02-04 8:27 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 23:40 [patch-v2 0/7] Various recipe upgrades nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
2012-02-02 8:32 ` Paul Menzel
2012-02-03 5:49 ` Kamble, Nitin A
2012-02-01 23:40 ` [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0 nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 6/7] bdwgc: change the PV nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 7/7] distro_tracking: update for current upgrades nitin.a.kamble
2012-02-03 15:57 ` [patch-v2 0/7] Various recipe upgrades Richard Purdie
2012-02-03 16:30 ` Sergey Lapin
2012-02-03 16:50 ` Richard Purdie
2012-02-03 16:58 ` Koen Kooi
2012-02-04 8:19 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox