diff options
Diffstat (limited to 'recipes-devtools/go/compose-file_git.bb')
-rw-r--r-- | recipes-devtools/go/compose-file_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-devtools/go/compose-file_git.bb b/recipes-devtools/go/compose-file_git.bb index 7fedc407..64051b59 100644 --- a/recipes-devtools/go/compose-file_git.bb +++ b/recipes-devtools/go/compose-file_git.bb | |||
@@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=9cd86830b557232ce55e2a6b4 | |||
7 | SRCNAME = "compose-file" | 7 | SRCNAME = "compose-file" |
8 | 8 | ||
9 | PKG_NAME = "github.com/aanand/${SRCNAME}" | 9 | PKG_NAME = "github.com/aanand/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=master;protocol=https" |
11 | 11 | ||
12 | SRCREV = "a3e58764f50597b6217fec07e9bff7225c4a1719" | 12 | SRCREV = "a3e58764f50597b6217fec07e9bff7225c4a1719" |
13 | PV = "3.0+git" | 13 | PV = "3.0+git" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | # NO-OP the do compile rule because this recipe is source only. | 15 | # NO-OP the do compile rule because this recipe is source only. |
18 | do_compile() { | 16 | do_compile() { |
19 | } | 17 | } |