Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Other package upgrades
@ 2013-10-17 10:34 Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 1/8] xmodmap: upgrade to 1.0.8 Laurentiu Palcu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

This patchset contains another bunch of package upgrades. Build tested on a
local autobuilder for all major architectures and basic functionality tests
were done on a core-image-sato/qemux86 image.

Thanks,
Laurentiu

The following changes since commit 529bf977e956175bd8405ebffc88194192e44740:

  update-rcd.bbclass: fix host/target test (2013-10-16 14:51:07 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades2

Laurentiu Palcu (8):
  xmodmap: upgrade to 1.0.8
  python-setuptools: upgrade to 1.1.6
  xinit: upgrade to 1.3.3
  m4: upgrade to 1.4.17
  tar: upgrade to 1.27
  tcl: upgrade to 8.6.1
  mdadm: upgrade to 3.3
  gdb: upgrade to 7.6.1

 .../gdb/{gdb-7.6.inc => gdb-7.6.1.inc}             |    4 +--
 ...canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} |    2 +-
 .../gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb}   |    2 +-
 .../gdb/{gdb_7.6.bb => gdb_7.6.1.bb}               |    2 +-
 .../m4/{m4-1.4.16.inc => m4-1.4.17.inc}            |    9 ++---
 .../{m4-native_1.4.16.bb => m4-native_1.4.17.bb}   |    0
 meta/recipes-devtools/m4/m4/remove-gets.patch      |   18 +++++-----
 .../m4/{m4_1.4.16.bb => m4_1.4.17.bb}              |    0
 ...ptools_0.6c11.bb => python-setuptools_1.1.6.bb} |    7 ++--
 .../tcltk/tcl/let-DST-include-year-2099.patch      |   35 ------------------
 .../tcltk/tcl/tcl-add-soname.patch                 |   38 ++++++++++----------
 .../tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb}           |    7 ++--
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |   11 +++---
 .../mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb}         |    5 ++-
 .../tar/{tar-1.26 => tar-1.27}/remove-gets.patch   |   18 +++++-----
 ...tive_1.26.bb => tar-replacement-native_1.27.bb} |    0
 .../tar/{tar_1.26.bb => tar_1.27.bb}               |    6 ++--
 .../xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb}    |    7 ++--
 .../{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb}         |    7 ++--
 19 files changed, 68 insertions(+), 110 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.inc => gdb-7.6.1.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} (71%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb} (74%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.bb => gdb_7.6.1.bb} (96%)
 rename meta/recipes-devtools/m4/{m4-1.4.16.inc => m4-1.4.17.inc} (47%)
 rename meta/recipes-devtools/m4/{m4-native_1.4.16.bb => m4-native_1.4.17.bb} (100%)
 rename meta/recipes-devtools/m4/{m4_1.4.16.bb => m4_1.4.17.bb} (100%)
 rename meta/recipes-devtools/python/{python-setuptools_0.6c11.bb => python-setuptools_1.1.6.bb} (76%)
 delete mode 100644 meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb} (91%)
 rename meta/recipes-extended/mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb} (86%)
 rename meta/recipes-extended/tar/{tar-1.26 => tar-1.27}/remove-gets.patch (52%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.26.bb => tar-replacement-native_1.27.bb} (100%)
 rename meta/recipes-extended/tar/{tar_1.26.bb => tar_1.27.bb} (51%)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb} (67%)
 rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb} (67%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/8] xmodmap: upgrade to 1.0.8
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 2/8] python-setuptools: upgrade to 1.1.6 Laurentiu Palcu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

License file changed slightly with some years changes.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb}         |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb} (67%)

diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb
similarity index 67%
rename from meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
rename to meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb
index 573eecb..65a55e3 100644
--- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb
@@ -9,12 +9,11 @@ from the user's session startup script to configure the keyboard \
 according to personal tastes."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5"
+LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621"
 
-PR = "${INC_PR}.0"
 PE = "1"
 
 SRC_URI += "file://gnu-source.patch"
 
