summaryrefslogtreecommitdiffstats
path: root/recipes-enea/count-ticks/count-ticks_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-enea/count-ticks/count-ticks_1.1.bb')
-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}