diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-05 16:43:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-10 14:19:37 +0100 |
commit | 800a0906c7a322f6c01e054901228fd5a10c36bd (patch) | |
tree | b94a1e308bdb3450bcd5297bac9550876cd970e3 /meta-oe/recipes-kernel/ktap/ktap.inc | |
parent | bdac062c685f40fe07e5d799d7486f347fe8976a (diff) | |
download | meta-openembedded-800a0906c7a322f6c01e054901228fd5a10c36bd.tar.gz |
ktap: rename recipes to indicate they are from git
* set PV so that it shows git revision and also automatically rebuilds them
when SRCREV is changed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/ktap/ktap.inc')
-rw-r--r-- | meta-oe/recipes-kernel/ktap/ktap.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap.inc b/meta-oe/recipes-kernel/ktap/ktap.inc index 93a4e2ca3..2c94a08d6 100644 --- a/meta-oe/recipes-kernel/ktap/ktap.inc +++ b/meta-oe/recipes-kernel/ktap/ktap.inc | |||
@@ -4,6 +4,7 @@ HOMEPAGE = "http://www.ktap.org" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE-GPL;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE-GPL;md5=eb723b61539feef013de476e68b5c50a" |
6 | 6 | ||
7 | PV = "0.4+gitr${SRCPV}" | ||
7 | SRCREV = "c8401e07c89cdec9a5f673da4ddb12b7982b522b" | 8 | SRCREV = "c8401e07c89cdec9a5f673da4ddb12b7982b522b" |
8 | SRC_URI = "git://github.com/ktap/ktap.git" | 9 | SRC_URI = "git://github.com/ktap/ktap.git" |
9 | 10 | ||