All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] subversion: upgrade from 1.5.5 to 1.6.13
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
@ 2010-11-18 22:52 ` Nitin A Kamble
  2010-11-23 17:55 ` [PATCH 2/6] m4: upgrade from 1.4.13 to 1.4.15 Nitin A Kamble
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-11-18 22:52 UTC (permalink / raw)
  To: poky

And update recipe checksums

rebased neon-detection.patch:
upstream code has some of the changes similar to the changes in the
patch. Removing the duplicate changes from the patch file.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../subversion-1.5.5/neon-detection.patch          |   36 --------------------
 .../disable-revision-install.patch                 |    0
 .../libtool2.patch                                 |    0
 .../subversion/subversion/neon-detection.patch     |   13 +++++++
 .../{subversion_1.5.5.bb => subversion_1.6.13.bb}  |    5 ++-
 5 files changed, 17 insertions(+), 37 deletions(-)
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.5.5/neon-detection.patch
 rename meta/recipes-devtools/subversion/{subversion-1.5.5 => subversion}/disable-revision-install.patch (100%)
 rename meta/recipes-devtools/subversion/{subversion-1.5.5 => subversion}/libtool2.patch (100%)
 create mode 100644 meta/recipes-devtools/subversion/subversion/neon-detection.patch
 rename meta/recipes-devtools/subversion/{subversion_1.5.5.bb => subversion_1.6.13.bb} (86%)

