[PATCH] conmon: uprev 2.0.11 > 2.0.18


Bruce Ashfield
 

merged.

Bruce

On Tue, Jul 21, 2020 at 2:22 PM Ming Liu <liu.ming50@...> wrote:

From: Ming Liu <ming.liu@...>

Also drop useless SRC_URI[md5sum], SRC_URI[sha256sum] and FILES_${PN},
and add SRCPV to PV.

Signed-off-by: Ming Liu <ming.liu@...>
---
.../conmon/{conmon_2.0.11.bb => conmon_2.0.18.bb} | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
rename recipes-containers/conmon/{conmon_2.0.11.bb => conmon_2.0.18.bb} (71%)

diff --git a/recipes-containers/conmon/conmon_2.0.11.bb b/recipes-containers/conmon/conmon_2.0.18.bb
similarity index 71%
rename from recipes-containers/conmon/conmon_2.0.11.bb
rename to recipes-containers/conmon/conmon_2.0.18.bb
index a5bd527..c2c0fae 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"

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 \
-"
--
2.27.0

--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


Ming Liu
 

From: Ming Liu <ming.liu@...>

Also drop useless SRC_URI[md5sum], SRC_URI[sha256sum] and FILES_${PN},
and add SRCPV to PV.

Signed-off-by: Ming Liu <ming.liu@...>
---
.../conmon/{conmon_2.0.11.bb => conmon_2.0.18.bb} | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
rename recipes-containers/conmon/{conmon_2.0.11.bb => conmon_2.0.18.bb} (71%)

diff --git a/recipes-containers/conmon/conmon_2.0.11.bb b/recipes-containers/conmon/conmon_2.0.18.bb
similarity index 71%
rename from recipes-containers/conmon/conmon_2.0.11.bb
rename to recipes-containers/conmon/conmon_2.0.18.bb
index a5bd527..c2c0fae 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"

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 \
-"
--
2.27.0