From: Mingli Yu <[email protected]>

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 <[email protected]>
---
 meta-oe/recipes-core/usleep/{usleep_1.0.bb => usleep_1.2.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-core/usleep/{usleep_1.0.bb => usleep_1.2.bb} (100%)

diff --git a/meta-oe/recipes-core/usleep/usleep_1.0.bb 
b/meta-oe/recipes-core/usleep/usleep_1.2.bb
similarity index 100%
rename from meta-oe/recipes-core/usleep/usleep_1.0.bb
rename to meta-oe/recipes-core/usleep/usleep_1.2.bb
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108037): 
https://lists.openembedded.org/g/openembedded-devel/message/108037
Mute This Topic: https://lists.openembedded.org/mt/103518552/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to