diff options
author | Liu Haitao <haitao.liu@windriver.com> | 2020-05-07 10:13:27 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-08 15:55:21 -0400 |
commit | 9b2933489a2e061ea21058c3640d962525c2ad32 (patch) | |
tree | 667cb490682201b5619524b9d9eeedeea31da660 | |
parent | c0a3b6526b733d43bb04255930444e241960bc1b (diff) | |
download | meta-virtualization-9b2933489a2e061ea21058c3640d962525c2ad32.tar.gz |
go-pty: change the source address
The go-pty module has moved to https://github.com/creack/pty.
Signed-off-by: Prashant Chikhalkar <prashant.chikhalkar@windriver.com>
Signed-off-by: Liu Haitao <haitao.liu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/go/go-pty_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/go/go-pty_git.bb b/recipes-devtools/go/go-pty_git.bb index bc94b317..02cef69e 100644 --- a/recipes-devtools/go/go-pty_git.bb +++ b/recipes-devtools/go/go-pty_git.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | DESCRIPTION = "PTY interface for Go" | 1 | DESCRIPTION = "PTY interface for Go" |
2 | HOMEPAGE = "https://github.com/kr/pty" | 2 | HOMEPAGE = "https://github.com/creack/pty" |
3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://License;md5=93958070863d769117fa33b129020050" | 5 | LIC_FILES_CHKSUM = "file://License;md5=93958070863d769117fa33b129020050" |
6 | 6 | ||
7 | SRCNAME = "pty" | 7 | SRCNAME = "pty" |
8 | 8 | ||
9 | PKG_NAME = "github.com/kr/${SRCNAME}" | 9 | PKG_NAME = "github.com/creack/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7" | 12 | SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7" |