-SRC_URI[md5sum] = "d9b65f6881afe0d6d9863b30e1081bde"
-SRC_URI[sha256sum] = "ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5"
+SRC_URI[md5sum] = "5511da3361eea4eaa21427652c559e1c"
+SRC_URI[sha256sum] = "efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/8] python-setuptools: upgrade to 1.1.6
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 1/8] xmodmap: upgrade to 1.0.8 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 3/8] xinit: upgrade to 1.3.3 Laurentiu Palcu
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

The license line moved to another line.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 ...ptools_0.6c11.bb => python-setuptools_1.1.6.bb} |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_0.6c11.bb => python-setuptools_1.1.6.bb} (76%)

diff --git a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb b/meta/recipes-devtools/python/python-setuptools_1.1.6.bb
similarity index 76%
rename from meta/recipes-devtools/python/python-setuptools_0.6c11.bb
rename to meta/recipes-devtools/python/python-setuptools_1.1.6.bb
index f09a312..ddaa303 100644
--- a/meta/recipes-devtools/python/python-setuptools_0.6c11.bb
+++ b/meta/recipes-devtools/python/python-setuptools_1.1.6.bb
@@ -2,10 +2,9 @@ DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
 HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
 SECTION = "devel/python"
 LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=8a314270dd7a8dbca741775415f1716e"
 
 SRCNAME = "setuptools"
-PR = "ml5"
 DEPENDS += "python"
 DEPENDS_class-native += "python-native"
 
@@ -35,7 +34,7 @@ RDEPENDS_${PN}_class-native = "\
   python-compression \
 "
 
-SRC_URI[md5sum] = "7df2a529a074f613b509fb44feefe74e"
-SRC_URI[sha256sum] = "630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3"
+SRC_URI[md5sum] = "ee82ea53def4480191061997409d2996"
+SRC_URI[sha256sum] = "e5a60b88138def225c29cbf13ee20f1c176f200450e286dcc7d192963a67723a"
 
 BBCLASSEXTEND = "native"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/8] xinit: upgrade to 1.3.3
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 1/8] xmodmap: upgrade to 1.0.8 Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 2/8] python-setuptools: upgrade to 1.1.6 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 4/8] m4: upgrade to 1.4.17 Laurentiu Palcu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

License file changed: Apple added their own header.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb}    |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb} (67%)

diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.3.bb
similarity index 67%
rename from meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
rename to meta/recipes-graphics/xorg-app/xinit_1.3.3.bb
index 5a97c3b..583ea87 100644
--- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
+++ b/meta/recipes-graphics/xorg-app/xinit_1.3.3.bb
@@ -8,13 +8,12 @@ directly from /etc/init or in environments that use multiple window \
 systems. When this first client exits, xinit will kill the X server and \
 then terminate."
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
+LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68"
 
-PR = "${INC_PR}.0"
 PE = "1"
 
-SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
-SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
+SRC_URI[md5sum] = "3b8da0e6237aee9828cc809c647510a7"
+SRC_URI[sha256sum] = "74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af"
 
 EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 4/8] m4: upgrade to 1.4.17
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
                   ` (2 preceding siblings ...)
  2013-10-17 10:34 ` [PATCH 3/8] xinit: upgrade to 1.3.3 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 5/8] tar: upgrade to 1.27 Laurentiu Palcu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

Refreshed remove-gets.patch to apply correctly and changed license
checksum since some years were added to the license file.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../m4/{m4-1.4.16.inc => m4-1.4.17.inc}            |    9 +++------
 .../{m4-native_1.4.16.bb => m4-native_1.4.17.bb}   |    0
 meta/recipes-devtools/m4/m4/remove-gets.patch      |   18 ++++++++++--------
 .../m4/{m4_1.4.16.bb => m4_1.4.17.bb}              |    0
 4 files changed, 13 insertions(+), 14 deletions(-)
 rename meta/recipes-devtools/m4/{m4-1.4.16.inc => m4-1.4.17.inc} (47%)
 rename meta/recipes-devtools/m4/{m4-native_1.4.16.bb => m4-native_1.4.17.bb} (100%)
 rename meta/recipes-devtools/m4/{m4_1.4.16.bb => m4_1.4.17.bb} (100%)

diff --git a/meta/recipes-devtools/m4/m4-1.4.16.inc b/meta/recipes-devtools/m4/m4-1.4.17.inc
similarity index 47%
rename from meta/recipes-devtools/m4/m4-1.4.16.inc
rename to meta/recipes-devtools/m4/m4-1.4.17.inc
index 01016d6..790678e 100644
--- a/meta/recipes-devtools/m4/m4-1.4.16.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.17.inc
@@ -3,14 +3,11 @@ require m4.inc
 LICENSE = "GPLv3"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
-	            file://examples/COPYING;md5=fbc986d45b3dae6725c29870dd6b669d"
+	            file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede"
 
-PR = "r4"
 SRC_URI += "file://ac_config_links.patch \
             file://remove-gets.patch \
            "
 
-SRC_URI[md5sum] = "a5dfb4f2b7370e9d34293d23fd09b280"
-SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570c827da"
-
-
+SRC_URI[md5sum] = "a5e9954b1dae036762f7b13673a2cf76"
+SRC_URI[sha256sum] = "3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e"
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.16.bb b/meta/recipes-devtools/m4/m4-native_1.4.17.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4-native_1.4.16.bb
rename to meta/recipes-devtools/m4/m4-native_1.4.17.bb
diff --git a/meta/recipes-devtools/m4/m4/remove-gets.patch b/meta/recipes-devtools/m4/m4/remove-gets.patch
index 9c396d9..effb353 100644
--- a/meta/recipes-devtools/m4/m4/remove-gets.patch
+++ b/meta/recipes-devtools/m4/m4/remove-gets.patch
@@ -4,18 +4,20 @@ undefining it.
 
 Upstream-Status: Pending
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Index: m4-1.4.16/lib/stdio.in.h
+Index: m4-1.4.17/lib/stdio.in.h
 ===================================================================
---- m4-1.4.16.orig/lib/stdio.in.h	2011-03-01 08:39:29.000000000 -0800
-+++ m4-1.4.16/lib/stdio.in.h	2012-07-03 08:32:08.145935928 -0700
-@@ -161,8 +161,10 @@
+--- m4-1.4.17.orig/lib/stdio.in.h	2013-10-16 14:41:01.678496227 +0300
++++ m4-1.4.17/lib/stdio.in.h	2013-10-16 14:41:48.849427839 +0300
+@@ -717,10 +717,12 @@
  /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning.  Assume it is
-    always declared, since it is required by C89.  */
+    so any use of gets warrants an unconditional warning; besides, C11
+    removed it.  */
 +#if defined gets
  #undef gets
+ #if HAVE_RAW_DECL_GETS
  _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+ #endif
 +#endif
  
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
+ 
+ #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
diff --git a/meta/recipes-devtools/m4/m4_1.4.16.bb b/meta/recipes-devtools/m4/m4_1.4.17.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4_1.4.16.bb
rename to meta/recipes-devtools/m4/m4_1.4.17.bb
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5/8] tar: upgrade to 1.27
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
                   ` (3 preceding siblings ...)
  2013-10-17 10:34 ` [PATCH 4/8] m4: upgrade to 1.4.17 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 6/8] tcl: upgrade to 8.6.1 Laurentiu Palcu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

Refreshed remove-gets.patch to apply correctly.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../tar/{tar-1.26 => tar-1.27}/remove-gets.patch   |   18 ++++++++++--------
 ...tive_1.26.bb => tar-replacement-native_1.27.bb} |    0
 .../tar/{tar_1.26.bb => tar_1.27.bb}               |    6 ++----
 3 files changed, 12 insertions(+), 12 deletions(-)
 rename meta/recipes-extended/tar/{tar-1.26 => tar-1.27}/remove-gets.patch (52%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.26.bb => tar-replacement-native_1.27.bb} (100%)
 rename meta/recipes-extended/tar/{tar_1.26.bb => tar_1.27.bb} (51%)

