Files
meta-openembedded/meta-oe/recipes-core
Mingli Yu 65116b253b usleep: Make the version consistent
The package version is inconsistent as below:

 # rpm -qa | grep usleep
 usleep-1.0-r0.core2_64

 # usleep --version
 usleep version 1.2
	 usleep --help for more info

And there is below logic in meta-oe/recipes-core/usleep/files/usleep.c.
  if (showVersion) {
      printf("usleep version 1.2\n     usleep --help for more info\n");
      return 0;
  }

So update the PV value to make the version consistent.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-04 11:17:26 -08:00
..
2023-12-29 09:04:15 -08:00
2023-07-07 08:59:27 -07:00
2023-12-04 12:30:43 -08:00
2022-08-23 09:55:28 -07:00
2023-11-05 22:26:54 -08:00