diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-07-01 14:38:49 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2019-07-01 14:43:10 +0200 |
commit | 20bbb78b436a2ede43c3cf82a92feb5d60155461 (patch) | |
tree | bf881cb3849a8ea41c2ec8a0809ffb1c01ed5f34 | |
parent | d39bc8a5dbf180bedbb7a2ecdc66d5ead8ce6e06 (diff) |
joe: update to 4.6
Backport from patch in meta-openembedded ML.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-support/joe/joe_4.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-support/joe/joe_4.6.bb b/recipes-support/joe/joe_4.6.bb new file mode 100644 index 0000000..b79e028 --- /dev/null +++ b/recipes-support/joe/joe_4.6.bb @@ -0,0 +1,15 @@ +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" |