Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 9a60f7cdab6fb39adf23a12102f2d950d5f07f0cd7e51e85ec327e07440a79c6 localedef-eglibc-2.14.1-r17443-ptx1.tar.bz2
|
||||
22
deprecated/firmware/buildroot/package/localedef/localedef.mk
Normal file
22
deprecated/firmware/buildroot/package/localedef/localedef.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# localedef
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LOCALEDEF_VERSION = 2.14.1-r17443-ptx1
|
||||
LOCALEDEF_SOURCE = localedef-eglibc-$(LOCALEDEF_VERSION).tar.bz2
|
||||
LOCALEDEF_SITE = http://www.pengutronix.de/software/ptxdist/temporary-src
|
||||
|
||||
HOST_LOCALEDEF_CONF_OPTS += \
|
||||
--prefix=/usr \
|
||||
--with-glibc=./eglibc
|
||||
|
||||
HOST_LOCALEDEF_CONF_ENV = CFLAGS="$(HOST_CFLAGS) -fgnu89-inline"
|
||||
|
||||
# The makefile does not implement an install target
|
||||
define HOST_LOCALEDEF_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/localedef $(HOST_DIR)/usr/bin/localedef
|
||||
endef
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user