new file mode 100644
@@ -0,0 +1,21 @@
+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-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz"
+SRC_URI[sha256sum] = "4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2"
+
+DEPENDS += "ncurses"
+
+inherit pkgconfig autotools
+
+# build inside the source tree, bvi does not support out of tree building
+B = "${S}"
+
+EXTRA_OECONF += "\
+ --build=${BUILD_SYS} \
+ --host=${TARGET_SYS} \
+"
bvi is a visual editor for binary files Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> --- meta-oe/recipes-support/bvi/bvi_1.4.2.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/bvi/bvi_1.4.2.bb