mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +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"
|
DESCRIPTION = "PTY interface for Go"
|
||||||
HOMEPAGE = "https://github.com/kr/pty"
|
HOMEPAGE = "https://github.com/creack/pty"
|
||||||
SECTION = "devel/go"
|
SECTION = "devel/go"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://License;md5=93958070863d769117fa33b129020050"
|
LIC_FILES_CHKSUM = "file://License;md5=93958070863d769117fa33b129020050"
|
||||||
|
|
||||||
SRCNAME = "pty"
|
SRCNAME = "pty"
|
||||||
|
|
||||||
PKG_NAME = "github.com/kr/${SRCNAME}"
|
PKG_NAME = "github.com/creack/${SRCNAME}"
|
||||||
SRC_URI = "git://${PKG_NAME}.git"
|
SRC_URI = "git://${PKG_NAME}.git"
|
||||||
|
|
||||||
SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7"
|
SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user