summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb')
-rw-r--r--meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb
deleted file mode 100644
index 9d333e7aa..000000000
--- a/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "BSD replacement for libreadline"
2DESCRIPTION = "Command line editor library providing generic line editing, \
3history, and tokenization functions"
4HOMEPAGE = "http://www.thrysoee.dk/editline/"
5SECTION = "libs"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533"
8
9DEPENDS = "ncurses"
10
11inherit autotools
12
13# upstream site does not allow wget's User-Agent
14FETCHCMD_wget += "-U bitbake"
15SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \
16 file://stdc-predef.patch \
17 "
18SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8"
19SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae"
20
21S = "${WORKDIR}/${BPN}-${PV}"
22
23BBCLASSEXTEND = "native nativesdk"