Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] mtools upgrade
@ 2011-06-16 17:18 Scott Garman
  2011-06-16 17:18 ` [PATCH 1/2] mtools: upgrade to v4.0.16 Scott Garman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Scott Garman @ 2011-06-16 17:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Scott Garman

Upgrade the mtools recipe to the latest upstream release, v4.0.16.

Build tested for all 5 of our qemu MACHINEs.

The following changes since commit e1f6ebba3ab2fc8a469c1d96fc6d4c4b8f16845c:

  meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends (2011-06-15 11:49:42 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/mtools-upgrade
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/mtools-upgrade

Scott Garman (2):
  mtools: upgrade to v4.0.16
  distro_tracking: update mtools tracking info

 .../conf/distro/include/distro_tracking_fields.inc |    9 ++++-----
 .../mtools/mtools/no-x11.gplv3.patch               |    9 ++++++---
 .../mtools/{mtools_4.0.15.bb => mtools_4.0.16.bb}  |    4 ++--
 3 files changed, 12 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/mtools/{mtools_4.0.15.bb => mtools_4.0.16.bb} (80%)




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

* [PATCH 1/2] mtools: upgrade to v4.0.16
  2011-06-16 17:18 [PATCH 0/2] mtools upgrade Scott Garman
@ 2011-06-16 17:18 ` Scott Garman
  2011-06-16 17:18 ` [PATCH 2/2] distro_tracking: update mtools tracking info Scott Garman
  2011-06-30  3:49 ` [PATCH 0/2] mtools upgrade Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2011-06-16 17:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Scott Garman

Also added Upstream-Status: tag to a patch.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../mtools/mtools/no-x11.gplv3.patch               |    9 ++++++---
 .../mtools/{mtools_4.0.15.bb => mtools_4.0.16.bb}  |    4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/mtools/{mtools_4.0.15.bb => mtools_4.0.16.bb} (80%)

diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch b/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
index 7d1f545..9cb3e39 100644
--- a/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
+++ b/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
@@ -1,6 +1,9 @@
-# Disable building with X11 support.
-#
-# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+Disable building with X11 support.
+
+Upstream-Status: Inappropriate [disable feature]
+
+Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
 diff -urN mtools-4.0.15.orig//Makefile.in mtools-4.0.15//Makefile.in
 --- mtools-4.0.15.orig//Makefile.in	2010-10-17 08:41:09.000000000 -0700
 +++ mtools-4.0.15//Makefile.in	2010-11-23 13:59:49.258258374 -0800
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.15.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
similarity index 80%
rename from meta/recipes-devtools/mtools/mtools_4.0.15.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.16.bb
index 08f42cc..f5dca26 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.15.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
@@ -11,8 +11,8 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
            file://mtools-makeinfo.patch \
            file://no-x11.gplv3.patch"
 
-SRC_URI[md5sum] = "b7550b649af77812cb696a780e853f47"
-SRC_URI[sha256sum] = "290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899"
+SRC_URI[md5sum] = "e9b07f35272210f407012abaf5d1b9b5"
+SRC_URI[sha256sum] = "7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5"
 
 inherit autotools
 
-- 
1.7.1




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

* [PATCH 2/2] distro_tracking: update mtools tracking info
  2011-06-16 17:18 [PATCH 0/2] mtools upgrade Scott Garman
  2011-06-16 17:18 ` [PATCH 1/2] mtools: upgrade to v4.0.16 Scott Garman
@ 2011-06-16 17:18 ` Scott Garman
  2011-06-30  3:49 ` [PATCH 0/2] mtools upgrade Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2011-06-16 17:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Scott Garman

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index f4aa1ea..830b5dc 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -1269,13 +1269,12 @@ DISTRO_PN_ALIAS_pn-msynctool = "OpenSuse=msynctool Mandriva=msynctool"
 
 RECIPE_STATUS_pn-mtools = "green"
 RECIPE_DEPENDENCY_CHECK_pn-mtools = "not done"
-RECIPE_LATEST_VERSION_pn-mtools = "4.0.15"
+RECIPE_LATEST_VERSION_pn-mtools = "4.0.16"
 RECIPE_INTEL_SECTION_pn-mtools = "optional"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mtools = "1 day"
-RECIPE_LATEST_RELEASE_DATE_pn-mtools = "2010/10/17"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mtools = "6 months"
+RECIPE_LATEST_RELEASE_DATE_pn-mtools = "2011/04/16"
 RECIPE_COMMENTS_pn-mtools = ""
-RECIPE_LATEST_VERSION_pn-mtools = "4.0.15"
-RECIPE_LAST_UPDATE_pn-mtools = "Nov 23, 2010"
+RECIPE_LAST_UPDATE_pn-mtools = "Jun 15, 2011"
 RECIPE_MAINTAINER_pn-mtools = "Scott Garman <scott.a.garman@intel.com>"
 
 RECIPE_STATUS_pn-pm-utils = "green"
-- 
1.7.1




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

* Re: [PATCH 0/2] mtools upgrade
  2011-06-16 17:18 [PATCH 0/2] mtools upgrade Scott Garman
  2011-06-16 17:18 ` [PATCH 1/2] mtools: upgrade to v4.0.16 Scott Garman
  2011-06-16 17:18 ` [PATCH 2/2] distro_tracking: update mtools tracking info Scott Garman
@ 2011-06-30  3:49 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-06-30  3:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Scott Garman

On 06/16/2011 10:18 AM, Scott Garman wrote:
> Upgrade the mtools recipe to the latest upstream release, v4.0.16.
>
> Build tested for all 5 of our qemu MACHINEs.
>
> The following changes since commit e1f6ebba3ab2fc8a469c1d96fc6d4c4b8f16845c:
>
>    meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends (2011-06-15 11:49:42 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib sgarman/mtools-upgrade
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/mtools-upgrade
>
> Scott Garman (2):
>    mtools: upgrade to v4.0.16
>    distro_tracking: update mtools tracking info
>
>   .../conf/distro/include/distro_tracking_fields.inc |    9 ++++-----
>   .../mtools/mtools/no-x11.gplv3.patch               |    9 ++++++---
>   .../mtools/{mtools_4.0.15.bb =>  mtools_4.0.16.bb}  |    4 ++--
>   3 files changed, 12 insertions(+), 10 deletions(-)
>   rename meta/recipes-devtools/mtools/{mtools_4.0.15.bb =>  mtools_4.0.16.bb} (80%)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-Core

Thanks
	Sau!




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

end of thread, other threads:[~2011-06-30  3:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 17:18 [PATCH 0/2] mtools upgrade Scott Garman
2011-06-16 17:18 ` [PATCH 1/2] mtools: upgrade to v4.0.16 Scott Garman
2011-06-16 17:18 ` [PATCH 2/2] distro_tracking: update mtools tracking info Scott Garman
2011-06-30  3:49 ` [PATCH 0/2] mtools upgrade Saul Wold

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