diff options
Diffstat (limited to 'recipes-devtools/go')
-rw-r--r-- | recipes-devtools/go/go-context_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 0959054b..132da98c 100644 --- a/recipes-devtools/go/go-context_git.bb +++ b/recipes-devtools/go/go-context_git.bb | |||
@@ -2,17 +2,21 @@ DESCRIPTION = "A golang registry for global request variables." | |||
2 | HOMEPAGE = "https://github.com/gorilla/context" | 2 | HOMEPAGE = "https://github.com/gorilla/context" |
3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c30eee78985cf2584cded5f89ba3d787" |
6 | 6 | ||
7 | SRCNAME = "context" | 7 | SRCNAME = "context" |
8 | 8 | ||
9 | PKG_NAME = "github.com/gorilla/${SRCNAME}" | 9 | PKG_NAME = "github.com/gorilla/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" |
11 | 11 | ||
12 | SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a" | 12 | SRCREV = "1cbd4c16de64273a6e63fc710b0d89bfad72cd32" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_compile() { | ||
17 | true | ||
18 | } | ||
19 | |||
16 | do_install() { | 20 | do_install() { |
17 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} | 21 | install -d ${D}${prefix}/local/go/src/${PKG_NAME} |
18 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ | 22 | cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/ |