diff --git a/meta/recipes-extended/tar/tar-1.26/remove-gets.patch b/meta/recipes-extended/tar/tar-1.27/remove-gets.patch
similarity index 52%
rename from meta/recipes-extended/tar/tar-1.26/remove-gets.patch
rename to meta/recipes-extended/tar/tar-1.27/remove-gets.patch
index 2429d42..0b8be39 100644
--- a/meta/recipes-extended/tar/tar-1.26/remove-gets.patch
+++ b/meta/recipes-extended/tar/tar-1.27/remove-gets.patch
@@ -3,18 +3,20 @@ ISO C11 removes the specification of gets() from the C language, eglibc 2.16+ re
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
 Upstream-Status: Pending
-Index: tar-1.26/gnu/stdio.in.h
+Index: tar-1.27/gnu/stdio.in.h
 ===================================================================
---- tar-1.26.orig/gnu/stdio.in.h	2011-03-12 01:14:33.000000000 -0800
-+++ tar-1.26/gnu/stdio.in.h	2012-07-04 12:18:58.997081535 -0700
-@@ -163,8 +163,10 @@
+--- tar-1.27.orig/gnu/stdio.in.h	2013-06-29 08:54:26.000000000 +0300
++++ tar-1.27/gnu/stdio.in.h	2013-10-16 15:22:46.977204737 +0300
+@@ -710,10 +710,12 @@
  /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning.  Assume it is
-    always declared, since it is required by C89.  */
+    so any use of gets warrants an unconditional warning; besides, C11
+    removed it.  */
 +#if defined gets
  #undef gets
+ #if HAVE_RAW_DECL_GETS
  _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+ #endif
 +#endif
  
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
+ 
+ #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
diff --git a/meta/recipes-extended/tar/tar-replacement-native_1.26.bb b/meta/recipes-extended/tar/tar-replacement-native_1.27.bb
similarity index 100%
rename from meta/recipes-extended/tar/tar-replacement-native_1.26.bb
rename to meta/recipes-extended/tar/tar-replacement-native_1.27.bb
diff --git a/meta/recipes-extended/tar/tar_1.26.bb b/meta/recipes-extended/tar/tar_1.27.bb
similarity index 51%
rename from meta/recipes-extended/tar/tar_1.26.bb
rename to meta/recipes-extended/tar/tar_1.27.bb
index 8b774e6..6cf6f70 100644
--- a/meta/recipes-extended/tar/tar_1.26.bb
+++ b/meta/recipes-extended/tar/tar_1.27.bb
@@ -3,10 +3,8 @@ require tar.inc
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-PR = "r5"
-
 SRC_URI += "file://remove-gets.patch \
            "
 
-SRC_URI[md5sum] = "2cee42a2ff4f1cd4f9298eeeb2264519"
-SRC_URI[sha256sum] = "5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41"
+SRC_URI[md5sum] = "74f51434bfb7756bd571a0f718b171ae"
+SRC_URI[sha256sum] = "2238c5c63c7ecaccc962f10482d76875b45cedfed69138ed852a88e344af3c7b"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6/8] tcl: upgrade to 8.6.1
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
                   ` (4 preceding siblings ...)
  2013-10-17 10:34 ` [PATCH 5/8] tar: upgrade to 1.27 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 7/8] mdadm: upgrade to 3.3 Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 8/8] gdb: upgrade to 7.6.1 Laurentiu Palcu
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

Following patches were removed/refreshed:
 * let-DST-include-year-2099.patch - removed, fixed upstream
 * tcl-add-soname.patch - refreshed

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../tcltk/tcl/let-DST-include-year-2099.patch      |   35 ------------------
 .../tcltk/tcl/tcl-add-soname.patch                 |   38 ++++++++++----------
 .../tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb}           |    7 ++--
 3 files changed, 22 insertions(+), 58 deletions(-)
 delete mode 100644 meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb} (91%)

