mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
6912417eac
commit
db5d7d295d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user