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 / e2tools / e2tools.mk
1 ################################################################################
2 #
3 # e2tools
4 #
5 ################################################################################
6
7 E2TOOLS_VERSION = 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6
8 E2TOOLS_SITE = $(call github,ndim,e2tools,$(E2TOOLS_VERSION))
9
10 # Source coming from GitHub, no configure included.
11 E2TOOLS_AUTORECONF = YES
12 E2TOOLS_LICENSE = GPLv2
13 E2TOOLS_LICENSE_FILES = COPYING
14 E2TOOLS_DEPENDENCIES = e2fsprogs
15 E2TOOLS_CONF_ENV = LIBS="-lpthread"
16 HOST_E2TOOLS_CONF_ENV = LIBS="-lpthread"
17
18 $(eval $(autotools-package))
19 $(eval $(host-autotools-package))