mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-01-07 17:16:29 +01:00
irqbalance: uprev to v1.5.0
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
30167e3bcc
commit
8354c9cec4
|
|
@ -1,29 +0,0 @@
|
|||
From 20a1b2ff2e6d80924824983c363c80f66e05c0d0 Mon Sep 17 00:00:00 2001
|
||||
From: Ming Liu <ming.liu@windriver.com>
|
||||
Date: Sun, 6 Sep 2015 14:43:24 +0800
|
||||
Subject: [PATCH] grasp withval for libcap-ng
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Ming Liu <ming.liu@windriver.com>
|
||||
|
||||
---
|
||||
configure.ac | 5 ++++-
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 38a1bee..95f1488 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -62,7 +62,10 @@ AS_IF(
|
||||
])
|
||||
|
||||
AC_ARG_WITH([libcap-ng],
|
||||
- AS_HELP_STRING([libcap-ng], [Add libcap-ng-support @<:@default=auto@:>@]))
|
||||
+ [AS_HELP_STRING([libcap-ng], [Add libcap-ng-support @<:@default=auto@:>@])],
|
||||
+ [libcap_ng=$withval],
|
||||
+ [libcap_ng=$withval]
|
||||
+)
|
||||
|
||||
AS_IF(
|
||||
[test "x$libcap_ng" != "xno"],
|
||||
|
|
@ -4,12 +4,11 @@
|
|||
|
||||
require irqbalance.inc
|
||||
|
||||
SRC_URI[md5sum] = "26ee6db57c4509737e541e98773a39f5"
|
||||
SRC_URI[sha256sum] = "62de71510a2496fcf027efb0b288dd48e53e9efc931fa573c95580cad6264d07"
|
||||
SRC_URI[md5sum] = "3daa34066d28e2ff44fdac9c39952822"
|
||||
SRC_URI[sha256sum] = "3318eddc03782cfdad22b20eff18eaf378c498c5de286e8cbaa5521ddf4f810b"
|
||||
|
||||
SRC_URI = "https://github.com/Irqbalance/irqbalance/archive/v${PV}.tar.gz;downloadfilename=irqbalance-${PV}.tar.gz \
|
||||
file://add-initscript.patch \
|
||||
file://irqbalance-Add-status-and-reload-commands.patch \
|
||||
file://fix-configure-libcap-ng.patch \
|
||||
file://irqbalanced.service \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user