diff options
| author | Amy Fong <amy.fong@windriver.com> | 2015-06-08 13:26:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-06-14 23:00:09 -0400 |
| commit | fe357d8c80137595ee6d0a84b9178f2f846ba441 (patch) | |
| tree | fb1c7a56e680e716eeb1fd231331b483bd8a7737 /recipes-devtools/go/go-capability_git.bb | |
| parent | e50e36cfa3898b1defcbffe9f3fd0a20403c8de3 (diff) | |
| download | meta-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-capability_git.bb')
| -rw-r--r-- | recipes-devtools/go/go-capability_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-devtools/go/go-capability_git.bb b/recipes-devtools/go/go-capability_git.bb index 6f5b833a..4f8f4316 100644 --- a/recipes-devtools/go/go-capability_git.bb +++ b/recipes-devtools/go/go-capability_git.bb | |||
| @@ -4,13 +4,12 @@ SECTION = "devel/go" | |||
| 4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a7304f5073e7be4ba7bffabbf9f2bbca" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a7304f5073e7be4ba7bffabbf9f2bbca" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "gocapability" | 7 | SRCNAME = "gocapability" |
| 9 | 8 | ||
| 10 | PKG_NAME = "github.com/syndtr/${SRCNAME}" | 9 | PKG_NAME = "github.com/syndtr/${SRCNAME}" |
| 11 | SRC_URI = "git://${PKG_NAME}.git" | 10 | SRC_URI = "git://${PKG_NAME}.git" |
| 12 | 11 | ||
| 13 | SRCREV = "3c85049eaeb429febe7788d9c7aac42322a377fe" | 12 | SRCREV = "8e4cdcb3c22b40d5e330ade0b68cb2e2a3cf6f98" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 16 | 15 | ||
| @@ -19,9 +18,9 @@ do_install() { | |||
| 19 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ | 18 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ |
| 20 | } | 19 | } |
| 21 | 20 | ||
| 22 | SYSROOT_PREPROCESS_FUNCS += "go_mux_sysroot_preprocess" | 21 | SYSROOT_PREPROCESS_FUNCS += "go_capability_sysroot_preprocess" |
| 23 | 22 | ||
| 24 | go_mux_sysroot_preprocess () { | 23 | go_capability_sysroot_preprocess () { |
| 25 | install -d ${SYSROOT_DESTDIR}${prefix}/local/go/src/${PKG_NAME} | 24 | install -d ${SYSROOT_DESTDIR}${prefix}/local/go/src/${PKG_NAME} |
| 26 | cp -r ${D}${prefix}/local/go/src/${PKG_NAME} ${SYSROOT_DESTDIR}${prefix}/local/go/src/$(dirname ${PKG_NAME}) | 25 | cp -r ${D}${prefix}/local/go/src/${PKG_NAME} ${SYSROOT_DESTDIR}${prefix}/local/go/src/$(dirname ${PKG_NAME}) |
| 27 | } | 26 | } |
