diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-07-21 20:24:39 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-24 13:09:01 -0400 |
commit | 65c40e6e57c92200160125a0776d88a64c1bf912 (patch) | |
tree | 0e670891c5c73c5a60290cb7ada3b1f4c89d4a5a | |
parent | 82da26ffdec19ac9aebf648e2ced36a5bd711382 (diff) | |
download | meta-virtualization-65c40e6e57c92200160125a0776d88a64c1bf912.tar.gz |
conmon: uprev 2.0.11 > 2.0.18
Also drop useless SRC_URI[md5sum], SRC_URI[sha256sum] and FILES_${PN},
and add SRCPV to PV.
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/conmon/conmon_2.0.18.bb (renamed from recipes-containers/conmon/conmon_2.0.11.bb) | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-containers/conmon/conmon_2.0.11.bb b/recipes-containers/conmon/conmon_2.0.18.bb index a5bd5271..c2c0fae4 100644 --- a/recipes-containers/conmon/conmon_2.0.11.bb +++ b/recipes-containers/conmon/conmon_2.0.18.bb | |||
@@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77" | |||
6 | 6 | ||
7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | 8 | ||
9 | SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf" | 9 | SRCREV = "7b3e303be8f1aea7e0d4a784c8e64a75c14756a4" |
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/containers/conmon.git \ | 11 | git://github.com/containers/conmon.git \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "5c711911d766d76813333c3812277574" | 14 | PV = "2.0.18+git${SRCPV}" |
15 | SRC_URI[sha256sum] = "4c31278b2c03e5be5a696c3088bc86cf2557a70e00f697799c163aba18e3c40e" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
18 | 17 | ||
@@ -26,7 +25,3 @@ PACKAGECONFIG[systemd] = ",,systemd" | |||
26 | do_install() { | 25 | do_install() { |
27 | oe_runmake 'DESTDIR=${D}' install | 26 | oe_runmake 'DESTDIR=${D}' install |
28 | } | 27 | } |
29 | |||
30 | FILES_${PN} += " \ | ||
31 | ${bindir}/conmon \ | ||
32 | " | ||