[meta-ti] Denys Dmytriyenko : netapi: disable debian naming for consistency
Arago Project git
git at arago-project.org
Thu Feb 4 09:30:23 PST 2016
Module: meta-ti
Branch: fido
Commit: 8b92fc167c7d5d254a11ec9c18f7284b4127fc87
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=8b92fc167c7d5d254a11ec9c18f7284b4127fc87
Author: Denys Dmytriyenko <denys at ti.com>
Date: Thu Feb 4 23:20:16 2016 +0000
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 at ti.com>
---
recipes-ti/netapi/netapi.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc
index 0e7b04b..d710a22 100644
--- a/recipes-ti/netapi/netapi.inc
+++ b/recipes-ti/netapi/netapi.inc
@@ -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"
More information about the meta-ti
mailing list