diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-05 15:01:29 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:16:00 +0100 |
| commit | 622b3f851ec5521375c84fb2719684391ac9e6e7 (patch) | |
| tree | 81d0d1afa05355650e653983c67e377bff9320c1 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
| parent | 3e4dd4c8fd5f4c4cbbc1a83b73d12c10ab616f4a (diff) | |
| download | poky-622b3f851ec5521375c84fb2719684391ac9e6e7.tar.gz | |
build-compare: update to latest revision
Drop the patch as upstream has refactored the code,
and recent reproducible builds work has likely rendered it
unnecessary.
(From OE-Core rev: fb26d418fdf556dc28df8304d9856fedcb586041)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" |
