19 lines
564 B
BlitzBasic
19 lines
564 B
BlitzBasic
# Copyright 2020 NXP Semiconductors
|
|
|
|
DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library"
|
|
LICENSE = "Proprietary"
|
|
SECTION = "multimedia"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f"
|
|
|
|
SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
|
|
SRC_URI[md5sum] = "af01428c2971af339d0308f4aca1dac0"
|
|
SRC_URI[sha256sum] = "d310ef581f9e6e6d726c5dc8998178b7993680b5552c45561e56ac0e927b6d9c"
|
|
|
|
inherit fsl-eula-unpack autotools pkgconfig
|
|
|
|
INSANE_SKIP_${PN} = "already-stripped"
|
|
|
|
FILES_${PN} += "${datadir}/imx-mm"
|
|
|
|
COMPATIBLE_MACHINE = "(mx8)"
|