aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mdadm/mdadm.inc
blob: a944e0b19091ddb61caaedd6ea0467cc5212b7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SECTION = "utils"
DESCRIPTION = "mdadm is a tool for creating, managing and monitoring \
device arrays using the "md" driver in Linux, also \
known as Software RAID arrays."
LICENSE = "GPL"

SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/raid/mdadm/${PN}-${PV}.tar.bz2"

CFLAGS += "-fno-strict-aliasing"


inherit autotools

INHIBIT_AUTO_STAGE = "1"

do_compile() {
	export CROSS_COMPILE="${TARGET_PREFIX}"
	oe_runmake
}

do_install() {
	export STRIP=""
	autotools_do_install
}