diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-27 19:36:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:08 +0100 |
commit | 77e3946a3f6a660527da589e9d5b40978f1322bb (patch) | |
tree | cb649de04f11f8d1ed95dd11f8ffdf15481b74b1 /meta/recipes-devtools/guilt/guilt-native_git.bb | |
parent | 5f9d379fac16cfe6ca155077e6279242e72a92a9 (diff) | |
download | poky-77e3946a3f6a660527da589e9d5b40978f1322bb.tar.gz |
guilt-native: set PV in the recipe to allow upstream version check
(From OE-Core rev: 0b04ee92f4847826f4670fb2d7960925cc04fa7e)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guilt/guilt-native_git.bb')
-rw-r--r-- | meta/recipes-devtools/guilt/guilt-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb index dfb3378dd9..b63c68c4d8 100644 --- a/meta/recipes-devtools/guilt/guilt-native_git.bb +++ b/meta/recipes-devtools/guilt/guilt-native_git.bb | |||
@@ -8,7 +8,7 @@ inherit native | |||
8 | SRC_URI = "git://repo.or.cz/guilt.git \ | 8 | SRC_URI = "git://repo.or.cz/guilt.git \ |
9 | file://guilt-bash.patch \ | 9 | file://guilt-bash.patch \ |
10 | " | 10 | " |
11 | 11 | PV = "0.35+git${SRCPV}" | |
12 | SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" | 12 | SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |