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 / tremor / tremor.mk
1 ################################################################################
2 #
3 # tremor
4 #
5 ################################################################################
6
7 TREMOR_SITE = http://svn.xiph.org/trunk/Tremor
8 TREMOR_SITE_METHOD = svn
9 TREMOR_VERSION = 18153
10 TREMOR_LICENSE = BSD-3c
11 TREMOR_LICENSE_FILES = COPYING
12
13 TREMOR_AUTORECONF = YES
14 TREMOR_INSTALL_STAGING = YES
15 TREMOR_DEPENDENCIES = libogg
16
17 # tremor has ARM assembly code that cannot be compiled in Thumb2 mode,
18 # so we must force the traditional ARM mode.
19 ifeq ($(BR2_arm),y)
20 TREMOR_CONF_ENV = \
21         CFLAGS="$(TARGET_CFLAGS) -marm"
22 endif
23
24 $(eval $(autotools-package))