summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-12-30 14:16:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:10:49 +0000
commitf01f6764a744fcb6c5c342ab06a52f97fe362f1a (patch)
treeb37835ecae1343a3b2be25cc0db661fc92cf23af /meta/recipes-extended/mdadm/mdadm_3.2.2.bb
parent8eff4fea13317a741114f2a2e8e228d0155ba64c (diff)
downloadopenembedded-core-f01f6764a744fcb6c5c342ab06a52f97fe362f1a.tar.gz
openembedded-core-f01f6764a744fcb6c5c342ab06a52f97fe362f1a.tar.bz2
openembedded-core-f01f6764a744fcb6c5c342ab06a52f97fe362f1a.tar.xz
openembedded-core-f01f6764a744fcb6c5c342ab06a52f97fe362f1a.zip
mdadm: upgrade to the latest version 3.2.3
deleted 1 patch since it's in new version now. made LICENSE field more accurate. updated chksum of COPYING: only working change; no actual license change. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_3.2.2.bb')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.2.2.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb b/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
deleted file mode 100644
index 02109e36a..000000000
--- a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
+++ /dev/null
@@ -1,34 +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 = "r3"
-
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2 \
- file://0001-mdadm-fix-build-failures-ppc64.patch \
- file://mdadm-3.2.2_fix_for_x32.patch \
- "
-
-SRC_URI[md5sum] = "12ee2fbf3beddb60601fb7a4c4905651"
-SRC_URI[sha256sum] = "0d1a04e688b082bc88846e3f524abd50bc782b6ffc06123140f7d358c8f9b906"
-
-CFLAGS += "-fno-strict-aliasing"
-
-inherit autotools
-
-do_compile() {
- oe_runmake
-}
-
-do_install() {
- export STRIP=""
- autotools_do_install
-}
-
-FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules"