From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Liu Haitao <haitao.liu@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][master,zeus][PATCH v2] go-pty: change the source address
Date: Fri, 8 May 2020 15:55:57 -0400 [thread overview]
Message-ID: <20200508195556.GA12940@gmail.com> (raw)
In-Reply-To: <1588817607-223768-1-git-send-email-haitao.liu@windriver.com>
In message: [meta-virtualization][master,zeus][PATCH v2] go-pty: change the source address
on 07/05/2020 Liu Haitao wrote:
> The go-pty module has moved to https://github.com/creack/pty.
v2 is merged to master/dunfell/zeus
Bruce
>
> Signed-off-by: Prashant Chikhalkar <prashant.chikhalkar@windriver.com>
> Signed-off-by: Liu Haitao <haitao.liu@windriver.com>
> ---
> recipes-devtools/go/go-pty_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-devtools/go/go-pty_git.bb b/recipes-devtools/go/go-pty_git.bb
> index bc94b31..02cef69 100644
> --- a/recipes-devtools/go/go-pty_git.bb
> +++ b/recipes-devtools/go/go-pty_git.bb
> @@ -1,12 +1,12 @@
> DESCRIPTION = "PTY interface for Go"
> -HOMEPAGE = "https://github.com/kr/pty"
> +HOMEPAGE = "https://github.com/creack/pty"
> SECTION = "devel/go"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://License;md5=93958070863d769117fa33b129020050"
>
> SRCNAME = "pty"
>
> -PKG_NAME = "github.com/kr/${SRCNAME}"
> +PKG_NAME = "github.com/creack/${SRCNAME}"
> SRC_URI = "git://${PKG_NAME}.git"
>
> SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7"
> --
> 2.17.0
>
prev parent reply other threads:[~2020-05-08 19:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-07 2:13 [meta-virtualization][master,zeus][PATCH v2] go-pty: change the source address jason.lau
2020-05-08 19:55 ` Bruce Ashfield [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=20200508195556.GA12940@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=haitao.liu@windriver.com \
--cc=meta-virtualization@lists.yoctoproject.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 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.