mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 12:59:03 +02:00

updates also fixed these CVE's - CVE-2020-14374 - CVE-2020-14375 - CVE-2020-14376 - CVE-2020-14377 - CVE-2020-14378 see: http://inbox.dpdk.org/announce/73386a14-6e5a-83e4-051d-125b5c5fe5d9@intel.com/T/#u Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
19 lines
571 B
BlitzBasic
19 lines
571 B
BlitzBasic
include dpdk.inc
|
|
|
|
CONFIG_NAME = "common_linuxapp"
|
|
TEST_DIR = "test"
|
|
|
|
STABLE = "-stable"
|
|
BRANCH = "18.11"
|
|
SRCREV = "6da233189fd222ea795fbf6e0f39eeade984203f"
|
|
|
|
LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2"
|
|
LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
|
|
file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
|
|
|
|
do_install_append () {
|
|
# Remove the unneeded dir
|
|
rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app
|
|
}
|