go-context: update to v1.1

Bumping context to version v1.1-14-g1cbd4c1, which comprises the following commits:

    1cbd4c1 Update go version, add tools for verification and testing (#43)
    a01379d Update README.md
    8559d4a Update README.md (#40)
    dc31bb2 Create config.yml (#39)
    30a41ee Update README.md (#38)
    51ce91d README.md: Update site URL
    08b5f42 [docs] godoc fix. (#34)
    f81bcf7 [docs] Note http.Request.WithContext() conflict. (#33)
    01ef6ff .travis.yml: Add go1.7
    531bdb2 Fix typo
    ffc4422 [ci] .travis.yml go vet fix.
    b53bb42 Update .travis.yml to build Go 1.6
    1c83b3e Update .travis.yml
    ecbca1c Add Travis-ci tests build on Go version 1.3 / 1.4
    50c25fb benchmark: fix parallelWriter.
    9af5636 Fix racy code in Get

We tweak the license checksum, as the year has changed.

We also drop do_compile, as go install is now being used to
fetch linting modules at build time.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-08-24 14:49:36 +00:00
parent 08ec648efa
commit a5417e8084

View File

@ -2,17 +2,21 @@ DESCRIPTION = "A golang registry for global request variables."
HOMEPAGE = "https://github.com/gorilla/context"
SECTION = "devel/go"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c30eee78985cf2584cded5f89ba3d787"
SRCNAME = "context"
PKG_NAME = "github.com/gorilla/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"
SRCREV = "1cbd4c16de64273a6e63fc710b0d89bfad72cd32"
S = "${WORKDIR}/git"
do_compile() {
true
}
do_install() {
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/