diff --git a/meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch b/meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch
deleted file mode 100644
index eef1812..0000000
--- a/meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From f10135df3f4751d7c83a66561c988ae799b6372f Mon Sep 17 00:00:00 2001
-From: "Song.Li" <Song.Li@windriver.com>
-Date: Fri, 10 Aug 2012 13:07:20 +0800
-Subject: [PATCH] let DST include year 2099
-
-tcl puts Daylight Saving Time in deffect from 1916 to 2099,
-it should include the year 2099,becuase tcl
-self-contained testing have a DST testcase on 2099.
-so the condition statement "<2099" should be "<=2099"
-
-Upstream-Status: Submitted
-
-Signed-off-by: Song.Li <Song.Li@windriver.com>
-Signed-off-by: Kai Kang <kai.kang@windriver.com>
-
----
- library/clock.tcl |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/library/clock.tcl b/library/clock.tcl
-index 2e9cae7..e8efe4a 100644
---- a/library/clock.tcl
-+++ b/library/clock.tcl
-@@ -3945,7 +3945,7 @@ proc ::tcl::clock::ProcessPosixTimeZone { z } {
- 
-     # Put DST in effect in all years from 1916 to 2099.
- 
--    for { set y 1916 } { $y < 2099 } { incr y } {
-+    for { set y 1916 } { $y <= 2099 } { incr y } {
- 	set startTime [DeterminePosixDSTTime $z start $y]
- 	incr startTime [expr { - wide($stdOffset) }]
- 	set endTime [DeterminePosixDSTTime $z end $y]
--- 
-1.7.9.5
-
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
index eca0a18..d3691f6 100644
--- a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
@@ -1,10 +1,10 @@
 Upstream-Status: Pending
 
-diff --git unix.orig/configure unix/configure
-index f778a7b..25083c2 100755
---- unix.orig/configure
-+++ unix/configure
-@@ -6889,6 +6889,7 @@ fi
+Index: unix/configure
+===================================================================
+--- unix.orig/configure	2013-09-19 23:17:13.000000000 +0300
++++ unix/configure	2013-10-16 15:58:37.450136217 +0300
+@@ -6899,6 +6899,7 @@
  	    LIBS="$LIBS -lc"
  	    SHLIB_CFLAGS=""
  	    SHLIB_SUFFIX=".so"
@@ -12,11 +12,19 @@ index f778a7b..25083c2 100755
  
  	    DL_OBJS="tclLoadDl.o"
  	    LD_LIBRARY_PATH_VAR="LIBPATH"
-diff --git unix.orig/tcl.m4 unix/tcl.m4
-index b13fddd..7254f66 100644
---- unix.orig/tcl.m4
-+++ unix/tcl.m4
-@@ -1408,12 +1408,15 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
+Index: unix/tcl.m4
+===================================================================
+--- unix.orig/tcl.m4	2013-09-19 23:17:13.000000000 +0300
++++ unix/tcl.m4	2013-10-16 16:18:50.719586228 +0300
+@@ -1408,6 +1408,7 @@
+ 	Linux*|GNU*|NetBSD-Debian)
+ 	    SHLIB_CFLAGS="-fPIC"
+ 	    SHLIB_SUFFIX=".so"
++	    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.0'
+ 
+ 	    CFLAGS_OPTIMIZE="-O2"
+ 	    # egcs-2.91.66 on Redhat Linux 6.0 generates lots of warnings
+@@ -1415,12 +1416,15 @@
  	    # get rid of the warnings.
  	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
  
@@ -33,15 +41,7 @@ index b13fddd..7254f66 100644
  	    LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
  	    AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
  	    AS_IF([test $do64bit = yes], [
-@@ -1439,6 +1442,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
- 	GNU*)
- 	    SHLIB_CFLAGS="-fPIC"
- 	    SHLIB_SUFFIX=".so"
-+	    SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.0'
- 
- 	    SHLIB_LD='${CC} -shared'
- 	    DL_OBJS=""
-@@ -2098,7 +2102,7 @@ dnl # preprocessing tests use only CPPFLAGS.
+@@ -2050,7 +2054,7 @@
  
      AS_IF([test "${SHARED_BUILD}" = 1 -a "${SHLIB_SUFFIX}" != ""], [
          LIB_SUFFIX=${SHARED_LIB_SUFFIX}
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
similarity index 91%
rename from meta/recipes-devtools/tcltk/tcl_8.6.0.bb
rename to meta/recipes-devtools/tcltk/tcl_8.6.1.bb
index 8d4df30..e239708 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
@@ -19,10 +19,9 @@ SRC_URI = "${BASE_SRC_URI} \
 	   file://fix_issue_with_old_distro_glibc.patch \
 	   file://no_packages.patch \
 	   file://tcl-remove-hardcoded-install-path.patch \
-	   file://let-DST-include-year-2099.patch;patchdir=.. "
-
-SRC_URI[md5sum] = "573aa5fe678e9185ef2b3c56b24658d3"
-SRC_URI[sha256sum] = "354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade"
+       "
+SRC_URI[md5sum] = "aae4b701ee527c6e4e1a6f9c7399882e"
+SRC_URI[sha256sum] = "16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514"
 
 SRC_URI_class-native = "${BASE_SRC_URI}"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 7/8] mdadm: upgrade to 3.3
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
                   ` (5 preceding siblings ...)
  2013-10-17 10:34 ` [PATCH 6/8] tcl: upgrade to 8.6.1 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  2013-10-17 10:34 ` [PATCH 8/8] gdb: upgrade to 7.6.1 Laurentiu Palcu
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

Refreshed mdadm-3.2.2_fix_for_x32.patch to apply correctly.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |   11 +++++------
 .../mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb}         |    5 ++---
 2 files changed, 7 insertions(+), 9 deletions(-)
 rename meta/recipes-extended/mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb} (86%)

diff --git a/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch b/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
index 58d54f9..3b3db0a 100644
--- a/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
+++ b/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
@@ -8,17 +8,16 @@ make file, hence making the CC definition in the Makefile conditional.
 
 Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07
 
-Index: mdadm-3.2.2/Makefile
+Index: mdadm-3.3/Makefile
 ===================================================================
---- mdadm-3.2.2.orig/Makefile
-+++ mdadm-3.2.2/Makefile
-@@ -40,7 +40,8 @@ KLIBC=/home/src/klibc/klibc-0.77
+--- mdadm-3.3.orig/Makefile	2013-09-03 07:47:47.000000000 +0300
++++ mdadm-3.3/Makefile	2013-10-16 16:44:23.542295487 +0300
+@@ -41,7 +41,7 @@
  
  KLIBC_GCC = gcc -nostdinc -iwithprefix include -I$(KLIBC)/klibc/include -I$(KLIBC)/linux/include -I$(KLIBC)/klibc/arch/i386/include -I$(KLIBC)/klibc/include/bits32
  
 -CC = $(CROSS_COMPILE)gcc
 +CC ?= $(CROSS_COMPILE)gcc
-+
- CXFLAGS = -ggdb
+ CXFLAGS ?= -ggdb
  CWFLAGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
  ifdef WARN_UNUSED
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.6.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb
similarity index 86%
rename from meta/recipes-extended/mdadm/mdadm_3.2.6.bb
rename to meta/recipes-extended/mdadm/mdadm_3.3.bb
index 7b6a6c7..23c9408 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.2.6.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.3.bb
@@ -8,14 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \
                     file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161"
 
-PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \
 	    file://mdadm-3.2.2_fix_for_x32.patch \
 	  "
 
-SRC_URI[md5sum] = "3e255dc71e5144bbcb872788ca647267"
-SRC_URI[sha256sum] = "c44ed3b31238b41cffe67caffaf45067d01e095de94988889ea8a94e22dc6c38"
+SRC_URI[md5sum] = "8ac04259cdd74b4566c3b6dea9414b57"
+SRC_URI[sha256sum] = "9c07e518bdf3392ebac8874eb686258e10ea3ae0ff7a8acb6d014718a9c3ed45"
 
 CFLAGS += "-fno-strict-aliasing"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 8/8] gdb: upgrade to 7.6.1
  2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
                   ` (6 preceding siblings ...)
  2013-10-17 10:34 ` [PATCH 7/8] mdadm: upgrade to 3.3 Laurentiu Palcu
@ 2013-10-17 10:34 ` Laurentiu Palcu
  7 siblings, 0 replies; 9+ messages in thread
From: Laurentiu Palcu @ 2013-10-17 10:34 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
 .../gdb/{gdb-7.6.inc => gdb-7.6.1.inc}             |    4 ++--
 ...canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} |    2 +-
 .../gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb}   |    2 +-
 .../gdb/{gdb_7.6.bb => gdb_7.6.1.bb}               |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.inc => gdb-7.6.1.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} (71%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb} (74%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.bb => gdb_7.6.1.bb} (96%)

diff --git a/meta/recipes-devtools/gdb/gdb-7.6.inc b/meta/recipes-devtools/gdb/gdb-7.6.1.inc
similarity index 70%
rename from meta/recipes-devtools/gdb/gdb-7.6.inc
rename to meta/recipes-devtools/gdb/gdb-7.6.1.inc
index 00cb6ee..d1270f9 100644
--- a/meta/recipes-devtools/gdb/gdb-7.6.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.6.1.inc
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-SRC_URI[md5sum] = "a9836707337e5f7bf76a009a8904f470"
-SRC_URI[sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36"
+SRC_URI[md5sum] = "d42841167fd061d90fddf9a7212a1f9f"
+SRC_URI[sha256sum] = "3ccf7f618536f89648ba89e322fc3c0946bc15c03ca09c32fd9e71bbca68104b"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb
similarity index 71%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb
index 3864435..3010359 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.1.bb
@@ -1,3 +1,3 @@
 require gdb-common.inc
 require gdb-cross-canadian.inc
-require gdb-7.6.inc
+require gdb-${PV}.inc
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.bb b/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb
similarity index 74%
rename from meta/recipes-devtools/gdb/gdb-cross_7.6.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb
index 62f6937..f9da486 100644
--- a/meta/recipes-devtools/gdb/gdb-cross_7.6.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross_7.6.1.bb
@@ -1,4 +1,4 @@
 require gdb-cross.inc
-require gdb-7.6.inc
+require gdb-${PV}.inc
 
 SRC_URI += "file://sim-install-6.6.patch"
diff --git a/meta/recipes-devtools/gdb/gdb_7.6.bb b/meta/recipes-devtools/gdb/gdb_7.6.1.bb
similarity index 96%
rename from meta/recipes-devtools/gdb/gdb_7.6.bb
rename to meta/recipes-devtools/gdb/gdb_7.6.1.bb
index 54082b8..e864471 100644
--- a/meta/recipes-devtools/gdb/gdb_7.6.bb
+++ b/meta/recipes-devtools/gdb/gdb_7.6.1.bb
@@ -1,5 +1,5 @@
 require gdb.inc
-require gdb-7.6.inc
+require gdb-${PV}.inc
 
 inherit python-dir
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-17 10:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 10:34 [PATCH 0/8] Other package upgrades Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 1/8] xmodmap: upgrade to 1.0.8 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 2/8] python-setuptools: upgrade to 1.1.6 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 3/8] xinit: upgrade to 1.3.3 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 4/8] m4: upgrade to 1.4.17 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 5/8] tar: upgrade to 1.27 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 6/8] tcl: upgrade to 8.6.1 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 7/8] mdadm: upgrade to 3.3 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 8/8] gdb: upgrade to 7.6.1 Laurentiu Palcu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox