mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
1a173de217
This fixes building with musl. Upstream disscussion: https://github.com/joe-editor/joe/issues/115 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
637 B
BlitzBasic
18 lines
637 B
BlitzBasic
SECTION = "console/utils"
|
|
SUMMARY = "Console text editor with good functionality, good choice for vi-haters"
|
|
HOMEPAGE = "http://joe-editor.sourceforge.net/"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = " \
|
|
${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz \
|
|
file://0001-Fix-assign-to-stdin-use-freopen-instead-issue.patch \
|
|
"
|
|
|
|
PACKAGECONFIG ??= "curses"
|
|
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
|
|
|
|
inherit autotools-brokensep mime-xdg
|
|
|
|
SRC_URI[sha256sum] = "6995b28ee20dcdbbcb5a45a4c110642dc96d67748aea27450c74cdb4dd07cc20"
|