Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1211 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1212 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1233 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1247 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1250 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
1251 …eplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verst…
1256 …l}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
1257 …l}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
3175 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
3176 …r_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py915 verstring = ""
937 if verstring and bb.utils.vercmp(("0", pver, ""), ("0", verstring, "")) < 0:
940 verstring = pver
941 pupver = (verstring, revision)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1518 verstring = pupver[0]
1519 self.assertTrue(verstring, msg="Could not find upstream version for %s" % k[0])
1520 r = bb.utils.vercmp_string(v, verstring)
1521 … self.assertTrue(r == -1 or r == 0, msg="Package %s, version: %s <= %s" % (k[0], v, verstring))
1523 r = bb.utils.vercmp_string(verstring, k[4])
1524 … self.assertTrue(r == -1 or r == 0, msg="Package %s, version: %s <= %s" % (k[0], verstring, k[4]))
1542 verstring = pupver[0]
1543 self.assertTrue(verstring, msg="Could not find upstream version for %s" % k[0])
1544 r = bb.utils.vercmp_string(v, verstring)
1545 … self.assertTrue(r == -1 or r == 0, msg="Package %s, version: %s <= %s" % (k[0], v, verstring))
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y102 static void add_version(const char *verstring);
1956 add_version(const char *verstring) in add_version() argument
1962 newlen = strlen(verstring) + strlen(prefix); in add_version()
1970 strcpy(&versions[oldlen + strlen(prefix)], verstring); in add_version()