diff options
author | Yunguo Wei <yunguo.wei@windriver.com> | 2018-03-21 23:27:18 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-03-23 17:11:40 -0400 |
commit | eb79dfd7980f3cc18e0377e53d2ccacd1b378f08 (patch) | |
tree | 6653d93a0cc718cdba45c97b5cb7d2142f718bd6 | |
parent | eb6b5129561eda9ea1f47e85ab9ed9e5a6b8f64c (diff) | |
download | meta-virtualization-eb79dfd7980f3cc18e0377e53d2ccacd1b378f08.tar.gz |
go-fsnotify: switch to new repository on github
fsnotify is changed to new repository on gihub, so adapt this chanage
accordingly to avoid fetch failure.
Signed-off-by: Yunguo Wei <yunguo.wei@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-devtools/go/go-fsnotify_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb index e18f574a..51d72cd9 100644 --- a/recipes-devtools/go/go-fsnotify_git.bb +++ b/recipes-devtools/go/go-fsnotify_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c38914c9a7ab03bb2b96d4baaee10769" | |||
6 | 6 | ||
7 | SRCNAME = "fsnotify" | 7 | SRCNAME = "fsnotify" |
8 | 8 | ||
9 | PKG_NAME = "github.com/go-fsnotify/${SRCNAME}" | 9 | PKG_NAME = "github.com/fsnotify/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
11 | 11 | ||
12 | SRCREV = "ca50e738d35a862c379baf8fffbc3bfd080b3cff" | 12 | SRCREV = "ca50e738d35a862c379baf8fffbc3bfd080b3cff" |