From b921d5ac2322da0999528ef0c4a3c058e60b719e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:24 -0700 Subject: bvi: upgrade 1.4.2 -> 1.5.0 Signed-off-by: Khem Raj --- meta-oe/recipes-support/bvi/bvi_1.4.2.bb | 17 ----------------- meta-oe/recipes-support/bvi/bvi_1.5.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/bvi/bvi_1.4.2.bb create mode 100644 meta-oe/recipes-support/bvi/bvi_1.5.0.bb diff --git a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb deleted file mode 100644 index fb136e16a6..0000000000 --- a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Binary VI editor" -DESCRIPTION = "bvi is a visual editor for binary files." -HOMEPAGE = "https://sourceforge.net/projects/bvi" -SECTION = "console/utils" -LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz" -SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2" - -DEPENDS += "ncurses" - -# The project uses old style C interfaces and it is not compatible with C23 -# it builds fine with C17, specifying gnu17 as the C dialect to use -CFLAGS:append = " -std=gnu17 -Wno-old-style-definition" - -inherit pkgconfig autotools-brokensep diff --git a/meta-oe/recipes-support/bvi/bvi_1.5.0.bb b/meta-oe/recipes-support/bvi/bvi_1.5.0.bb new file mode 100644 index 0000000000..b60702139a --- /dev/null +++ b/meta-oe/recipes-support/bvi/bvi_1.5.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Binary VI editor" +DESCRIPTION = "bvi is a visual editor for binary files." +HOMEPAGE = "https://sourceforge.net/projects/bvi" +SECTION = "console/utils" +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz" +SRC_URI[sha256sum] = "6540716a1a3b2b9711635108da14b26baea488881d4a682121c0bddbba6b74cb" + +DEPENDS += "ncurses" + +# The project uses old style C interfaces and it is not compatible with C23 +# it builds fine with C17, specifying gnu17 as the C dialect to use +CFLAGS:append = " -std=gnu17 -Wno-old-style-definition" + +inherit pkgconfig autotools-brokensep -- cgit v1.2.3-54-g00ecf