[oe-commits] [openembedded-core] 43/83: rt-tests: fix the recipe version to match upstream

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 23:36:55 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 799a7b74f1219040fe2d43dcdcd145600a9fecbd
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Tue Nov 1 15:30:07 2016 +0200

    rt-tests: fix the recipe version to match upstream
    
    Upstream had a 2.0 tag for a while, then removed it and added a 1.1 tag :-/
    Let's make it match to avoid confusion. There's only one new commit
    added, which adds a missing manpage.
    
    Also, update the outdated version comment in rt-tests.inc
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-rt/rt-tests/{hwlatdetect_2.0.bb => hwlatdetect_1.1.bb} | 0
 meta/recipes-rt/rt-tests/rt-tests.inc                               | 5 +++--
 meta/recipes-rt/rt-tests/{rt-tests_2.0.bb => rt-tests_1.1.bb}       | 0
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_2.0.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/hwlatdetect_2.0.bb
rename to meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index d832828..5606d8e 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,6 @@
-# Version v0.96
-SRCREV = "e1b1537a20b35af75a49bf55dcf70296f8a62467"
+# Version 1.1
+SRCREV = "dff174f994f547a5785d32454865f140daacb0f5"
+PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git"
 
diff --git a/meta/recipes-rt/rt-tests/rt-tests_2.0.bb b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_2.0.bb
rename to meta/recipes-rt/rt-tests/rt-tests_1.1.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list