summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-dbus_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-06-08 13:26:01 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-06-14 23:00:09 -0400
commitfe357d8c80137595ee6d0a84b9178f2f846ba441 (patch)
treefb1c7a56e680e716eeb1fd231331b483bd8a7737 /recipes-devtools/go/go-dbus_git.bb
parente50e36cfa3898b1defcbffe9f3fd0a20403c8de3 (diff)
downloadmeta-virtualization-fe357d8c80137595ee6d0a84b9178f2f846ba441.tar.gz
docker uprev 1.6.2
Uprev docker to 1.6.2 go-capability is upreved to a later git commit go-dbus is upreved to version 2 go-distribution-digest is added as a new dependency. Only the digest part of go-distribution is needed/kept here, hence go-distribution-digest go-logrus is upreved to 0.7.1 Remove PR since it's no longer used Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/go/go-dbus_git.bb')
-rw-r--r--recipes-devtools/go/go-dbus_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-devtools/go/go-dbus_git.bb b/recipes-devtools/go/go-dbus_git.bb
index 8edbd1ea..092bd502 100644
--- a/recipes-devtools/go/go-dbus_git.bb
+++ b/recipes-devtools/go/go-dbus_git.bb
@@ -4,14 +4,13 @@ SECTION = "devel/go"
4LICENSE = "BSD-2-Clause" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b5ac622301483800715d770434e27e5b" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=b5ac622301483800715d770434e27e5b"
6 6
7PR = "r0"
8SRCNAME = "dbus" 7SRCNAME = "dbus"
9 8
10PKG_NAME = "github.com/godbus/${SRCNAME}" 9PKG_NAME = "github.com/godbus/${SRCNAME}"
11SRC_URI = "git://${PKG_NAME}.git" 10SRC_URI = "git://${PKG_NAME}.git"
12 11
13SRCREV = "cb98efbb933d8389ab549a060e880ea3c375d213" 12SRCREV = "88765d85c0fdadcd98a54e30694fa4e4f5b51133"
14PV = "1+git${SRCREV}" 13PV = "2+git${SRCREV}"
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
17 16