aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-01-04 15:13:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-04 11:17:26 -0800
commit65116b253bf4692c8232f50d2007a924f522aff7 (patch)
treefb669db1cc5e8085261a41ffeb6d31b7ac66361e /meta-oe/recipes-core
parent8838fb392808881366d4bcdccc3296c7413413f9 (diff)
downloadmeta-openembedded-contrib-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-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/usleep/usleep_1.2.bb (renamed from meta-oe/recipes-core/usleep/usleep_1.0.bb)0
1 files changed, 0 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/usleep/usleep_1.0.bb b/meta-oe/recipes-core/usleep/usleep_1.2.bb
index a529032aad..a529032aad 100644
--- a/meta-oe/recipes-core/usleep/usleep_1.0.bb
+++ b/meta-oe/recipes-core/usleep/usleep_1.2.bb