31 lines
841 B
BlitzBasic
31 lines
841 B
BlitzBasic
# Copyright 2019-21 NXP
|
|
|
|
SUMMARY = "NXP i.MX SECO library"
|
|
DESCRIPTION = "NXP IMX SECO library"
|
|
SECTION = "base"
|
|
LICENSE = "Proprietary"
|
|
LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832"
|
|
|
|
DEPENDS = "zlib"
|
|
|
|
SRCBRANCH = "lf-5.10.72_2.2.0"
|
|
SECO_LIB_SRC ?= "git://github.com/NXP/imx-seco-libs.git;protocol=https"
|
|
SRC_URI = "${SECO_LIB_SRC};branch=${SRCBRANCH} \
|
|
file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \
|
|
file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \
|
|
file://0001-add-v2x_test-to-the-installed-binaries.patch \
|
|
"
|
|
SRCREV = "3e8ad6b168f23a8c6ecd75edabc18d2673403e24"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
|
|
do_install () {
|
|
oe_runmake DESTDIR=${D} install
|
|
chown -R root:root "${D}"
|
|
}
|
|
|
|
COMPATIBLE_MACHINE = "(mx8)"
|
|
COMPATIBLE_MACHINE_mx8m = "(^$)"
|