1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-31 07:50:52 +00:00

netapi: disable debian naming for consistency

Libraries have SOC in the name, but some machines (k2hk) build multiple variants.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2016-02-04 23:20:16 +00:00
parent 48467358fe
commit e355f6fa2b
+6 -1
View File
@@ -4,13 +4,18 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f230
COMPATIBLE_MACHINE = "keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEBIAN_NOAUTONAME_${PN} = "1"
DEBIAN_NOAUTONAME_${PN}-dev = "1"
DEBIAN_NOAUTONAME_${PN}-dbg = "1"
DEBIAN_NOAUTONAME_${PN}-staticdev = "1"
BRANCH = "master"
SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}"
# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
PV = "01.01.00.06"
INC_PR = "r3"
INC_PR = "r4"
DEVICELIST_k2hk-evm = "k2h k2k"
DEVICELIST_k2l-evm = "k2l"