summaryrefslogtreecommitdiffstats
path: root/recipes-extended/irqbalance/irqbalance_git.bb
blob: 068cf12e80bdc172c9d8844c4a1a82980958c24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) 2015 Wind River Systems, Inc.
#

require irqbalance.inc

SRCREV = "b3adb5fd1496833e4e2cebc958d3919178cd5e3d"
PV = "1.8.0+git"

SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \
           file://add-initscript.patch \
           file://irqbalance-Add-status-and-reload-commands.patch \
           file://0001-add-void-to-fix-strict-prototypes.patch \
          "

S = "${WORKDIR}/git"

CFLAGS += "-Wno-error=format-security"