summaryrefslogtreecommitdiffstats
path: root/recipes-enea/count-ticks
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-07-17 14:21:32 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2017-07-19 10:25:43 +0200
commite0b480da53093f8832a5d6b0a2fd083a9e99c7e8 (patch)
tree3fd6bd7d2d455cab31e4713aa93d7ac9e19c088d /recipes-enea/count-ticks
parent4bf7d1abd0e8414a7f096864fa916e3cc705ac11 (diff)
downloadmeta-nfv-access-common-e0b480da53093f8832a5d6b0a2fd083a9e99c7e8.tar.gz
Upgraded to the latest rt-tools version
Added new recipe for the bitcalc tool. Removed list2mask recipe and updated the partrt and the count-ticks recipes. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Diffstat (limited to 'recipes-enea/count-ticks')
-rw-r--r--recipes-enea/count-ticks/count-ticks_1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-enea/count-ticks/count-ticks_1.1.bb b/recipes-enea/count-ticks/count-ticks_1.1.bb
index caa6ed7..a33a0f9 100644
--- a/recipes-enea/count-ticks/count-ticks_1.1.bb
+++ b/recipes-enea/count-ticks/count-ticks_1.1.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/OpenEneaLinux/rt-tools.git;branch=master \
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14 14
15SRCREV = "0fa0a8e084fe68e77a1f0968f2fbfa993292ae9c" 15SRCREV = "9d4d1ce26b58ada516466c30e53c75c2961d6f0a"
16 16
17inherit ptest 17inherit ptest
18 18
@@ -21,5 +21,5 @@ S = "${WORKDIR}/git"
21FILES_${PN} += "/bin/*" 21FILES_${PN} += "/bin/*"
22 22
23do_install() { 23do_install() {
24 install -D ${S}/install/bin/count_ticks ${D}/usr/bin/count_ticks 24 install -D ${S}/count_ticks/count_ticks ${D}/usr/bin/count_ticks
25} 25}