aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-tools/rt-app/rt-app.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-tools/rt-app/rt-app.bb b/recipes-tools/rt-app/rt-app.bb
index acce437..c532aea 100644
--- a/recipes-tools/rt-app/rt-app.bb
+++ b/recipes-tools/rt-app/rt-app.bb
@@ -1,10 +1,9 @@
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"
-LIC_FILES_CHKSUM = "file://COPYING;endline=339;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
-PR = "r1"
+LIC_FILES_CHKSUM = "file://COPYING.in;endline=339;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
-SRCREV = "e81cbe9f76ee298feded17bb7455d4deb2fb32af"
+SRCREV = "17be4548c4260b80be623e0e1317e98a770dea7a"
SRC_URI = "git://github.com/gbagnoli/rt-app.git \
file://0001-set-with-deadline-as-a-default-to-go-around-yocto-bu.patch \
@@ -14,10 +13,6 @@ S = "${WORKDIR}/git"
inherit autotools gettext pkgconfig
-do_configure_prepend() {
- autoreconf --install --verbose --force
-}
-
do_install() {
install -d ${D}${bindir}
install -m 0755 src/rt-app ${D}${bindir}