diff options
Diffstat (limited to 'meta/recipes-devtools/build-compare/build-compare_git.bb')
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index b0560cc277..d2a4b5444d 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -5,15 +5,13 @@ HOMEPAGE = "https://github.com/openSUSE/build-compare" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/openSUSE/build-compare.git \ | 8 | SRC_URI = "git://github.com/openSUSE/build-compare.git" |
9 | file://Ignore-DWARF-sections.patch;striplevel=1 \ | ||
10 | " | ||
11 | 9 | ||
12 | # Date matches entry in build-compare.changes and date of SRCREV. | 10 | # Date matches entry in build-compare.changes and date of SRCREV. |
13 | # | 11 | # |
14 | SRCREV = "4dfa207660776cae120afa4353aec7f1f2a998d2" | 12 | SRCREV = "28bf642fcfdab94adb9b847329338005be6f73c7" |
15 | PE = "1" | 13 | PE = "1" |
16 | PV = "2019.08.14+git${SRCPV}" | 14 | PV = "2020.03.31+git${SRCPV}" |
17 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |