aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tools/rt-app/rt-app.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-tools/rt-app/rt-app.bb')
-rw-r--r--recipes-tools/rt-app/rt-app.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-tools/rt-app/rt-app.bb b/recipes-tools/rt-app/rt-app.bb
index c532aea..6424e69 100644
--- a/recipes-tools/rt-app/rt-app.bb
+++ b/recipes-tools/rt-app/rt-app.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "rt-app is a test application that starts multiple periodic threads in order to simulate a real-time periodic load"
SECTION = "devel"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING.in;endline=339;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
SRCREV = "17be4548c4260b80be623e0e1317e98a770dea7a"
@@ -18,6 +18,6 @@ do_install() {
install -m 0755 src/rt-app ${D}${bindir}
}
-FILES_{PN} = "${bindir}/rt-app"
+FILES:{PN} = "${bindir}/rt-app"
PARALLEL_MAKE = ""