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 / localedef / localedef.mk
1 ################################################################################
2 #
3 # localedef
4 #
5 ################################################################################
6
7 LOCALEDEF_VERSION = 2.14.1-r17443-ptx1
8 LOCALEDEF_SOURCE = localedef-eglibc-$(LOCALEDEF_VERSION).tar.bz2
9 LOCALEDEF_SITE = http://www.pengutronix.de/software/ptxdist/temporary-src
10
11 HOST_LOCALEDEF_CONF_OPTS += \
12         --prefix=/usr \
13         --with-glibc=./eglibc
14
15 # The makefile does not implement an install target
16 define HOST_LOCALEDEF_INSTALL_CMDS
17         $(INSTALL) -D -m 0755 $(@D)/localedef $(HOST_DIR)/usr/bin/localedef
18 endef
19
20 $(eval $(host-autotools-package))