The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sdparm / sdparm.mk
1 ################################################################################
2 #
3 # sdparm
4 #
5 ################################################################################
6
7 SDPARM_VERSION = 1.09
8 SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tar.xz
9 SDPARM_SITE = http://sg.danny.cz/sg/p
10 SDPARM_LICENSE = BSD-3c
11 SDPARM_LICENSE_FILES = COPYING
12
13 # Patching src/Makefile.am
14 SDPARM_AUTORECONF = YES
15
16 ifeq ($(BR2_PACKAGE_SG3_UTILS),y)
17 SDPARM_DEPENDENCIES += sg3_utils
18 else
19 SDPARM_CONF_OPTS += --disable-libsgutils
20 endif
21
22 $(eval $(autotools-package))