Home
last modified time | relevance | path

Searched refs:readline (Results 1 – 25 of 245) sorted by relevance

12345678910

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/lftp/
H A Dlftp_4.9.2.bb19 PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
23 …G[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-r…
31 RDEPENDS:${PN} = "perl bash readline"
/OK3568_Linux_fs/buildroot/package/bash/
H A D0004-readline-Fix-compile-error-on-uclibc.patch4 Subject: [PATCH] readline: Fix compile error on uclibc
8 lib/readline/text.c | 1 +
11 diff --git a/lib/readline/text.c b/lib/readline/text.c
13 --- a/lib/readline/text.c
14 +++ b/lib/readline/text.c
/OK3568_Linux_fs/buildroot/package/slang/
H A D0001-slsh-libs.patch12 $(OBJDIR)/slsh_exe: $(OBJDIR)/slsh.o $(OBJDIR)/readline.o
13 …$(CC) $(CFLAGS) $(OBJDIR)/slsh.o $(OBJDIR)/readline.o -o $(OBJDIR)/slsh_exe $(LDFLAGS) $(DLINK_FLA…
14 $(OBJDIR)/slsh: $(OBJDIR)/slsh.o $(OBJDIR)/readline.o
15 - $(CC) $(CFLAGS) $(OBJDIR)/slsh.o $(OBJDIR)/readline.o -o $(OBJDIR)/slsh $(LDFLAGS) $(DLINK_FLAGS)…
16 + $(CC) $(CFLAGS) $(OBJDIR)/slsh.o $(OBJDIR)/readline.o -o $(OBJDIR)/slsh $(LDFLAGS) $(DLINK_FLAGS)…
19 $(OBJDIR)/readline.o: $(OBJDIR_TSTAMP) readline.c slsh.h config.h Makefile
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/socat/
H A Dsocat_1.7.4.4.bb38 PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl"
39 PACKAGECONFIG ??= "readline openssl"
41 PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
/OK3568_Linux_fs/buildroot/package/python3/
H A D0025-Add-an-option-to-disable-the-readline-module.patch4 Subject: [PATCH] Add an option to disable the readline module
19 +AC_ARG_ENABLE(readline,
20 + AS_HELP_STRING([--disable-readline], [disable readline]),
22 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} readline"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/
H A Dgdb-cross.inc8 PACKAGECONFIG ??= "python readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
10 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native"
H A Dgdb-common.inc33 PACKAGECONFIG ??= "readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
34 # Use --without-system-readline to compile with readline 5.
35 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline"
H A Dgdb-cross-canadian.inc15 PACKAGECONFIG ??= "python readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}"
20 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0005-Dont-disable-libreadline.a-when-using-disable-static.patch7 readline which then disables libreadline.a, which causes a problem when gdb
10 To ensure that readline always builds static libraries, pass --enable-static to
29 -host_modules= { module= readline; };
30 +host_modules= { module= readline;
39 @@ -25607,7 +25607,7 @@ configure-readline:
46 @endif readline
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/
H A Dgmp.inc9 PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/
H A Dbc_1.07.1.bb24 PACKAGECONFIG ??= "readline"
25 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
/OK3568_Linux_fs/buildroot/package/parted/
H A Dparted.mk17 PARTED_DEPENDENCIES += readline
18 PARTED_CONF_OPTS += --with-readline
20 PARTED_CONF_OPTS += --without-readline
36 --without-readline \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboop/
H A Dliboop_1.0.1.bb14 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/
H A Dfluidsynth_git.bb23 PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline"
/OK3568_Linux_fs/buildroot/package/gdbm/
H A Dgdbm.mk15 GDBM_CONF_OPTS += --with-readline
16 GDBM_DEPENDENCIES += readline
18 GDBM_CONF_OPTS += --without-readline
/OK3568_Linux_fs/buildroot/package/sqlite/
H A Dsqlite.mk69 SQLITE_DEPENDENCIES += ncurses readline
70 SQLITE_CONF_OPTS += --disable-editline --enable-readline
73 SQLITE_CONF_OPTS += --enable-editline --disable-readline
75 SQLITE_CONF_OPTS += --disable-editline --disable-readline
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/
H A Dlua_5.4.4.bb22 PACKAGECONFIG ??= "readline"
23 PACKAGECONFIG[readline] = ",,readline"
34 oe_runmake ${@bb.utils.contains('PACKAGECONFIG', 'readline', 'linux-readline', 'linux', d)}
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/
H A Dbind_9.18.11.bb35 # PACKAGECONFIGs readline and libedit should NOT be set at same time
36 PACKAGECONFIG ?= "readline"
38 PACKAGECONFIG[readline] = "--with-readline=readline,,readline"
39 PACKAGECONFIG[libedit] = "--with-readline=libedit,,libedit"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/
H A Dgawk_5.1.1.bb14 PACKAGECONFIG ??= "readline"
15 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bison/
H A Dbison_3.8.2.bb22 PACKAGECONFIG ??= "readline ${@ 'textstyle' if d.getVar('USE_NLS') == 'yes' else ''}"
25 # Make readline and textstyle optional. There are recipie for these, but leave them
27 PACKAGECONFIG[readline] = "--with-libreadline-prefix,--without-libreadline-prefix,readline"
32 CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'readline', '', ' \
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doepydevshell-internal.py12 import readline
47 readline.parse_and_bind("tab: complete")
49 readline.read_history_file(histfile)
102 readline.write_history_file(histfile)
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0002-use-new-readline-iface.patch1 Tell MySQL to use the new readline interface even when an external
2 readline is being used.
15 # this way we avoid linking commercial source with GPL readline
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/
H A Dparted_3.4.bb20 PACKAGECONFIG ?= "readline"
22 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
/OK3568_Linux_fs/buildroot/package/gawk/
H A Dgawk.mk29 GAWK_DEPENDENCIES += readline
31 GAWK_CONF_OPTS += --without-readline
34 HOST_GAWK_CONF_OPTS = --without-readline --without-mpfr
/OK3568_Linux_fs/buildroot/package/sqlcipher/
H A Dsqlcipher.mk31 SQLCIPHER_DEPENDENCIES += ncurses readline
32 SQLCIPHER_CONF_OPTS += --with-readline-inc="-I$(STAGING_DIR)/usr/include"
34 SQLCIPHER_CONF_OPTS += --disable-readline

12345678910