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, 5 insertions, 1 deletions
diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb
index 578e5df..20c8919 100644
--- a/recipes-tools/schedtool-dl/schedtool-dl.bb
+++ b/recipes-tools/schedtool-dl/schedtool-dl.bb
@@ -3,13 +3,17 @@ SECTION = "devel"
LICENSE = "GPLv2"
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=git \
+ file://0001-schedtool-dl-add-flags-to-parameters-of-sched_setattr.patch \
+ "
SRCREV = "3ffb479929c31cbae09de08f94f58b8f0f061d91"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "'CC=${CC}'"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_compile() {
oe_runmake
}