diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2019-01-10 21:12:40 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-01-10 23:27:12 -0800 |
commit | 0fc61f4b9608e9e67ac6d83ab8ae47364e8ffc7b (patch) | |
tree | 12b566c1d14c454c5361249bde50f4a9619adb07 | |
parent | 1828df678ccb9a019281446f9bb17b632e8ad636 (diff) | |
download | meta-openembedded-0fc61f4b9608e9e67ac6d83ab8ae47364e8ffc7b.tar.gz |
minicoredumper: Update to 2.0.1
- Drop upstreamed patch
- Update COPYING file checksum: the copyright date changes
and there is a convertion to SPDX Format.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb (renamed from meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb index bae5cf4f9..50dab8d16 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "minicoredumper provides an alternate core dump facility for Linux \ | 1 | SUMMARY = "minicoredumper provides an alternate core dump facility for Linux \ |
2 | to allow minimal and customized crash dumps" | 2 | to allow minimal and customized crash dumps" |
3 | LICENSE = " LGPLv2.1 & BSD-2-Clause" | 3 | LICENSE = " LGPLv2.1 & BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aa846ae365f71b69e9fa0d21a56391ec \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9 \ |
5 | file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \ | 5 | file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \ |
6 | file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \ | 6 | file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \ |
7 | " | 7 | " |
@@ -9,14 +9,13 @@ DEPENDS = "elfutils dbus dbus-glib-native glib-2.0 dbus-glib util-linux json-c" | |||
9 | 9 | ||
10 | inherit autotools pkgconfig systemd update-rc.d | 10 | inherit autotools pkgconfig systemd update-rc.d |
11 | 11 | ||
12 | SRCREV = "1c0d5960b0bb4bac7566e6afe8bc9705399cc76b" | 12 | SRCREV = "16a0d44f1725eaa93096eaa0e086f42ef4c2712c" |
13 | 13 | ||
14 | PR .= "+git${SRCPV}" | 14 | PR .= "+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.linuxfoundation.org/diamon/minicoredumper.git;protocol=http \ | 16 | SRC_URI = "git://git.linuxfoundation.org/diamon/minicoredumper.git;protocol=http \ |
17 | file://minicoredumper.service \ | 17 | file://minicoredumper.service \ |
18 | file://minicoredumper.init \ | 18 | file://minicoredumper.init \ |
19 | file://0001-minicoredumper-Initialize-pointer-to-config-struct-t.patch \ | ||
20 | " | 19 | " |
21 | 20 | ||
22 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |