aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tools/schedtool-dl/schedtool-dl.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tools/schedtool-dl/schedtool-dl.bb')
-rw-r--r--recipes-tools/schedtool-dl/schedtool-dl.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb
index 20c8919..f394f10 100644
--- a/recipes-tools/schedtool-dl/schedtool-dl.bb
+++ b/recipes-tools/schedtool-dl/schedtool-dl.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "schedtool-dl (scheduler test tool) for deadline scheduler"
SECTION = "devel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc1f51f7ca94aebffb9b3663d82873ec"
-SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=git \
+SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=https;branch=master \
file://0001-schedtool-dl-add-flags-to-parameters-of-sched_setattr.patch \
"
SRCREV = "3ffb479929c31cbae09de08f94f58b8f0f061d91"
@@ -23,6 +23,6 @@ do_install() {
install -m 0755 schedtool ${D}${bindir}
}
-FILES_{PN} = "${bindir}/schedtool"
+FILES:{PN} = "${bindir}/schedtool"
PARALLEL_MAKE = ""