diff options
| -rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index eb12e40eeb..c60c164103 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
| @@ -17,8 +17,11 @@ SRC_URI = "git://github.com/openSUSE/build-compare.git \ | |||
| 17 | file://functions.sh-improve-deb-and-ipk-checking.patch \ | 17 | file://functions.sh-improve-deb-and-ipk-checking.patch \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # Date matches entry in build-compare.changes and date of SRCREV. | ||
| 21 | # | ||
| 20 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" | 22 | SRCREV = "c5352c054c6ef15735da31b76d6d88620f4aff0a" |
| 21 | PV = "git+${SRCPV}" | 23 | PE = "1" |
| 24 | PV = "2015.02.10+git${SRCPV}" | ||
| 22 | 25 | ||
| 23 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
| 24 | 27 | ||
