mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

bitbake has been enhanced such that SRCPV is no longer needed in PV to handle updating git hashes and task signatures. We can simplify our PV by dropping SRCPV Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
18 lines
409 B
BlitzBasic
18 lines
409 B
BlitzBasic
#
|
|
# 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 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CFLAGS += "-Wno-error=format-security"
|