summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/mdadm/mdadm_3.2.1.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-08-16 15:41:54 +0800
committerSaul Wold <sgw@linux.intel.com>2011-08-16 22:54:06 -0700
commita39c0c022090ba078ba6132ff69f9587fea592be (patch)
treec60bc0e81397e9b319c304aa0a57903641f82f68 /meta/recipes-extended/mdadm/mdadm_3.2.1.bb
parent42ee402fc4ecee9349c1e7ce31c55275f34b121e (diff)
downloadopenembedded-core-a39c0c022090ba078ba6132ff69f9587fea592be.tar.gz
openembedded-core-a39c0c022090ba078ba6132ff69f9587fea592be.tar.bz2
openembedded-core-a39c0c022090ba078ba6132ff69f9587fea592be.tar.xz
openembedded-core-a39c0c022090ba078ba6132ff69f9587fea592be.zip
mdadm: upgrade mdadm from 3.2.1 to 3.2.2
Remove the patch since 3.2.2 has integrated it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_3.2.1.bb')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.2.1.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.1.bb b/meta/recipes-extended/mdadm/mdadm_3.2.1.bb
deleted file mode 100644
index 80fe52029..000000000
--- a/meta/recipes-extended/mdadm/mdadm_3.2.1.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_for_compilation_with_gcc-4.6.0.patch"
-
-SRC_URI[md5sum] = "d1e2549202bd79d9e99f1498d1109530"
-SRC_URI[sha256sum] = "7f68f149c6c0e8893d0b9220ac255b46af08e6a6b81223cab57ed54d628ae125"
-
-CFLAGS += "-fno-strict-aliasing"
-
-inherit autotools
-
-do_compile() {
- export CROSS_COMPILE="${TARGET_PREFIX}"
- oe_runmake
-}
-
-do_install() {
- export STRIP=""
- autotools_do_install
-}
-