Import buildroot 2016.02.01
This commit is contained in:
13
firmware/buildroot/package/libfslcodec/Config.in
Normal file
13
firmware/buildroot/package/libfslcodec/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_LIBFSLCODEC
|
||||
bool "libfslcodec"
|
||||
depends on BR2_arm # Only relevant for i.MX
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries
|
||||
help
|
||||
Binary codec libraries for the Freescale i.MX SoCs.
|
||||
|
||||
This library is provided by Freescale as-is and doesn't have
|
||||
an upstream.
|
||||
|
||||
comment "libfslcodec needs an (e)glibc toolchain"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
2
firmware/buildroot/package/libfslcodec/libfslcodec.hash
Normal file
2
firmware/buildroot/package/libfslcodec/libfslcodec.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 de1251286ebbc1541452f2f70fbd73e42c58f95630d65d1f9aaabf10a6caa38f libfslcodec-4.0.7.bin
|
||||
23
firmware/buildroot/package/libfslcodec/libfslcodec.mk
Normal file
23
firmware/buildroot/package/libfslcodec/libfslcodec.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# libfslcodec
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFSLCODEC_VERSION = 4.0.7
|
||||
LIBFSLCODEC_SITE = $(FREESCALE_IMX_SITE)
|
||||
LIBFSLCODEC_SOURCE = libfslcodec-$(LIBFSLCODEC_VERSION).bin
|
||||
LIBFSLCODEC_INSTALL_STAGING = YES
|
||||
|
||||
LIBFSLCODEC_LICENSE = Freescale Semiconductor Software License Agreement, BSD-3c (flac, ogg headers)
|
||||
LIBFSLCODEC_LICENSE_FILES = EULA COPYING
|
||||
LIBFSLCODEC_REDISTRIBUTE = NO
|
||||
|
||||
define LIBFSLCODEC_EXTRACT_CMDS
|
||||
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLCODEC_SOURCE))
|
||||
endef
|
||||
|
||||
# FIXME The Makefile installs both the arm9 and arm11 versions of the
|
||||
# libraries, but we only need one of them.
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user