diff options
| -rw-r--r-- | recipes-containers/go-digest/go-digest_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/go-digest/go-digest_git.bb b/recipes-containers/go-digest/go-digest_git.bb index ad2da25d..7d8070e6 100644 --- a/recipes-containers/go-digest/go-digest_git.bb +++ b/recipes-containers/go-digest/go-digest_git.bb | |||
| @@ -2,14 +2,14 @@ DESCRIPTION = "Common digest package used across the container ecosystem." | |||
| 2 | HOMEPAGE = "https://github.com/opencontainers/go-digest.git" | 2 | HOMEPAGE = "https://github.com/opencontainers/go-digest.git" |
| 3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE.code;md5=9cd86830b557232ce55e2a6b47387471" | 5 | LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=2d6fc0e85c3f118af64c85a78d56d3cf" |
| 6 | 6 | ||
| 7 | SRCNAME = "go-digest" | 7 | SRCNAME = "go-digest" |
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
| 10 | SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME};destsuffix=git/src/${PKG_NAME};branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "b6234c321f263c503268e3b205f3d9755f9d14ed" | 12 | SRCREV = "65fac7b55eb714642e9359458656939349dcb766" |
| 13 | PV = "v1.0.0-rc0+git${SRCPV}" | 13 | PV = "v1.0.0-rc0+git${SRCPV}" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| @@ -26,7 +26,7 @@ do_install() { | |||
| 26 | fi | 26 | fi |
| 27 | cp $j ${D}${prefix}/local/go/$j | 27 | cp $j ${D}${prefix}/local/go/$j |
| 28 | done | 28 | done |
| 29 | cp -r ${S}/src/${PKG_NAME}/LICENSE.code ${D}${prefix}/local/go/src/${PKG_NAME}/ | 29 | cp -r ${S}/src/${PKG_NAME}/LICENSE ${D}${prefix}/local/go/src/${PKG_NAME}/ |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | SYSROOT_PREPROCESS_FUNCS += "go_digest_file_sysroot_preprocess" | 32 | SYSROOT_PREPROCESS_FUNCS += "go_digest_file_sysroot_preprocess" |
