diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-31 10:27:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-03 17:05:01 -0700 |
commit | 501a565fe269a8b9646a132e0146fe582722e926 (patch) | |
tree | 16dbd0ab334eb2fe52e9e526ebe84b6bab646aa4 /meta-oe | |
parent | 58805f41a2786a1f25559d74c7c9fa596d5613d9 (diff) | |
download | meta-openembedded-501a565fe269a8b9646a132e0146fe582722e926.tar.gz |
libedit: Delete
Its in oe-core now
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit/stdc-predef.patch | 17 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb | 23 |
2 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit/stdc-predef.patch b/meta-oe/recipes-devtools/libedit/libedit/stdc-predef.patch deleted file mode 100644 index c95cdc9d2..000000000 --- a/meta-oe/recipes-devtools/libedit/libedit/stdc-predef.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | __STDC_ISO_10646__ is defined in stdc-predef.h | ||
2 | therefore include it to see if its there on a platform | ||
3 | |||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
6 | Index: libedit-20160903-3.1/src/chartype.h | ||
7 | =================================================================== | ||
8 | --- libedit-20160903-3.1.orig/src/chartype.h | ||
9 | +++ libedit-20160903-3.1/src/chartype.h | ||
10 | @@ -29,6 +29,7 @@ | ||
11 | #ifndef _h_chartype_f | ||
12 | #define _h_chartype_f | ||
13 | |||
14 | +#include <stdc-predef.h> | ||
15 | /* Ideally we should also test the value of the define to see if it | ||
16 | * supports non-BMP code points without requiring UTF-16, but nothing | ||
17 | * seems to actually advertise this properly, despite Unicode 3.1 having | ||
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 @@ | |||
1 | SUMMARY = "BSD replacement for libreadline" | ||
2 | DESCRIPTION = "Command line editor library providing generic line editing, \ | ||
3 | history, and tokenization functions" | ||
4 | HOMEPAGE = "http://www.thrysoee.dk/editline/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "BSD" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" | ||
8 | |||
9 | DEPENDS = "ncurses" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | # upstream site does not allow wget's User-Agent | ||
14 | FETCHCMD_wget += "-U bitbake" | ||
15 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ | ||
16 | file://stdc-predef.patch \ | ||
17 | " | ||
18 | SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8" | ||
19 | SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae" | ||
20 | |||
21 | S = "${WORKDIR}/${BPN}-${PV}" | ||
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||