irqbalance: remove old versions

There's no need to carry three versions of irqbalance, so we keep the
latest, and drop the older variants.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Bruce Ashfield 2014-09-29 10:21:16 -04:00
parent 97e1bb100c
commit 85f38bd2ec
2 changed files with 0 additions and 30 deletions

View File

@ -1,16 +0,0 @@
#
# Copyright (C) 2013 Wind River Systems, Inc.
#
require irqbalance.inc
PR = "r1"
SRC_URI[md5sum] = "f7ca283c46331db73f27e686a643dcfb"
SRC_URI[sha256su] = "15725edf4a6f20258620cbd05ebf02d0c25aadd5ffa4871ef8507c9215021c43"
EXTRA_OECONF += "--with-sysroot=${STAGING_DIR_TARGET}"
SRC_URI = "http://irqbalance.googlecode.com/files/irqbalance-${PV}.tar.bz2 \
file://add-initscript.patch \
"

View File

@ -1,14 +0,0 @@
#
# Copyright (C) 2013 Wind River Systems, Inc.
#
require irqbalance.inc
PR = "r0"
SRC_URI[md5sum] = "b6403fa067c96adce448a48c9993654d"
SRC_URI[sha256sum] = "1123e75224b9c0b63ac85892e920bc4a9c76211278ea3d5d4bcbbde44815685c"
SRC_URI = "http://irqbalance.googlecode.com/files/irqbalance-${PV}.tar.gz \
file://add-initscript.patch \
"