mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
The licence changed to GPLv2. The fix from 0001-adjust-signature-of-main.patch is applied upstream. joe 3.1 segfaults on aarch64, the update fixes this. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
594 B
BlitzBasic
16 lines
594 B
BlitzBasic
SECTION = "console/utils"
|
|
SUMMARY = "Console text editor with good functionality, good choice for vi-haters"
|
|
HOMEPAGE = "http://joe-editor.sourceforge.net/"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
|
|
|
|
PACKAGECONFIG ??= "curses"
|
|
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
|
|
|
|
inherit autotools-brokensep
|
|
|
|
SRC_URI[md5sum] = "9017484e6116830d846678b625ea5c43"
|
|
SRC_URI[sha256sum] = "495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de"
|