summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/bvi/bvi_1.4.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/bvi/bvi_1.4.2.bb b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb
new file mode 100644
index 0000000000..b0081794d0
--- /dev/null
+++ b/meta-oe/recipes-support/bvi/bvi_1.4.2.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Binary VI editor"
2DESCRIPTION = "bvi is a visual editor for binary files."
3HOMEPAGE = "https://sourceforge.net/projects/bvi"
4SECTION = "console/utils"
5LICENSE = "GPL-3.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz"
9SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2"
10
11DEPENDS += "ncurses"
12
13# The project uses old style C interfaces and it is not compatible with C23
14# it builds fine with C17, specifying gnu17 as the C dialect to use
15CFLAGS:append = " -std=gnu17 -Wno-old-style-definition"
16
17inherit pkgconfig autotools-brokensep