summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYunguo Wei <yunguo.wei@windriver.com>2018-03-21 23:27:18 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-03-22 00:48:09 -0400
commite63819669747585baa0284528ac76bdd34fc9e78 (patch)
tree43531cd551160e9ca9c716f33dbb0faab802a2a6
parent0adcea047c8b05f0426166e6bace5cda4d57e7a0 (diff)
downloadmeta-virtualization-e63819669747585baa0284528ac76bdd34fc9e78.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.bb2
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 e5bcf145..1d9fbdc7 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
7SRCNAME = "fsnotify" 7SRCNAME = "fsnotify"
8 8
9PKG_NAME = "github.com/go-fsnotify/${SRCNAME}" 9PKG_NAME = "github.com/fsnotify/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git" 10SRC_URI = "git://${PKG_NAME}.git"
11 11
12SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" 12SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6"