Files
poky/meta/recipes-devtools/libedit/libedit_20240808-3.1.bb
Alexander Kanavin 2676ee824c libedit: upgrade 20240517-3.1 -> 20240808-3.1
history.3 manpage is no longer installed.

(From OE-Core rev: 93a2a1bc48562645ede4ec61f5fd2eb05f54e648)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-08-23 09:12:37 +01:00

19 lines
592 B
BlitzBasic

SUMMARY = "BSD replacement for libreadline"
DESCRIPTION = "Command line editor library providing generic line editing, \
history, and tokenization functions"
HOMEPAGE = "http://www.thrysoee.dk/editline/"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
DEPENDS = "ncurses"
inherit autotools
SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
file://stdc-predef.patch \
"
SRC_URI[sha256sum] = "5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f"
BBCLASSEXTEND = "native nativesdk"