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 / lcdapi / lcdapi.mk
1 ################################################################################
2 #
3 # lcdapi
4 #
5 ################################################################################
6
7 LCDAPI_VERSION = dbbdca06f271b8cf81b4817a9da3d558cfe59905
8 LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION))
9 LCDAPI_LICENSE = LGPLv2.1+
10 LCDAPI_LICENSE_FILES = COPYING
11 LCDAPI_AUTORECONF = YES
12 LCDAPI_INSTALL_STAGING = YES
13
14 define LCDAPI_CREATE_M4_DIR
15         mkdir -p $(@D)/m4
16 endef
17
18 LCDAPI_POST_PATCH_HOOKS += LCDAPI_CREATE_M4_DIR
19
20 $(eval $(autotools-package))