summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline/readline-8.1/rl-native.map
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-12-15 15:23:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-18 22:52:24 +0000
commit68e8334ea08667e4fbadd04fcfcbd5f795561760 (patch)
treee4bb1e6dab4fa8689e6d0f412a5f2c98c1da167e /meta/recipes-core/readline/readline-8.1/rl-native.map
parentd059b90fc0e2a224c51ce946a8842183c1a39e6b (diff)
downloadpoky-68e8334ea08667e4fbadd04fcfcbd5f795561760.tar.gz
readline: upgrade 8.0 -> 8.1
(From OE-Core rev: 0928aea49741432cf36c9ecc48e9fadefa9d5ccb) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/readline/readline-8.1/rl-native.map')
-rw-r--r--meta/recipes-core/readline/readline-8.1/rl-native.map12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline-8.1/rl-native.map b/meta/recipes-core/readline/readline-8.1/rl-native.map
new file mode 100644
index 0000000000..5e7d49cdd2
--- /dev/null
+++ b/meta/recipes-core/readline/readline-8.1/rl-native.map
@@ -0,0 +1,12 @@
1READLINE_6.3 {
2 rl_change_environment;
3 rl_clear_history;
4 rl_executing_key;
5 rl_executing_keyseq;
6 rl_filename_stat_hook;
7 rl_history_substr_search_backward;
8 rl_history_substr_search_forward;
9 rl_input_available_hook;
10 rl_print_last_kbd_macro;
11 rl_signal_event_hook;
12};