From 818b71e7f4190d9fafbbbfa1b68ae1cc99de7c2d Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 19 Apr 2011 16:22:07 +0800 Subject: mdadm: upgrade from 3.1.4 to the latest version 3.2.1 removed fix-z-now.patch since 3.2.1 has integrated it. Signed-off-by: Dexuan Cui --- meta/recipes-extended/mdadm/mdadm_3.1.4.bb | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 meta/recipes-extended/mdadm/mdadm_3.1.4.bb (limited to 'meta/recipes-extended/mdadm/mdadm_3.1.4.bb') diff --git a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb b/meta/recipes-extended/mdadm/mdadm_3.1.4.bb deleted file mode 100644 index ef62a3f118..0000000000 --- a/meta/recipes-extended/mdadm/mdadm_3.1.4.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = " A tool for managing Soft RAID under Linux" -HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" -BUGTRACKER = "n/a" - -#A few files are GPLv2+ while most files are GPLv2. -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ - file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \ - file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161" - -PR = "r1" - -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \ - file://fix-z-now.patch;striplevel=0" - -SRC_URI[md5sum] = "0e7dcb5cc4192ae3abd9956bac475576" -SRC_URI[sha256sum] = "849ad0ad4ad3c1d2d8806a16b30e1f59ab2daf313cb103807207f7cba889ea63" - -CFLAGS += "-fno-strict-aliasing" - -inherit autotools - -do_compile() { - export CROSS_COMPILE="${TARGET_PREFIX}" - oe_runmake -} - -do_install() { - export STRIP="" - autotools_do_install -} - -- cgit 1.2.3-korg