From: Kang Kai <Kai.Kang@windriver.com>
To: Joe MacDonald <Joe_MacDonald@mentor.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4
Date: Mon, 24 Aug 2015 09:39:06 +0800 [thread overview]
Message-ID: <55DA75BA.6040507@windriver.com> (raw)
In-Reply-To: <20150821140734.GB8498@mentor.com>
On 2015年08月21日 22:07, Joe MacDonald wrote:
> [Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.20 (Thu 16:26) Kang Kai wrote:
>
>> On 2015年08月20日 03:57, Joe MacDonald wrote:
>>> [[oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4] On 15.08.12 (Wed 10:05) kai.kang@windriver.com wrote:
>>>
>>>> From: Kai Kang <kai.kang@windriver.com>
>>>>
>>>> Upgrade inetutils from 1.9.2 to 1.9.4.
>>> You don't appear to be working against the meta-openembedded tree on
>>> this, I got a merge conflict on:
>>>
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>> Which, after a bit of head-scratching, suggests your tree has this patch
>>> merged:
>>>
>>> http://patchwork.openembedded.org/patch/96727/
>>>
>>> but, based on this discussion (also recorded in patchwork):
>>>
>>> http://comments.gmane.org/gmane.comp.handhelds.openembedded/69654
>>>
>>> we rejected it.
>>>
>>> Anyway, I've resolved it and am merging the result. Please try to
>>> ensure you're working on the current up-stream tree, though.
>> I worked on branch master-next of meta-networking. It has commit which adds
>> telnetd-Fix-deadlock-on-cleanup.patch.
>> So should I work based on branch master rather than master-next?
> That would be my recommendation, yeah. The next time master-next gets
> updated the patch will likely be dropped. My understanding is that
> master-next isn't intended to be fast-forward, so working on top of it
> can lead to surprises.
>
> That said, I try to always cherry pick my commits out of master-next
> once I know they've been vetted there first.
Hi Joe,
Thanks. I'll still work on master-next and do the cherry-pick of branch
master to verify the commit(s).
--Kai
>
> -J.
>
>> --Kai
>>
>>> -J.
>>>
>>>> * add homepage
>>>> * update inetutils/version.patch
>>>>
>>>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>>>> ---
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/fix-disable-ipv6.patch | 0
>>>> ...tils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch | 0
>>>> .../{inetutils-1.9.2 => inetutils}/inetutils-1.8-0003-wchar.patch | 0
>>>> .../inetutils-1.9-PATH_PROCNET_DEV.patch | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rexec.xinetd.inetutils | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rlogin.xinetd.inetutils | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/rsh.xinetd.inetutils | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/telnet.xinetd.inetutils | 0
>>>> .../telnetd-Fix-deadlock-on-cleanup.patch | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/tftpd.xinetd.inetutils | 0
>>>> .../inetutils/{inetutils-1.9.2 => inetutils}/version.patch | 2 +-
>>>> .../inetutils/{inetutils_1.9.2.bb => inetutils_1.9.4.bb} | 5 +++--
>>>> 12 files changed, 4 insertions(+), 3 deletions(-)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/fix-disable-ipv6.patch (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.8-0003-wchar.patch (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/inetutils-1.9-PATH_PROCNET_DEV.patch (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rexec.xinetd.inetutils (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rlogin.xinetd.inetutils (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/rsh.xinetd.inetutils (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/telnet.xinetd.inetutils (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/telnetd-Fix-deadlock-on-cleanup.patch (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/tftpd.xinetd.inetutils (100%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils-1.9.2 => inetutils}/version.patch (93%)
>>>> rename meta-networking/recipes-connectivity/inetutils/{inetutils_1.9.2.bb => inetutils_1.9.4.bb} (97%)
>>>>
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/fix-disable-ipv6.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/fix-disable-ipv6.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/fix-disable-ipv6.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/fix-disable-ipv6.patch
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0003-wchar.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.8-0003-wchar.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.9-PATH_PROCNET_DEV.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rexec.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rexec.xinetd.inetutils
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rlogin.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rlogin.xinetd.inetutils
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rsh.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/rsh.xinetd.inetutils
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnet.xinetd.inetutils
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/telnetd-Fix-deadlock-on-cleanup.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/tftpd.xinetd.inetutils b/meta-networking/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils
>>>> similarity index 100%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/tftpd.xinetd.inetutils
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>> similarity index 93%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>> index 1caa2d3..532a0e5 100644
>>>> --- a/meta-networking/recipes-connectivity/inetutils/inetutils-1.9.2/version.patch
>>>> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils/version.patch
>>>> @@ -11,7 +11,7 @@ Signed-off-by: Chunrong Guo <b40290@freescale.com>
>>>> -AC_INIT([GNU inetutils],
>>>> - m4_esyscmd([build-aux/git-version-gen .tarball-version 's/inetutils-/v/;s/_/./g']),
>>>> -+AC_INIT([GNU inetutils],[1.9.2],
>>>> ++AC_INIT([GNU inetutils],[1.9.4],
>>>> [bug-inetutils@gnu.org])
>>>> AC_CONFIG_SRCDIR([src/inetd.c])
>>>> diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>> similarity index 97%
>>>> rename from meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb
>>>> rename to meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>> index 6209272..cdcba83 100644
>>>> --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.2.bb
>>>> +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb
>>>> @@ -2,6 +2,7 @@ DESCRIPTION = "The GNU inetutils are a collection of common \
>>>> networking utilities and servers including ftp, ftpd, rcp, \
>>>> rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
>>>> talkd, telnet, telnetd, tftp, tftpd, and uucpd."
>>>> +HOMEPAGE = "http://www.gnu.org/software/inetutils"
>>>> SECTION = "net"
>>>> DEPENDS = "ncurses netbase readline"
>>>> LICENSE = "GPLv3"
>>>> @@ -21,8 +22,8 @@ SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
>>>> file://telnetd-Fix-deadlock-on-cleanup.patch \
>>>> "
>>>> -SRC_URI[md5sum] = "aa1a9a132259db83e66c1f3265065ba2"
>>>> -SRC_URI[sha256sum] = "0423ea40a160cd4630f817e247df5c08ecc625378d2bb56a0509117a36a89913"
>>>> +SRC_URI[md5sum] = "04852c26c47cc8c6b825f2b74f191f52"
>>>> +SRC_URI[sha256sum] = "be8f75eff936b8e41b112462db51adf689715658a1b09e0d6b05d11ec92cc616"
>>>> inherit autotools gettext update-alternatives texinfo
>>>> --
>>>> 1.9.1
>>>>
>>>>
>>>>
>>
>> --
>> Regards,
>> Neil | Kai Kang
>>
--
Regards,
Neil | Kai Kang
prev parent reply other threads:[~2015-08-24 1:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 2:05 [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4 kai.kang
2015-08-17 6:05 ` Kang Kai
2015-08-17 15:03 ` Joe MacDonald
2015-08-17 21:13 ` Randy MacLeod
2015-08-17 21:29 ` Khem Raj
2015-08-18 1:27 ` Joe MacDonald
2015-08-18 1:49 ` Kang Kai
2015-08-19 19:57 ` Joe MacDonald
2015-08-20 6:29 ` Kang Kai
2015-08-20 8:26 ` Kang Kai
2015-08-21 14:07 ` Joe MacDonald
2015-08-24 1:39 ` Kang Kai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55DA75BA.6040507@windriver.com \
--to=kai.kang@windriver.com \
--cc=Joe_MacDonald@mentor.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox