| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/lftp/ |
| H A D | lftp_4.9.2.bb | 19 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 D | 0004-readline-Fix-compile-error-on-uclibc.patch | 4 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 D | 0001-slsh-libs.patch | 12 $(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 D | socat_1.7.4.4.bb | 38 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 D | 0025-Add-an-option-to-disable-the-readline-module.patch | 4 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 D | gdb-cross.inc | 8 PACKAGECONFIG ??= "python readline ${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}" 10 PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native"
|
| H A D | gdb-common.inc | 33 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 D | gdb-cross-canadian.inc | 15 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 D | 0005-Dont-disable-libreadline.a-when-using-disable-static.patch | 7 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 D | gmp.inc | 9 PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/ |
| H A D | bc_1.07.1.bb | 24 PACKAGECONFIG ??= "readline" 25 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
|
| /OK3568_Linux_fs/buildroot/package/parted/ |
| H A D | parted.mk | 17 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 D | liboop_1.0.1.bb | 14 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/ |
| H A D | fluidsynth_git.bb | 23 PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline"
|
| /OK3568_Linux_fs/buildroot/package/gdbm/ |
| H A D | gdbm.mk | 15 GDBM_CONF_OPTS += --with-readline 16 GDBM_DEPENDENCIES += readline 18 GDBM_CONF_OPTS += --without-readline
|
| /OK3568_Linux_fs/buildroot/package/sqlite/ |
| H A D | sqlite.mk | 69 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 D | lua_5.4.4.bb | 22 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 D | bind_9.18.11.bb | 35 # 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 D | gawk_5.1.1.bb | 14 PACKAGECONFIG ??= "readline" 15 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bison/ |
| H A D | bison_3.8.2.bb | 22 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 D | oepydevshell-internal.py | 12 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 D | 0002-use-new-readline-iface.patch | 1 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 D | parted_3.4.bb | 20 PACKAGECONFIG ?= "readline" 22 PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
|
| /OK3568_Linux_fs/buildroot/package/gawk/ |
| H A D | gawk.mk | 29 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 D | sqlcipher.mk | 31 SQLCIPHER_DEPENDENCIES += ncurses readline 32 SQLCIPHER_CONF_OPTS += --with-readline-inc="-I$(STAGING_DIR)/usr/include" 34 SQLCIPHER_CONF_OPTS += --disable-readline
|