From ed0b5b03e4a5fd9be61f2a0ea959c772dcf2430c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:39:57 +0800 Subject: mbpoll: upgrade 1.5.0 -> 1.5.2 Changelog: ========== Fixes Remove FieldTalk trademark Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb | 16 ---------------- meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb create mode 100644 meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb deleted file mode 100644 index 3d1c4f1ee..000000000 --- a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Command line utility to communicate with ModBus slave (RTU or TCP)" -DESCRIPTION = "mbpoll can: read discrete inputs; read and write binary outputs \ -(coil); read input registers; read and write output registers (holding register). \ -The reading and writing registers may be in decimal, hexadecimal or floating single \ -precision." -LICENSE = "GPL-3.0-only" -HOMEPAGE = "https://github.com/epsilonrt/mbpoll" -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" -DEPENDS = "libmodbus (>=3.1.4)" - -SRC_URI = "git://github.com/epsilonrt/mbpoll;protocol=https;branch=master" -SRCREV = "ed00121bfa04afdef2d037aac4f574ad7b410601" - -S = "${WORKDIR}/git" - -inherit pkgconfig cmake diff --git a/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb new file mode 100644 index 000000000..028a8f9e4 --- /dev/null +++ b/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb @@ -0,0 +1,16 @@ +SUMMARY = "Command line utility to communicate with ModBus slave (RTU or TCP)" +DESCRIPTION = "mbpoll can: read discrete inputs; read and write binary outputs \ +(coil); read input registers; read and write output registers (holding register). \ +The reading and writing registers may be in decimal, hexadecimal or floating single \ +precision." +LICENSE = "GPL-3.0-only" +HOMEPAGE = "https://github.com/epsilonrt/mbpoll" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" +DEPENDS = "libmodbus (>=3.1.4)" + +SRC_URI = "git://github.com/epsilonrt/mbpoll;protocol=https;branch=master" +SRCREV = "a0bd6c08d3d15b086f2104477295c0705aed366a" + +S = "${WORKDIR}/git" + +inherit pkgconfig cmake -- cgit v1.2.3-54-g00ecf