mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
82da26ffde
commit
65c40e6e57
|
@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
|
|||
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
SRCREV = "ff9d97a08d7a4b58267ac03719786e4e7258cecf"
|
||||
SRCREV = "7b3e303be8f1aea7e0d4a784c8e64a75c14756a4"
|
||||
SRC_URI = "\
|
||||
git://github.com/containers/conmon.git \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "5c711911d766d76813333c3812277574"
|
||||
SRC_URI[sha256sum] = "4c31278b2c03e5be5a696c3088bc86cf2557a70e00f697799c163aba18e3c40e"
|
||||
PV = "2.0.18+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -26,7 +25,3 @@ PACKAGECONFIG[systemd] = ",,systemd"
|
|||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
||||
FILES_${PN} += " \
|
||||
${bindir}/conmon \
|
||||
"
|
Loading…
Reference in New Issue
Block a user