mtcp-dpdk: Fix multilib issues and update to the latest LICENSE checksum

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
This commit is contained in:
Valentin Jec 2024-10-17 11:16:53 +03:00
parent 8fb4475561
commit 26da62e199

View File

@ -1,13 +1,13 @@
DESCRIPTION = "mTCP on DPDK"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=189d0d4d51a8c303a7188b0932b735a9"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a36820ca4ad07a1d62df52c596df642"
DEPENDS += "gmp numactl dpdk bc-native"
SRC_URI = "${MTCP_DPDK_SRC};nobranch=1"
MTCP_DPDK_SRC ?= "git://github.com/nxp-mcuxpresso/mtcp;protocol=https"
SRCREV = "3ba347ba8fae3a7cc52220d50c221af4c26d170b"
SRCREV = "c1dee662b4d0e33c8bf2b6ee4feec27efd96a61d"
S = "${WORKDIR}/git"
@ -19,7 +19,7 @@ B = "${S}"
do_configure() {
export SYSROOT_DPDK=${PKG_CONFIG_SYSROOT_DIR}
${S}/configure --host aarch64-fsl-linux --with-dpdk-lib=${SYSROOT_DPDK}/usr
${S}/configure --host aarch64-fsl-linux --with-dpdk-lib=${SYSROOT_DPDK}/usr --libdir=${libdir} --baselib=${baselib}
}
do_compile() {