diff --git a/meta/recipes-devtools/subversion/subversion-1.5.5/neon-detection.patch b/meta/recipes-devtools/subversion/subversion-1.5.5/neon-detection.patch
deleted file mode 100644
index b567d5c..0000000
--- a/meta/recipes-devtools/subversion/subversion-1.5.5/neon-detection.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/build/ac-macros/neon.m4 b/build/ac-macros/neon.m4
-index 9fcf859..8d964f3 100644
---- a/build/ac-macros/neon.m4
-+++ b/build/ac-macros/neon.m4
-@@ -38,7 +38,7 @@ AC_DEFUN(SVN_LIB_NEON,
-     if test "$withval" = "yes" ; then
-       AC_MSG_ERROR([--with-neon requires an argument.])
-     else
--      neon_config="$withval/bin/neon-config"
-+      neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
-     fi
- 
-     SVN_NEON_CONFIG()
-@@ -117,10 +117,10 @@ dnl SVN_NEON_CONFIG()
- dnl neon-config found, gather relevant information from it
- AC_DEFUN(SVN_NEON_CONFIG,
- [
--  if test -f "$neon_config"; then
--    if test "$neon_config" != ""; then
-+  if true; then
-+    if true; then
-       AC_MSG_CHECKING([neon library version])
--      NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
-+      NEON_VERSION=`$neon_config --modversion | sed -e 's/^neon //'`
-       AC_MSG_RESULT([$NEON_VERSION])
- 
-       if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
-@@ -133,7 +133,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
-            test "$svn_allowed_neon" = "any"; then
-             svn_allowed_neon_on_system="yes"
-             SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
--            NEON_LIBS=`$neon_config --la-file`
-+            NEON_LIBS=`$neon_config --libs`
-             CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
-             svn_lib_neon="yes"
-             break
diff --git a/meta/recipes-devtools/subversion/subversion-1.5.5/disable-revision-install.patch b/meta/recipes-devtools/subversion/subversion/disable-revision-install.patch
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion-1.5.5/disable-revision-install.patch
rename to meta/recipes-devtools/subversion/subversion/disable-revision-install.patch
diff --git a/meta/recipes-devtools/subversion/subversion-1.5.5/libtool2.patch b/meta/recipes-devtools/subversion/subversion/libtool2.patch
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion-1.5.5/libtool2.patch
rename to meta/recipes-devtools/subversion/subversion/libtool2.patch
diff --git a/meta/recipes-devtools/subversion/subversion/neon-detection.patch b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
new file mode 100644
index 0000000..eaf6de0
--- /dev/null
+++ b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
@@ -0,0 +1,13 @@
+Index: subversion-1.6.13/build/ac-macros/neon.m4
+===================================================================
+--- subversion-1.6.13.orig/build/ac-macros/neon.m4
++++ subversion-1.6.13/build/ac-macros/neon.m4
+@@ -42,7 +42,7 @@ AC_DEFUN(SVN_LIB_NEON,
+         AC_MSG_ERROR([--with-neon requires an argument.])
+       fi
+     else
+-      neon_config="$withval/bin/neon-config"
++      neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
+     fi
+ 
+     SVN_NEON_CONFIG()
diff --git a/meta/recipes-devtools/subversion/subversion_1.5.5.bb b/meta/recipes-devtools/subversion/subversion_1.6.13.bb
similarity index 86%
rename from meta/recipes-devtools/subversion/subversion_1.5.5.bb
rename to meta/recipes-devtools/subversion/subversion_1.6.13.bb
index 4477274..c099756 100644
--- a/meta/recipes-devtools/subversion/subversion_1.5.5.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.6.13.bb
@@ -5,13 +5,16 @@ RDEPENDS = "neon"
 LICENSE = "Apache BSD"
 HOMEPAGE = "http://subversion.tigris.org"
 
-PR = "r7"
+PR = "r0"
 
 SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
            file://disable-revision-install.patch;patch=1 \
 	   file://neon-detection.patch;patch=1 \
 	   file://libtool2.patch;patch=1"
 
+SRC_URI[md5sum] = "7ae1c827689f21cf975804005be30aeb"
+SRC_URI[sha256sum] = "3a30327bdb04109f369586196ee4a6993cdab2cfa85c3134549f02c229bf0d15"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=b592c67ecb801ccc95e236f186ec33fd"
 
 EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
-- 
1.7.2.2



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

* [PATCH 2/6] m4: upgrade from 1.4.13 to 1.4.15
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
  2010-11-18 22:52 ` [PATCH 1/6] subversion: upgrade from 1.5.5 to 1.6.13 Nitin A Kamble
@ 2010-11-23 17:55 ` Nitin A Kamble
  2010-11-29 17:08 ` [PATCH 3/6] makedepend: upgrade from 1.0.2 to 1.0.3 Nitin A Kamble
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-11-23 17:55 UTC (permalink / raw)
  To: poky

And update recipe checksums

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../{m4-native_1.4.13.bb => m4-native_1.4.15.bb}   |    0
 meta/recipes-devtools/m4/m4_1.4.13.bb              |   10 ----------
 meta/recipes-devtools/m4/m4_1.4.15.bb              |   15 +++++++++++++++
 3 files changed, 15 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/m4/{m4-native_1.4.13.bb => m4-native_1.4.15.bb} (100%)
 delete mode 100644 meta/recipes-devtools/m4/m4_1.4.13.bb
 create mode 100644 meta/recipes-devtools/m4/m4_1.4.15.bb

diff --git a/meta/recipes-devtools/m4/m4-native_1.4.13.bb b/meta/recipes-devtools/m4/m4-native_1.4.15.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4-native_1.4.13.bb
rename to meta/recipes-devtools/m4/m4-native_1.4.15.bb
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb
deleted file mode 100644
index 339c33c..0000000
--- a/meta/recipes-devtools/m4/m4_1.4.13.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
-           file://ac_config_links.patch;patch=1"
-PR = "r2"
-
-inherit autotools
-
-EXTRA_OEMAKE += "'infodir=${infodir}'"
diff --git a/meta/recipes-devtools/m4/m4_1.4.15.bb b/meta/recipes-devtools/m4/m4_1.4.15.bb
new file mode 100644
index 0000000..908bc10
--- /dev/null
+++ b/meta/recipes-devtools/m4/m4_1.4.15.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
+	file://examples/COPYING;md5=380fd7d57d3fd009a5716e074a845d6d"
+
+PR = "r0"
+SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
+           file://ac_config_links.patch;patch=1"
+
+SRC_URI[md5sum] = "5649a2e593b6c639deae9e72ede777dd"
+SRC_URI[sha256sum] = "3d66dfeb609007062265a67b9a2c08d3686a74068830bacae60a6d58413c9367"
+
+inherit autotools
+
+EXTRA_OEMAKE += "'infodir=${infodir}'"
-- 
1.7.2.2



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

* [PATCH 3/6] makedepend: upgrade from 1.0.2 to 1.0.3
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
  2010-11-18 22:52 ` [PATCH 1/6] subversion: upgrade from 1.5.5 to 1.6.13 Nitin A Kamble
  2010-11-23 17:55 ` [PATCH 2/6] m4: upgrade from 1.4.13 to 1.4.15 Nitin A Kamble
@ 2010-11-29 17:08 ` Nitin A Kamble
  2010-11-29 17:09 ` [PATCH 6/6] distro_tracking_fields: update fields for devel/toolchain recipes Nitin A Kamble
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-11-29 17:08 UTC (permalink / raw)
  To: poky

And also update the recipe checksums.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../recipes-graphics/xorg-util/makedepend_1.0.2.bb |    8 --------
 .../recipes-graphics/xorg-util/makedepend_1.0.3.bb |   14 ++++++++++++++
 2 files changed, 14 insertions(+), 8 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
 create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb

diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
deleted file mode 100644
index 0051f2c..0000000
--- a/meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require xorg-util-common.inc
-
-DESCRIPTION = "create dependencies in makefiles"
-DEPENDS = "xproto util-macros"
-PR = "r2"
-PE = "1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
new file mode 100644
index 0000000..a103700
--- /dev/null
+++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb
@@ -0,0 +1,14 @@
+require xorg-util-common.inc
+
+DESCRIPTION = "create dependencies in makefiles"
+DEPENDS = "xproto util-macros"
+PR = "r0"
+PE = "1"
+
+BBCLASSEXTEND = "native"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f"
+
+SRC_URI[md5sum] = "ec37ca8b810a40cdfb16a736b3360f6c"
+SRC_URI[sha256sum] = "2d3466acc29b382a4368b30371f17a4083933281b97f8ef67fc8b785a60d52dc"
+
-- 
1.7.2.2



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

* [PATCH 6/6] distro_tracking_fields: update fields for devel/toolchain recipes
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
                   ` (2 preceding siblings ...)
  2010-11-29 17:08 ` [PATCH 3/6] makedepend: upgrade from 1.0.2 to 1.0.3 Nitin A Kamble
@ 2010-11-29 17:09 ` Nitin A Kamble
  2010-12-01 18:48 ` [PATCH 4/6] git: upgrade from 1.7.2.1 to 1.7.3.2 Nitin A Kamble
  2010-12-01 20:42 ` [PATCH 5/6] tcl: upgrade from 8.5.8 to 8.5.9 Nitin A Kamble
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-11-29 17:09 UTC (permalink / raw)
  To: poky

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   39 +++++++++-----------
 1 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 18e9996..9eb0d93 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -15,7 +15,7 @@ RECIPE_LATEST_VERIONS_pn-gccmakedep = "check"
 RECIPE_MAINTAINER_pn-gccmakedep = "Dexuan Cui <dexuan.cui@intel.com>"
 DISTRO_PN_ALIAS_pn-gccmakedep = "Mandriva=gccmakedep Ubuntu=xutils-dev"
 
-RECIPE_STATUS_pn-git = "red"
+RECIPE_STATUS_pn-git = "green"
 RECIPE_LATEST_VERIONS_pn-git = "1.7.3.2"
 RECIPE_MAINTAINER_pn-git = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
@@ -33,8 +33,8 @@ RECIPE_STATUS_pn-libsoup = "red"
 RECIPE_LATEST_VERIONS_pn-libsoup = "check"
 RECIPE_MAINTAINER_pn-libsoup = "Edwin Zhai <edwin.zhai@intel.com>"
 
-RECIPE_STATUS_pn-libtimedate-perl = "red"
-RECIPE_LATEST_VERIONS_pn-libtimedate-perl = "check"
+RECIPE_STATUS_pn-libtimedate-perl = "green"
+RECIPE_LATEST_VERIONS_pn-libtimedate-perl = "1.20"
 RECIPE_MAINTAINER_pn-libtimedate-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 DISTRO_PN_ALIAS_pn-libtimedate-perl = "Debian=libtimedate-perl Ubuntu=libtimedate-perl"
 
@@ -50,8 +50,8 @@ RECIPE_STATUS_pn-loudmouth = "red"
 RECIPE_LATEST_VERIONS_pn-loudmouth = "check"
 RECIPE_MAINTAINER_pn-loudmouth = "Dongxiao Xu <dongxiao.xu@intel.com"
 
-RECIPE_STATUS_pn-makedepend = "red"
-RECIPE_LATEST_VERIONS_pn-makedepend = "check"
+RECIPE_STATUS_pn-makedepend = "green"
+RECIPE_LATEST_VERIONS_pn-makedepend = "1.0.3"
 RECIPE_MAINTAINER_pn-makedepend = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 DISTRO_PN_ALIAS_pn-makedepend = "Mandriva=makedepend Ubuntu=xutils-dev"
 
@@ -75,8 +75,12 @@ RECIPE_LATEST_RELEASE_DATE_pn-minicom="2010/12/20"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-minicom="22 months"
 RECIPE_MAINTAINER_pn-minicom = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
+RECIPE_STATUS_pn-moblin-proto = "red"
+RECIPE_LATEST_VERIONS_pn-moblin-proto = "check"
+RECIPE_MAINTAINER_pn-moblin-proto = "Dexuan Cui <dexuan.cui@intel.com>"
+
 RECIPE_STATUS_pn-patch = "red"
-RECIPE_LATEST_VERIONS_pn-patch = "check"
+RECIPE_LATEST_VERIONS_pn-patch = "2.6.1"
 RECIPE_MAINTAINER_pn-patch = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
 RECIPE_STATUS_pn-python-imaging = "green"
@@ -91,8 +95,8 @@ RECIPE_STATUS_pn-screen = "red"
 RECIPE_LATEST_VERIONS_pn-screen = "check"
 RECIPE_MAINTAINER_pn-screen = "Qing He <qing.he@intel.com>"
 
-RECIPE_STATUS_pn-subversion = "red"
-RECIPE_LATEST_VERIONS_pn-subversion = "check"
+RECIPE_STATUS_pn-subversion = "green"
+RECIPE_LATEST_VERIONS_pn-subversion = "1.6.13"
 RECIPE_MAINTAINER_pn-subversion = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
 RECIPE_STATUS_pn-trace-cmd = "red"
@@ -2570,11 +2574,8 @@ RECIPE_STATUS_pn-binutils="green"
 RECIPE_LATEST_VERSION_pn-binutils="2.20.1"
 RECIPE_MAINTAINER_pn-binutils = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-gcc="red" 
+RECIPE_STATUS_pn-gcc="green" 
 RECIPE_LATEST_VERSION_pn-gcc="4.5.1"
-RECIPE_NO_OF_PATCHES_pn-gcc="8"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gcc="5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-gcc="2010/03/03"
 RECIPE_MAINTAINER_pn-gcc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
 RECIPE_STATUS_pn-autoconf="red" 
@@ -2624,7 +2625,7 @@ RECIPE_STATUS_pn-intltool="green"
 RECIPE_LATEST_VERSION_pn-intltool="0.40.6"
 RECIPE_MAINTAINER_pn-intltool = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-libtool="red" 
+RECIPE_STATUS_pn-libtool="green" 
 RECIPE_LATEST_VERSION_pn-libtool="2.4"
 RECIPE_MAINTAINER_pn-libtool = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
@@ -2705,7 +2706,7 @@ RECIPE_STATUS_pn-quilt="green"
 RECIPE_LATEST_VERSION_pn-quilt="0.48"
 RECIPE_MAINTAINER_pn-quilt = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-tcl="red"
+RECIPE_STATUS_pn-tcl="green"
 RECIPE_LATEST_VERSION_pn-tcl="8.5.9"
 RECIPE_MAINTAINER_pn-tcl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
@@ -2713,7 +2714,7 @@ RECIPE_STATUS_pn-unifdef="green" # poky local source files
 RECIPE_LATEST_VERSION_pn-unifdef="2.6.18+git"
 RECIPE_MAINTAINER_pn-unifdef = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-gnu-config="green" # upgraded
+RECIPE_STATUS_pn-gnu-config="red" 
 RECIPE_LATEST_VERSION_pn-gnu-config="0.1+cvs20080123"
 DISTRO_PN_ALIAS_pn-gnu-config = "OpenedHand"
 RECIPE_MAINTAINER_pn-gnu-config = "Nitin A Kamble <nitin.a.kamble@intel.com>"
@@ -2726,7 +2727,7 @@ RECIPE_STATUS_pn-gmp="green"
 RECIPE_LATEST_VERSION_pn-gmp="5.0.1"
 RECIPE_MAINTAINER_pn-gmp = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-libmpc="red"
+RECIPE_STATUS_pn-libmpc="green"
 RECIPE_LATEST_VERSION_pn-libmpc="0.8.2"
 RECIPE_MAINTAINER_pn-libmpc = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 DISTRO_PN_ALIAS_pn-libmpc = "Fedora=libmpc OpenSuse=libmpc2"
@@ -2739,10 +2740,6 @@ RECIPE_STATUS_pn-libconvert-asn1-perl="red" # 0.22 version does not build, so cr
 RECIPE_LATEST_VERSION_pn-libconvert-asn1-perl="0.22"
 RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
-RECIPE_STATUS_pn-libtimedate-perl="red" 
-RECIPE_LATEST_VERSION_pn-libtimedate-perl="1.20"
-RECIPE_MAINTAINER_pn-ilibtimedate-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
-
 RECIPE_STATUS_pn-libxml-parser-perl="red" 
 RECIPE_LATEST_VERSION_pn-libxml-parser-perl="2.36"
 RECIPE_MAINTAINER_pn-libxml-parser-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
@@ -2753,7 +2750,7 @@ RECIPE_LATEST_RELEASE_DATE_pn-cmake-native="2010/11/03"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cmake-native="4 month"
 RECIPE_MAINTAINER_pn-cmake-native = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
-RECIPE_STATUS_pn-m4="red" 
+RECIPE_STATUS_pn-m4="green" 
 RECIPE_LATEST_VERSION_pn-m4="1.4.15"
 RECIPE_MAINTAINER_pn-m4="Nitin A Kamble <nitin.a.kamble@intel.com>"
 RECIPE_COMMENTS_pn-m4= "Dongxiao Xu <dongxiao.xu@intel.com> will own GPLv2 m4"
-- 
1.7.2.2



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

* [PATCH 4/6] git: upgrade from 1.7.2.1 to 1.7.3.2
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
                   ` (3 preceding siblings ...)
  2010-11-29 17:09 ` [PATCH 6/6] distro_tracking_fields: update fields for devel/toolchain recipes Nitin A Kamble
@ 2010-12-01 18:48 ` Nitin A Kamble
  2010-12-01 20:42 ` [PATCH 5/6] tcl: upgrade from 8.5.8 to 8.5.9 Nitin A Kamble
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-12-01 18:48 UTC (permalink / raw)
  To: poky

And also updated the src_uri checksums.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 meta/recipes-devtools/git/git_1.7.2.1.bb |    8 --------
 meta/recipes-devtools/git/git_1.7.3.2.bb |   10 ++++++++++
 2 files changed, 10 insertions(+), 8 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_1.7.2.1.bb
 create mode 100644 meta/recipes-devtools/git/git_1.7.3.2.bb

diff --git a/meta/recipes-devtools/git/git_1.7.2.1.bb b/meta/recipes-devtools/git/git_1.7.2.1.bb
deleted file mode 100644
index c8aad2e..0000000
--- a/meta/recipes-devtools/git/git_1.7.2.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require git.inc
-
-PR = "r3"
-
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
-                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-                 "
-
diff --git a/meta/recipes-devtools/git/git_1.7.3.2.bb b/meta/recipes-devtools/git/git_1.7.3.2.bb
new file mode 100644
index 0000000..1f7f937
--- /dev/null
+++ b/meta/recipes-devtools/git/git_1.7.3.2.bb
@@ -0,0 +1,10 @@
+require git.inc
+
+PR = "r0"
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+
+SRC_URI[md5sum] = "902f7f07a789fedc0d2ac03656b85969"
+SRC_URI[sha256sum] = "bc4cf6bc7c116056050ef43b051691828d7101327b23311d424b02eaee553e71"
-- 
1.7.2.2



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

* [PATCH 5/6] tcl: upgrade from 8.5.8 to 8.5.9
  2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
                   ` (4 preceding siblings ...)
  2010-12-01 18:48 ` [PATCH 4/6] git: upgrade from 1.7.2.1 to 1.7.3.2 Nitin A Kamble
@ 2010-12-01 20:42 ` Nitin A Kamble
  5 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-12-01 20:42 UTC (permalink / raw)
  To: poky

Rebased this patch to the newer upstream code.
  modified:    fix_non_native_build_issue.patch

Deleted following patch as the newer upstream code includes it already.
  deleted:    tcl/mips-tclstrtod.patch

tcl: update checksums

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../tcltk/tcl/fix_non_native_build_issue.patch     |   46 ++++++++++----------
 .../tcltk/tcl/mips-tclstrtod.patch                 |   28 ------------
 .../tcltk/{tcl_8.5.8.bb => tcl_8.5.9.bb}           |    8 ++-
 3 files changed, 28 insertions(+), 54 deletions(-)
 delete mode 100644 meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.5.8.bb => tcl_8.5.9.bb} (89%)

diff --git a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch b/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
index b2d98c1..0b8b26c 100644
--- a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
+++ b/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
@@ -2,62 +2,62 @@ Index: unix/Makefile.in
 ===================================================================
 --- unix.orig/Makefile.in
 +++ unix/Makefile.in
-@@ -622,20 +622,20 @@ ro-test: tcltest
- shell: tclsh
+@@ -619,20 +619,20 @@ ro-test: tcltest@EXEEXT@
+ shell: ${TCL_EXE}
  	@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
  	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
--	./tclsh $(SCRIPT)
-+	tclsh $(SCRIPT)
+-	./${TCL_EXE} $(SCRIPT)
++	${TCL_EXE} $(SCRIPT)
  
  # This target can be used to run tclsh inside either gdb or insight
- gdb: tclsh
+ gdb: ${TCL_EXE}
  	@echo "set env @LD_LIBRARY_PATH_VAR@=\"`pwd`:$${@LD_LIBRARY_PATH_VAR@}\"" > gdb.run
  	@echo "set env TCL_LIBRARY=${TCL_BUILDTIME_LIBRARY}" >> gdb.run
--	$(GDB) ./tclsh --command=gdb.run
-+	$(GDB) tclsh --command=gdb.run
+-	$(GDB) ./${TCL_EXE} --command=gdb.run
++	$(GDB) ${TCL_EXE} --command=gdb.run
  	rm gdb.run
  
  # This target can be used to run tclsh inside ddd
- ddd: tclsh
+ ddd: ${TCL_EXE}
  	@echo "set env @LD_LIBRARY_PATH_VAR@=\"`pwd`:$${@LD_LIBRARY_PATH_VAR@}\"" > gdb.run
  	@echo "set env TCL_LIBRARY=${TCL_BUILDTIME_LIBRARY}" >> gdb.run
--	$(DDD) -command=gdb.run ./tclsh
-+	$(DDD) -command=gdb.run tclsh
+-	$(DDD) -command=gdb.run ./${TCL_EXE}
++	$(DDD) -command=gdb.run ${TCL_EXE}
  	rm gdb.run
  
  VALGRINDARGS=--tool=memcheck --num-callers=8 --leak-resolution=high --leak-check=yes --show-reachable=yes -v
-@@ -648,7 +648,7 @@ valgrind: tclsh tcltest
- valgrindshell: tclsh
+@@ -645,7 +645,7 @@ valgrind: ${TCL_EXE} tcltest@EXEEXT@
+ valgrindshell: ${TCL_EXE}
  	@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
  	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
--	valgrind $(VALGRINDARGS) ./tclsh $(SCRIPT)
-+	valgrind $(VALGRINDARGS) tclsh $(SCRIPT)
+-	valgrind $(VALGRINDARGS) ./${TCL_EXE} $(SCRIPT)
++	valgrind $(VALGRINDARGS) ${TCL_EXE} $(SCRIPT)
  
  # The following target outputs the name of the top-level source directory for
  # Tcl (it is used by Tk's configure script, for example). The .NO_PARALLEL
-@@ -817,14 +817,14 @@ install-tzdata: tclsh
+@@ -809,14 +809,14 @@ install-tzdata: ${TCL_EXE}
  	@echo "Installing time zone data"
  	@@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
  	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
--	./tclsh $(TOOL_DIR)/installData.tcl \
-+	tclsh $(TOOL_DIR)/installData.tcl \
+-	./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
++	${TCL_EXE} $(TOOL_DIR)/installData.tcl \
  	    $(TOP_DIR)/library/tzdata "$(SCRIPT_INSTALL_DIR)"/tzdata
  
- install-msgs: tclsh
+ install-msgs: ${TCL_EXE}
  	@echo "Installing message catalogs"
  	@@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
  	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
--	./tclsh $(TOOL_DIR)/installData.tcl \
-+	tclsh $(TOOL_DIR)/installData.tcl \
+-	./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
++	${TCL_EXE} $(TOOL_DIR)/installData.tcl \
  	    $(TOP_DIR)/library/msgs "$(SCRIPT_INSTALL_DIR)"/msgs
  
  install-doc: doc
-@@ -1764,7 +1764,7 @@ html-tk: tclsh
+@@ -1756,7 +1756,7 @@ html-tk: ${TCL_EXE}
  BUILD_HTML = \
  	@@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
  	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
--	./tclsh $(TOOL_DIR)/tcltk-man2html.tcl --htmldir="$(HTML_INSTALL_DIR)" \
-+	tclsh $(TOOL_DIR)/tcltk-man2html.tcl --htmldir="$(HTML_INSTALL_DIR)" \
+-	./${TCL_EXE} $(TOOL_DIR)/tcltk-man2html.tcl --htmldir="$(HTML_INSTALL_DIR)" \
++	${TCL_EXE} $(TOOL_DIR)/tcltk-man2html.tcl --htmldir="$(HTML_INSTALL_DIR)" \
  		--srcdir=$(TOP_DIR)/.. $(BUILD_HTML_FLAGS)
  
  #
diff --git a/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch b/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch
deleted file mode 100644
index c1e0d63..0000000
--- a/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-http://sourceforge.net/tracker/index.php?func=detail&aid=2902010&group_id=10894&atid=110894
-
-Pulled from OE by: Saul Wold <saul.wold@intel.com>
-
---- ../generic/tclStrToD.c.orig
-+++ ../generic/tclStrToD.c
-@@ -71,9 +71,10 @@
- 
- /*
-  * MIPS floating-point units need special settings in control registers
-- * to use gradual underflow as we expect.
-+ * to use gradual underflow as we expect.  This fix is for the MIPSpro
-+ * compiler.  
-  */
--#if defined(__mips)
-+#if defined(__sgi) && defined(_COMPILER_VERSION)
- #include <sys/fpu.h>
- #endif
- /*
-@@ -2166,7 +2167,7 @@
-     } bitwhack;
- #endif
- 
--#if defined(__mips)
-+#if defined(__sgi) && defined(_COMPILER_VERSION)
-     union fpc_csr mipsCR;
- 
-     mipsCR.fc_word = get_fpc_csr();
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.8.bb b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
similarity index 89%
rename from meta/recipes-devtools/tcltk/tcl_8.5.8.bb
rename to meta/recipes-devtools/tcltk/tcl_8.5.9.bb
index 1edb57b..aa1805b 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.8.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
@@ -11,14 +11,16 @@ LIC_CHKSUM_FILES = "file://../license.terms;md5=7b4d3c71b2d9a8c1b373609867975570
     file://../win/license.terms;md5=7b4d3c71b2d9a8c1b373609867975570 \
     "
 
-PR = "r4"
+PR = "r0"
 
 BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
                 file://tcl-add-soname.patch"
 
 SRC_URI = "${BASE_SRC_URI} \
-	   file://fix_non_native_build_issue.patch \
-           file://mips-tclstrtod.patch;striplevel=0"
+	   file://fix_non_native_build_issue.patch "
+
+SRC_URI[md5sum] = "8512d8db3233041dd68a81476906012a"
+SRC_URI[sha256sum] = "3ab671b417e3eeb41b9cef626d742d8f7f57425101e83e5fcad1d552cd99237d"
 
 SRC_URI_virtclass-native = "${BASE_SRC_URI}"
 
-- 
1.7.2.2



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

* [PATCH 0/6] devel/toolchain recipe upgrades
@ 2010-12-03  2:49 Nitin A Kamble
  2010-11-18 22:52 ` [PATCH 1/6] subversion: upgrade from 1.5.5 to 1.6.13 Nitin A Kamble
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-12-03  2:49 UTC (permalink / raw)
  To: poky

Richard, Saul,
  This is another round of devel/toolchain recipe upgrades bunch. I have tested it on x86, arm, ppc, mips arches, but building for them, and booting in qemu.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/upgrades
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (6):
  subversion: upgrade from 1.5.5 to 1.6.13
  m4: upgrade from 1.4.13 to 1.4.15
  makedepend: upgrade from 1.0.2 to 1.0.3
  git: upgrade from 1.7.2.1 to 1.7.3.2
  tcl: upgrade from 8.5.8 to 8.5.9
  distro_tracking_fields: update fields for devel/toolchain recipes

 .../conf/distro/include/distro_tracking_fields.inc |   39 ++++++++---------
 meta/recipes-devtools/git/git_1.7.2.1.bb           |    8 ---
 meta/recipes-devtools/git/git_1.7.3.2.bb           |   10 ++++
 .../{m4-native_1.4.13.bb => m4-native_1.4.15.bb}   |    0
 meta/recipes-devtools/m4/m4_1.4.13.bb              |   10 ----
 meta/recipes-devtools/m4/m4_1.4.15.bb              |   15 ++++++
 .../subversion-1.5.5/neon-detection.patch          |   36 ---------------
 .../disable-revision-install.patch                 |    0
 .../libtool2.patch                                 |    0
 .../subversion/subversion/neon-detection.patch     |   13 ++++++
 .../{subversion_1.5.5.bb => subversion_1.6.13.bb}  |    5 ++-
 .../tcltk/tcl/fix_non_native_build_issue.patch     |   46 ++++++++++----------
 .../tcltk/tcl/mips-tclstrtod.patch                 |   28 ------------
 .../tcltk/{tcl_8.5.8.bb => tcl_8.5.9.bb}           |    8 ++-
 .../recipes-graphics/xorg-util/makedepend_1.0.2.bb |    8 ---
 .../recipes-graphics/xorg-util/makedepend_1.0.3.bb |   14 ++++++
 16 files changed, 102 insertions(+), 138 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_1.7.2.1.bb
 create mode 100644 meta/recipes-devtools/git/git_1.7.3.2.bb
 rename meta/recipes-devtools/m4/{m4-native_1.4.13.bb => m4-native_1.4.15.bb} (100%)
 delete mode 100644 meta/recipes-devtools/m4/m4_1.4.13.bb
 create mode 100644 meta/recipes-devtools/m4/m4_1.4.15.bb
 delete mode 100644 meta/recipes-devtools/subversion/subversion-1.5.5/neon-detection.patch
 rename meta/recipes-devtools/subversion/{subversion-1.5.5 => subversion}/disable-revision-install.patch (100%)
 rename meta/recipes-devtools/subversion/{subversion-1.5.5 => subversion}/libtool2.patch (100%)
 create mode 100644 meta/recipes-devtools/subversion/subversion/neon-detection.patch
 rename meta/recipes-devtools/subversion/{subversion_1.5.5.bb => subversion_1.6.13.bb} (86%)
 delete mode 100644 meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.5.8.bb => tcl_8.5.9.bb} (89%)
 delete mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.2.bb
 create mode 100644 meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb

-- 
1.7.2.2



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

* [PATCH 0/6] devel/toolchain recipe upgrades
@ 2010-12-13 16:44 Nitin A Kamble
  0 siblings, 0 replies; 8+ messages in thread
From: Nitin A Kamble @ 2010-12-13 16:44 UTC (permalink / raw)
  To: poky

Saul,
  Here are the upgrades for remaining devel/toolchain recipes. The commits 
related to autoconf are dropped from this branch, as I was seeing rpm 
packaging issue after upgrading autoconf.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: nitin/upgrades
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Thanks,
    Nitin A Kamble <nitin.a.kamble@intel.com>
---


Nitin A Kamble (6):
  patch_2.5.9: clean up the recipe
  patch-2.6.1: implement new patch recipe with latest upstream
  fstests: upgrade to svn revision #426
  gnu-config: upgrade recipe to the latest repo head
  python-pygobject: upgrade from 2.21.1 to 2.27.0
  distro_tracking: update status for upgraded recipes

 .../conf/distro/include/distro_tracking_fields.inc |   21 +-
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 .../gnu-config/config-guess-uclibc.patch           |  130 +-
 .../gnu-config/gnu-config_20080123.bb              |   38 -
 meta/recipes-devtools/gnu-config/gnu-config_git.bb |   48 +
 .../recipes-devtools/patch/patch-2.5.9/2.5.9.patch |27399 --------------------
 .../global-reject-file.diff                        |  137 +-
 meta/recipes-devtools/patch/patch.inc              |    1 -
 .../patch/{patch-2.5.9 => patch}/debian.patch      |    0
 .../{patch-2.5.9 => patch}/global-reject-file.diff |    0
 .../patch/{patch-2.5.9 => patch}/install.patch     |    0
 .../unified-reject-files.diff                      |    0
 meta/recipes-devtools/patch/patch_2.5.9.bb         |   13 +-
 meta/recipes-devtools/patch/patch_2.6.1.bb         |   14 +
 ...2.21.1.bb => python-pygobject-native_2.27.0.bb} |    0
 ...object_2.21.1.bb => python-pygobject_2.27.0.bb} |    2 +-
 meta/recipes-graphics/fstests/fstests_svn.bb       |    6 +-
 17 files changed, 204 insertions(+), 27607 deletions(-)
 delete mode 100644 meta/recipes-devtools/gnu-config/gnu-config_20080123.bb
 create mode 100644 meta/recipes-devtools/gnu-config/gnu-config_git.bb
 delete mode 100644 meta/recipes-devtools/patch/patch-2.5.9/2.5.9.patch
 copy meta/recipes-devtools/patch/{patch-2.5.9 => patch-2.6.1}/global-reject-file.diff (57%)
 rename meta/recipes-devtools/patch/{patch-2.5.9 => patch}/debian.patch (100%)
 rename meta/recipes-devtools/patch/{patch-2.5.9 => patch}/global-reject-file.diff (100%)
 rename meta/recipes-devtools/patch/{patch-2.5.9 => patch}/install.patch (100%)
 rename meta/recipes-devtools/patch/{patch-2.5.9 => patch}/unified-reject-files.diff (100%)
 create mode 100644 meta/recipes-devtools/patch/patch_2.6.1.bb
 rename meta/recipes-devtools/python/{python-pygobject-native_2.21.1.bb => python-pygobject-native_2.27.0.bb} (100%)
 rename meta/recipes-devtools/python/{python-pygobject_2.21.1.bb => python-pygobject_2.27.0.bb} (98%)

-- 
1.7.2.2



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

end of thread, other threads:[~2010-12-13 16:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03  2:49 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble
2010-11-18 22:52 ` [PATCH 1/6] subversion: upgrade from 1.5.5 to 1.6.13 Nitin A Kamble
2010-11-23 17:55 ` [PATCH 2/6] m4: upgrade from 1.4.13 to 1.4.15 Nitin A Kamble
2010-11-29 17:08 ` [PATCH 3/6] makedepend: upgrade from 1.0.2 to 1.0.3 Nitin A Kamble
2010-11-29 17:09 ` [PATCH 6/6] distro_tracking_fields: update fields for devel/toolchain recipes Nitin A Kamble
2010-12-01 18:48 ` [PATCH 4/6] git: upgrade from 1.7.2.1 to 1.7.3.2 Nitin A Kamble
2010-12-01 20:42 ` [PATCH 5/6] tcl: upgrade from 8.5.8 to 8.5.9 Nitin A Kamble
  -- strict thread matches above, loose matches on Subject: below --
2010-12-13 16:44 [PATCH 0/6] devel/toolchain recipe upgrades Nitin A Kamble

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.