* [PATCH 0/2] update upstream_tracking.inc and maintainers.inc
@ 2013-12-27 15:04 Robert Yang
2013-12-27 15:04 ` [PATCH 1/2] upstream_tracking.inc: remove several entries Robert Yang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-27 15:04 UTC (permalink / raw)
To: poky
The following changes since commit 005af45191ded6185c618c708181b31281e43092:
bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/maintainer
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/maintainer
Robert Yang (2):
upstream_tracking.inc: remove several entries
maintainers.inc: reassign tzcode-native
meta-yocto/conf/distro/include/maintainers.inc | 2 +-
meta-yocto/conf/distro/include/upstream_tracking.inc | 13 -------------
2 files changed, 1 insertion(+), 14 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] upstream_tracking.inc: remove several entries
2013-12-27 15:04 [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
@ 2013-12-27 15:04 ` Robert Yang
2013-12-27 15:04 ` [PATCH 2/2] maintainers.inc: reassign tzcode-native Robert Yang
2013-12-31 2:45 ` [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-27 15:04 UTC (permalink / raw)
To: poky
Remove the following entries:
autoconf: out of date, it was added before/when 2.68, now we use 2.69
autogen: out of date, it was added before/when 5.12, now we use 5.17.4
automake: out of date, it was added before/when 1.12, now we use 1.14
glib-2.0: out of date, it was added before/when 2.35.8, now we use 2.38.2
pn-gmp: out of date, it was added before/when 5.0.5, now we use 5.1.1
makedevs: out of date, it was added before/when 1.0.0, now we use 1.0.1
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta-yocto/conf/distro/include/upstream_tracking.inc | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc
index ae1ae49..d80ede4 100644
--- a/meta-yocto/conf/distro/include/upstream_tracking.inc
+++ b/meta-yocto/conf/distro/include/upstream_tracking.inc
@@ -24,12 +24,6 @@
#
RECIPE_UPSTREAM_VERSION_pn-adt-installer = "1.1"
CHECK_DATE_pn-adt-installer = "Sep 11, 2012"
-RECIPE_NO_UPDATE_REASON_pn-autoconf="seeing rpm issue with the 2.68 version, a bug is open"
-RECIPE_UPSTREAM_VERSION_pn-autogen = "5.12"
-CHECK_DATE_pn-autogen = "Jan 17, 2012"
-RECIPE_NO_UPDATE_REASON_pn-autogen = "newer versions are dumping core while building, and no distro has picked up the newer versions yet"
-RECIPE_UPSTREAM_VERSION_pn-automake="1.12"
-CHECK_DATE_pn-automake = "Aug 27, 2012"
RECIPE_UPSTREAM_DATE_pn-avahi-ui = "Oct 01, 2010"
RECIPE_UPSTREAM_VERSION_pn-avahi = "0.6.31"
RECIPE_UPSTREAM_DATE_pn-avahi = "Oct 01, 2010"
@@ -71,13 +65,9 @@ RECIPE_UPSTREAM_VERSION_pn-gdk-pixbuf = "2.27.2"
RECIPE_UPSTREAM_DATE_pn-gdk-pixbuf = "Mar 3, 2013"
CHECK_DATE_pn-gdk-pixbuf = "Mar 5, 2013"
RECIPE_NO_UPDATE_REASON_pn-gdk-pixbuf = "2.27.2 is unstable"
-RECIPE_NO_UPDATE_REASON_pn-glib-2.0 = "2.35.8 is unstable"
RECIPE_UPSTREAM_VERSION_pn-glibc = "2.11.2"
RECIPE_UPSTREAM_DATE_pn-glibc = "May 01, 2010"
RECIPE_NO_UPDATE_REASON_pn-glibc = "two glibc plugins are based on 2.10.1"
-RECIPE_UPSTREAM_VERSION_pn-gmp="5.0.5"
-RECIPE_UPSTREAM_DATE_pn-gmp = "Jul 05, 2012"
-CHECK_DATE_pn-gmp = "Aug 28, 2012"
RECIPE_NO_UPDATE_REASON_pn-glib-networking = "Pending Glib-2.0 Update"
RECIPE_UPSTREAM_VERSION_pn-gnome-desktop = "3.7.90"
RECIPE_UPSTREAM_DATE_pn-gnome-desktop = "Feb 19, 2013"
@@ -160,9 +150,6 @@ RECIPE_UPSTREAM_VERSION_pn-linuxdoc-tools-native = "0.9.66"
CHECK_DATE_pn-linuxdoc-tools-native = "Aug 31, 2012"
RECIPE_NO_UPDATE_REASON-libxml2 = "only release candidates available "
RECIPE_UPSTREAM_VERSION_pn-lsbtest = "1.0"
-RECIPE_UPSTREAM_VERSION_pn-makedevs = "1.0.0"
-RECIPE_UPSTREAM_DATE_pn-makedevs = "Feb 11, 2009"
-CHECK_DATE_pn-makedevs = "Aug 31, 2012"
RECIPE_UPSTREAM_VERSION_pn-meta-ide-support = "check"
RECIPE_UPSTREAM_VERSION_pn-minicom = "2.6.2"
RECIPE_UPSTREAM_DATE_pn-minicom = "Feb 06, 2013"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] maintainers.inc: reassign tzcode-native
2013-12-27 15:04 [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
2013-12-27 15:04 ` [PATCH 1/2] upstream_tracking.inc: remove several entries Robert Yang
@ 2013-12-27 15:04 ` Robert Yang
2013-12-31 2:45 ` [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-27 15:04 UTC (permalink / raw)
To: poky
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta-yocto/conf/distro/include/maintainers.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc
index 56489a8..133857f 100644
--- a/meta-yocto/conf/distro/include/maintainers.inc
+++ b/meta-yocto/conf/distro/include/maintainers.inc
@@ -644,7 +644,7 @@ RECIPE_MAINTAINER_pn-trace-cmd = "Darren Hart <dvhart@linux.intel.com>"
RECIPE_MAINTAINER_pn-tremor = "Cristian Iorga <cristian.iorga@intel.com>"
RECIPE_MAINTAINER_pn-tslib = "Paul Eggleton <paul.eggleton@linux.intel.com>"
RECIPE_MAINTAINER_pn-ttf-bitstream-vera = "Valentin Popa <valentin.popa@intel.com>"
-RECIPE_MAINTAINER_pn-tzcode-native = "Saul Wold <sgw@linux.intel.com>"
+RECIPE_MAINTAINER_pn-tzcode-native = "Robert Yang <liezhi.yang@windriver.com>"
RECIPE_MAINTAINER_pn-tzdata = "Robert Yang <liezhi.yang@windriver.com>"
RECIPE_MAINTAINER_pn-ubootchart = "Cristiana Voicu <cristiana.voicu@intel.com>"
RECIPE_MAINTAINER_pn-u-boot-fw-utils = "Cristiana Voicu <cristiana.voicu@intel.com>"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] update upstream_tracking.inc and maintainers.inc
2013-12-27 15:04 [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
2013-12-27 15:04 ` [PATCH 1/2] upstream_tracking.inc: remove several entries Robert Yang
2013-12-27 15:04 ` [PATCH 2/2] maintainers.inc: reassign tzcode-native Robert Yang
@ 2013-12-31 2:45 ` Robert Yang
2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2013-12-31 2:45 UTC (permalink / raw)
To: poky
Please ignore this one, I will send an update one.
// Robert
On 12/27/2013 11:04 PM, Robert Yang wrote:
> The following changes since commit 005af45191ded6185c618c708181b31281e43092:
>
> bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +0000)
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib robert/maintainer
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/maintainer
>
> Robert Yang (2):
> upstream_tracking.inc: remove several entries
> maintainers.inc: reassign tzcode-native
>
> meta-yocto/conf/distro/include/maintainers.inc | 2 +-
> meta-yocto/conf/distro/include/upstream_tracking.inc | 13 -------------
> 2 files changed, 1 insertion(+), 14 deletions(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-31 2:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27 15:04 [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
2013-12-27 15:04 ` [PATCH 1/2] upstream_tracking.inc: remove several entries Robert Yang
2013-12-27 15:04 ` [PATCH 2/2] maintainers.inc: reassign tzcode-native Robert Yang
2013-12-31 2:45 ` [PATCH 0/2] update upstream_tracking.inc and maintainers.inc Robert Yang
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.