Home
last modified time | relevance | path

Searched refs:verstring (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py779 verstring = ""
799 if verstring and bb.utils.vercmp(("0", tag, ""), ("0", verstring, "")) < 0:
802 verstring = tag
804 pupver = (verstring, revision)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch1163 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1164 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1185 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1199 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1202 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
1203 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
1208 …l}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1209 …l}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
3096 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
3097 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y103 static void add_version(const char *verstring);
1957 add_version(const char *verstring) in add_version() argument
1963 newlen = strlen(verstring) + strlen(prefix); in add_version()
1971 strcpy(&versions[oldlen + strlen(prefix)], verstring); in add_version()
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh8930 verstring=
8944 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8948verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revi…
8951verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8979 verstring=$verstring_prefix$major.$revision
8988 verstring=$verstring_prefix$major.$iface:$verstring
9006 verstring=$current.$age.$revision
9015 verstring=$verstring:$iface.0
9019 func_append verstring ":$current.0"
9057 verstring=
[all …]
H A Dconfigure18836 …b \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_…
18838 …b \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_…
19003 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
19031 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
19034 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
19035 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
19126 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
19129 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
19139 …lags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
19143 … $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
[all …]
/OK3568_Linux_fs/external/xserver/m4/
H A Dlibtool.m41127 …b \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_…
1129 …b \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_…
1133 … \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1134 …ib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_s…
5769 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
5792 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
5795 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
5796 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
5887 …ompiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$ve…
5890 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1412 verstring = pupver[0]
1413 self.assertTrue(verstring, msg="Could not find upstream version for %s" % k[0])
1414 r = bb.utils.vercmp_string(v, verstring)
1415 … self.assertTrue(r == -1 or r == 0, msg="Package %s, version: %s <= %s" % (k[0], v, verstring))
1433 verstring = pupver[0]
1434 self.assertTrue(verstring, msg="Could not find upstream version for %s" % k[0])
1435 r = bb.utils.vercmp_string(v, verstring)
1436 … self.assertTrue(r == -1 or r == 0, msg="Package %s, version: %s <= %s" % (k[0], v, verstring))