Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 3842) sorted by relevance

12345678910>>...154

/OK3568_Linux_fs/buildroot/board/boundarydevices/common/
H A Dboot.cmd11 if itest.s x51 == "x${cpu2}" ; then
13 elif itest.s x53 == "x${cpu2}"; then
15 elif itest.s x6SX == "x${cpu3}" || itest.s x6U == "x${cpu2}" || itest.s x7D == "x${cpu2}"; then
17 elif itest.s x8M == "x${cpu2}"; then
22 if itest.s "x1" == "x${m4enabled}" ; then
34 if itest.s "x" == "x${board}" ; then
39 if itest.s "x" == "x${fdt_file}" ; then
40 if itest.s x51 == "x${cpu2}" ; then
42 elif itest.s x53 == "x${cpu2}" ; then
44 elif itest.s x6DL == "x${cpu3}" || itest.s x6SO == "x${cpu3}" ; then
[all …]
H A Dupgrade.cmd1 if itest.s a$uboot_defconfig == a; then
15 if itest.s x51 == "x${cpu2}"; then
17 elif itest.s x53 == "x${cpu2}"; then
19 elif itest.s x6SX == "x${cpu3}" || itest.s x6U == "x${cpu2}" || itest.s x7D == "x${cpu2}"; then
21 elif itest.s x8M == "x${cpu2}"; then
24 if itest.s x8MN == "x${cpu3}" || itest.s x8MP == "x${cpu3}"; then
26 if itest ${env_part} != 0 ; then
39 if itest.s "x${vidconsole}" == "x" ; then
44 if itest.s "x${sfname}" == "x" ; then
46 if itest.s "x${env_dev}" == "x" || itest.s "x${env_part}" == "x"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libassuan/libassuan/
H A Dlibassuan-add-pkgconfig-support.patch27 - if test x$libassuan_config_prefix != x ; then
28 - if test x${LIBASSUAN_CONFIG+set} != xset ; then
34 - if test x"${LIBASSUAN_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
35 - if $GPGRT_CONFIG libassuan --exists; then
41 - if test -z "$use_gpgrt_config"; then
46 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
54 - if test "$LIBASSUAN_CONFIG" != "no"; then
62 - if test -z "$use_gpgrt_config"; then
74 - if test "$major" -gt "$req_major"; then
77 - if test "$major" -eq "$req_major"; then
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0025-RH-add-mpathconf.patch149 + if [ "$1" = "${WWID_LIST[$INDEX]}" ] ; then
165 + if [ -n "$UUID" ] ; then
174 + if [[ "$1" =~ ^part[[:digit:]]+-mpath- ]] ; then
176 + elif [[ "$1" =~ ^mpath- ]] ; then
186 + if [[ "$1" =~ ^[[:digit:]]+:[[:digit:]]+$ ]] ; then
193 + if [ -n "$UUID" ] ; then
214 + if [ -n "$2" ]; then
223 + if [ -n "$2" ]; then
232 + if [ -n "$2" ]; then
241 + if [ -n "$2" ]; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/pinentry/pinentry-1.2.0/
H A Dlibassuan_pkgconf.patch22 @@ -267,8 +267,8 @@ if test "$have_libassuan" = "yes"; then
47 - if test x$libassuan_config_prefix != x ; then
48 - if test x${LIBASSUAN_CONFIG+set} != xset ; then
54 - if test x"${LIBASSUAN_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
55 - if $GPGRT_CONFIG libassuan --exists; then
61 - if test -z "$use_gpgrt_config"; then
68 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
76 - if test "$LIBASSUAN_CONFIG" != "no"; then
84 - if test -z "$use_gpgrt_config"; then
96 - if test "$major" -gt "$req_major"; then
[all …]
H A Dgpg-error_pkconf.patch41 - if test x"${GPG_ERROR_CONFIG}" = x ; then
42 - if test x"${gpg_error_config_prefix}" != x ; then
47 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
65 - if test "$GPGRT_CONFIG" != "no"; then
80 -/g;p;}"); then
83 - if p=$(cd $dir 2>/dev/null && pwd); then
99 - if test "${possible_libdir0##*/}" = "lib"; then
102 - if test -z "$possible_prefix0_triplet"; then
110 - if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then
112 - elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/files/
H A D0001-libgcrypt-fix-m4-file-for-oe-core.patch31 - if test x"${LIBGCRYPT_CONFIG}" = x ; then
32 - if test x"${libgcrypt_config_prefix}" != x ; then
38 - if test x"${LIBGCRYPT_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
39 - if $GPGRT_CONFIG libgcrypt --exists; then
45 - if test -z "$use_gpgrt_config"; then
46 - if test x"${LIBGCRYPT_CONFIG}" = x ; then
49 - if test -x "${SYSROOT}/bin/libgcrypt-config" ; then
64 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
71 - if test "$LIBGCRYPT_CONFIG" != "no" ; then
78 - if test -z "$use_gpgrt_config"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ghostscript/ghostscript/
H A Dmkdir-p.patch28 - @if test "$(BINDIR)" != "" -a ! -d $(BINDIR); then mkdir $(BINDIR); fi
29 - @if test "$(GLGENDIR)" != "" -a ! -d $(GLGENDIR); then mkdir $(GLGENDIR); fi
30 - @if test "$(GLOBJDIR)" != "" -a ! -d $(GLOBJDIR); then mkdir $(GLOBJDIR); fi
31 - @if test "$(DEVGENDIR)" != "" -a ! -d $(DEVGENDIR); then mkdir $(DEVGENDIR); fi
32 - @if test "$(DEVOBJDIR)" != "" -a ! -d $(DEVOBJDIR); then mkdir $(DEVOBJDIR); fi
33 - @if test "$(AUXDIR)" != "" -a ! -d $(AUXDIR); then mkdir $(AUXDIR); fi
34 - @if test "$(PSGENDIR)" != "" -a ! -d $(PSGENDIR); then mkdir $(PSGENDIR); fi
35 - @if test "$(PSGENDIR)" != "" -a ! -d $(PSGENDIR)/cups; then mkdir $(PSGENDIR)/cups; fi
36 - @if test "$(PSOBJDIR)" != "" -a ! -d $(PSOBJDIR); then mkdir $(PSOBJDIR); fi
37 + @if test "$(BINDIR)" != "" -a ! -d $(BINDIR); then mkdir -p $(BINDIR); fi
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libksba/libksba/
H A Dksba-add-pkgconfig-support.patch40 - if test x$ksba_config_prefix != x ; then
41 - if test x${KSBA_CONFIG+set} != xset ; then
47 - if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
48 - if $GPGRT_CONFIG ksba --exists; then
54 - if test -z "$use_gpgrt_config"; then
59 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
66 - if test "$KSBA_CONFIG" != "no" ; then
73 - if test -z "$use_gpgrt_config"; then
84 - if test "$major" -gt "$req_major"; then
87 - if test "$major" -eq "$req_major"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-pkgconfig.patch89 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
97 - if test "$GPGME_CONFIG" != "no" ; then
104 - if test "$gpgme_version_major" -gt "$req_major"; then
107 - if test "$gpgme_version_major" -eq "$req_major"; then
108 - if test "$gpgme_version_minor" -gt "$req_minor"; then
111 - if test "$gpgme_version_minor" -eq "$req_minor"; then
112 - if test "$gpgme_version_micro" -ge "$req_micro"; then
121 if test $ok = yes; then
124 if test "$req_gpgme_api" -gt 0 ; then
127 if test "$tmp" -gt 0 ; then
[all …]
H A D0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch42 - if test x"${GPGME_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
43 - if $GPGRT_CONFIG gpgme --exists; then
49 - if test -z "$use_gpgrt_config"; then
54 if test "$GPGME_CONFIG" != "no" ; then
55 - if test -z "$use_gpgrt_config"; then
68 - if test -z "$use_gpgrt_config"; then
74 if test x"$gpgme_config_host" != xnone ; then
75 if test x"$gpgme_config_host" != x"$host" ; then
86 if test "$req_gpgme_api" -gt 0 ; then
87 - if test -z "$use_gpgrt_config"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/
H A D0002-use-pkgconfig-instead-of-npth-config.patch22 if test "x$npth_config_prefix" != x ; then
28 - if test x"$NPTH_CONFIG" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
29 - if $GPGRT_CONFIG npth --exists; then
35 - if test -z "$use_gpgrt_config"; then
39 - if test "$NPTH_CONFIG" != "no" ; then
40 - if test -z "$use_gpgrt_config"; then
45 + if test "$PKGCONFIG" != "no" ; then
54 - if test "$NPTH_CONFIG" != "no" ; then
55 + if test "$PKGCONFIG" != "no" ; then
61 if test $ok = yes; then
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dcross_899198.patch20 if test "x$cross_compiling" != "xno"; then
21 if test "x$OH_SIZEOF_UCHAR" = x; then
25 if test "x$OH_SIZEOF_USHORT" = x; then
29 if test "x$OH_SIZEOF_UINT" = x; then
33 if test "x$OH_SIZEOF_CHAR" = x; then
37 if test "x$OH_SIZEOF_SHORT" = x; then
41 if test "x$OH_SIZEOF_INT" = x; then
45 if test "x$OH_SIZEOF_LLONG" = x; then
49 if test "x$OH_SIZEOF_FLOAT" = x; then
53 if test "x$OH_SIZEOF_DOUBLE" = x; then
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch20 +if test `uname -s | grep -c MINGW 2>/dev/null` != "0"; then
172 + if test -n "$ac_prev"; then
213 + if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
222 + if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
295 + if test -n "$ac_help"; then
453 + if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
466 + if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
494 + if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
497 + if test "x$nonopt" != xNONE; then
506 +if test -n "$ac_prev"; then
[all …]
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0002-auto-feature-add-mechanism-allowing-to-force-feature.patch23 @@ -52,50 +52,88 @@ if [ -x $NGX_AUTOTEST ]; then
28 - if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then
30 + if test -n "$ngx_feature_run_force_result" ; then
32 + if test -n "$ngx_feature_name" ; then
33 + if test "$ngx_feature_run_force_result" = "yes" ; then
40 - if test -n "$ngx_feature_name"; then
43 + if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then
47 + if test -n "$ngx_feature_name"; then
62 - if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then
64 + if test -n "$ngx_feature_run_force_result" ; then
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch39 if test "x$have_inaddr_none" = "xno"; then
41 @@ -429,16 +417,7 @@ if test "x$LPCAP" = "xno"; then
57 if test "x$have_pcap_lex_destroy" = "xyes"; then
76 if test "x$have_daq_real_addresses" = "xyes"; then
78 @@ -754,17 +723,7 @@ if test "x$ac_cv_func_daq_dp_add_dc" = "xyes"; then
95 if test "x$have_daq_address_space_id" = "xyes"; then
97 @@ -772,17 +731,7 @@ if test "x$have_daq_address_space_id" = "xyes"; then
114 if test "x$have_daq_flow_id" = "xyes"; then
116 @@ -790,19 +739,7 @@ if test "x$have_daq_flow_id" = "xyes"; then
135 if test "x$have_daq_ext_modflow" = "xyes"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dlib-link.m494 if test "$ac_cv_lib[]Name" = yes; then
157 dnl will then not have a --with-libname-prefix option but a
202 if test "X$withval" = "Xno"; then
205 if test "X$withval" = "X"; then
220 if test "X$additional_libdir2" = "X$additional_libdir"; then
223 if test "X$additional_libdir3" = "X$additional_libdir"; then
245 if test "$n" = "$name"; then
250 if test -z "$already_handled"; then
256 if test -n "$value"; then
257 if test "$value" = yes; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel-fitimage.bbclass145 if [ -n "${UBOOT_ENTRYSYMBOL}" ]; then
166 …${UBOOT_SIGN_ENABLE}" = "1" -a "${FIT_SIGN_INDIVIDUAL}" = "1" -a -n "$kernel_sign_keyname" ] ; then
192 if [ "${dtb_ext}" = "dtbo" ]; then
193 if [ -n "${UBOOT_DTBO_LOADADDRESS}" ]; then
196 elif [ -n "${UBOOT_DTB_LOADADDRESS}" ]; then
213 …[ "${UBOOT_SIGN_ENABLE}" = "1" -a "${FIT_SIGN_INDIVIDUAL}" = "1" -a -n "$dtb_sign_keyname" ] ; then
250 …{UBOOT_SIGN_ENABLE}" = "1" -a "${FIT_SIGN_INDIVIDUAL}" = "1" -a -n "$bootscr_sign_keyname" ] ; then
303 if [ -n "${UBOOT_RD_LOADADDRESS}" ]; then
306 if [ -n "${UBOOT_RD_ENTRYPOINT}" ]; then
326 …{UBOOT_SIGN_ENABLE}" = "1" -a "${FIT_SIGN_INDIVIDUAL}" = "1" -a -n "$ramdisk_sign_keyname" ] ; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A Dpkgconfig.patch43 - if test x"${GPG_ERROR_CONFIG}" = x ; then
44 - if test x"${gpg_error_config_prefix}" != x ; then
49 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
67 - if test "$GPGRT_CONFIG" != "no"; then
82 -/g;p;}"); then
85 - if p=$(cd $dir 2>/dev/null && pwd); then
101 - if test "${possible_libdir0##*/}" = "lib"; then
104 - if test -z "$possible_prefix0_triplet"; then
112 - if test -f ${possible_libdir2}/pkgconfig/gpg-error.pc; then
114 - elif test -f ${possible_libdir1}/pkgconfig/gpg-error.pc; then
[all …]
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dbenchmark.c35 long long now, then; in calculate_timespace() local
46 then = get_time(); in calculate_timespace()
48 timed = (unsigned int)(then - now); in calculate_timespace()
57 then = get_time(); in calculate_timespace()
59 timed = (unsigned int)(then - now); in calculate_timespace()
81 long long now, then; in start_benchmark() local
129 then = get_time(); in start_benchmark()
130 performance_time += then - now - sleep_time; in start_benchmark()
135 (long)(then - now), sleep_time, in start_benchmark()
155 then = get_time(); in start_benchmark()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-avoid-searching-host-dirs.patch27 @@ -178,7 +178,7 @@ if test "x$smart_lib" = "x"; then
49 @@ -57,14 +57,14 @@ if test x$with_[]modname != xno; then
56 if test "x$ac_cv_lib_db2_SQLConnect" != xyes; then
64 if test "x$ac_cv_header_sqlcli_h" != xyes; then
70 @@ -56,14 +56,14 @@ if test x$with_[]modname != xno; then
77 if test "x$ac_cv_lib_fbclient_isc_attach_database" != xyes; then
85 if test "x$ac_cv_header_ibase_h" != xyes; then
91 @@ -57,14 +57,14 @@ if test x$with_[]modname != xno; then
98 if test "x$ac_cv_lib_iodbc_SQLConnect" != xyes; then
106 if test "x$ac_cv_header_isql_h" != xyes; then
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/
H A D0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch25 - if test x$libgcrypt_config_prefix != x ; then
26 - if test x${LIBGCRYPT_CONFIG+set} != xset ; then
33 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
43 - if test "$LIBGCRYPT_CONFIG" != "no" ; then
57 - if test "$major" -gt "$req_major"; then
60 - if test "$major" -eq "$req_major"; then
61 - if test "$minor" -gt "$req_minor"; then
64 - if test "$minor" -eq "$req_minor"; then
65 - if test "$micro" -ge "$req_micro"; then
73 - if test $ok = yes; then
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191102.patch.gz ... test "x$cf_add_1lib" = "x$cf_add_2lib" 71- then 72+cf_add_libs="[$]ifelse($ ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch51 - if [ $# -eq 3 ] ; then
54 - if [ $_st -ne 0 ] ; then
55 - if [ $REAL_UID != '0' ] ; then
56 - if [ ! -f $DIST_ROOT/.chown.quiet ] ; then
61 - if [ -n "$DIST_ROOT" ] ; then
90 then
115 @@ -146,18 +109,7 @@ then
121 - then
126 - then
133 then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A D0001-configure-Pass-LDFLAGS-to-link-tests.patch23 @@ -410,7 +410,7 @@ if test $shared -eq 1; then
25 # we must test in two steps (cc then ld), required at least on SunOS 4.x
27 - try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
28 + try $LDSHARED $SFLAGS $LDFLAGS -o $test$shared_ext $test.o; then
30 elif test -z "$old_cc" -a -z "$old_cflags"; then
36 - if try $CC $CFLAGS -o $test $test.c; then
37 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
45 - if try $CC $CFLAGS -o $test $test.c; then
46 + if try $CC $CFLAGS $LDFLAGS -o $test $test.c; then
54 -if try $CC $CFLAGS -o $test $test.c; then
[all …]

12345678910>>...154