mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
bvi: add new package
bvi is a visual editor for binary files Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a89efa8cad
commit
6f2f82d6ed
17
meta-oe/recipes-support/bvi/bvi_1.4.2.bb
Normal file
17
meta-oe/recipes-support/bvi/bvi_1.4.2.bb
Normal file
|
|
@ -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-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a36207309d382da27cd66fdaae922e3c"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.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
|
||||
Loading…
Reference in New Issue
Block a user