diff options
Diffstat (limited to 'meta-oe/recipes-test/linux-serial-test')
-rw-r--r-- | meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb index e909676abc..c617cf09a3 100644 --- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb +++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | |||
@@ -8,6 +8,8 @@ SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=m | |||
8 | PV = "0+git" | 8 | PV = "0+git" |
9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" | 9 | SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | # Upstream repo does not tag |
12 | UPSTREAM_CHECK_COMMITS = "1" | ||
13 | |||
12 | 14 | ||
13 | inherit cmake | 15 | inherit cmake |