diff options
Diffstat (limited to 'meta-oe/recipes-extended/socketcan/can-isotp_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index ab97356e9b..530e38ce21 100644 --- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb | |||
@@ -5,8 +5,9 @@ PV = "1.0+git" | |||
5 | 5 | ||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" | 6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" |
7 | 7 | ||
8 | # Upstream repo does not tag | ||
9 | UPSTREAM_CHECK_COMMITS = "1" | ||
8 | 10 | ||
9 | S = "${WORKDIR}/git" | ||
10 | 11 | ||
11 | inherit module | 12 | inherit module |
12 | 13 | ||