diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2024-01-04 15:13:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-04 11:17:26 -0800 |
commit | 65116b253bf4692c8232f50d2007a924f522aff7 (patch) | |
tree | fb669db1cc5e8085261a41ffeb6d31b7ac66361e /meta-python/recipes-devtools/python/python3-h5py | |
parent | 8838fb392808881366d4bcdccc3296c7413413f9 (diff) | |
download | meta-openembedded-65116b253bf4692c8232f50d2007a924f522aff7.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py')
0 files changed, 0 insertions, 0 deletions