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 / read-edid / read-edid.mk
1 ################################################################################
2 #
3 # read-edid
4 #
5 ################################################################################
6
7 READ_EDID_VERSION = 1.4.2
8 READ_EDID_SITE = http://www.polypux.org/projects/read-edid
9 READ_EDID_LICENSE = GPLv2
10 READ_EDID_LICENSE_FILES = COPYING
11
12 define READ_EDID_BUILD_CMDS
13         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
14 endef
15
16 $(eval $(autotools-package))