summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/linux-serial-test
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/linux-serial-test')
-rw-r--r--meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb4
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
8PV = "0+git" 8PV = "0+git"
9SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3" 9SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"
10 10
11S = "${WORKDIR}/git" 11# Upstream repo does not tag
12UPSTREAM_CHECK_COMMITS = "1"
13
12 14
13inherit cmake 15inherit cmake