summaryrefslogtreecommitdiffstats
path: root/recipes-extended/tsntool
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/tsntool')
-rw-r--r--recipes-extended/tsntool/tsntool_git.bb16
1 files changed, 9 insertions, 7 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb
index f2911ddab..87066fa6c 100644
--- a/recipes-extended/tsntool/tsntool_git.bb
+++ b/recipes-extended/tsntool/tsntool_git.bb
@@ -1,6 +1,7 @@
1SUMMARY = "Configure TSN funtionalitie" 1SUMMARY = "Configure TSN funtionalitie"
2DESCRIPTION = "A tool to configure TSN funtionalities in user space" 2DESCRIPTION = "A tool to configure TSN funtionalities in user space"
3HOMEPAGE = "https://github.com/nxp-qoriq/tsntool" 3HOMEPAGE = "https://github.com/nxp-qoriq/tsntool"
4SECTION = "console/network"
4LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=ef58f855337069acd375717db0dbbb6d"
6 7
@@ -8,14 +9,10 @@ DEPENDS = "cjson libnl readline"
8 9
9inherit pkgconfig 10inherit pkgconfig
10 11
11FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 12SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1 \
12 13 file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \
13SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1"
14SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e"
15
16SRC_URI:append = " \
17 file://0001-tsntool-remove-redundant-parameters-from-BIN_LDFLAGS.patch \
18" 14"
15SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e"
19 16
20do_configure[depends] += "virtual/kernel:do_shared_workdir" 17do_configure[depends] += "virtual/kernel:do_shared_workdir"
21 18
@@ -30,7 +27,12 @@ do_install() {
30} 27}
31 28
32PACKAGES = "${PN}-dbg ${PN}" 29PACKAGES = "${PN}-dbg ${PN}"
30# libtsn.so is an unversioned runtime .so deliberately kept in the main
31# package (hence the dev-so skip), so FILES:${PN} is set explicitly.
32# nooelint: oelint.var.filesoverride
33FILES:${PN} = "${libdir}/libtsn.so ${bindir}/*" 33FILES:${PN} = "${libdir}/libtsn.so ${bindir}/*"
34# Prebuilt-style .so with vendored rpaths and runtime deps QA can't map.
35# nooelint: oelint.vars.insaneskip
34INSANE_SKIP:${PN} += "file-rdeps rpaths dev-so" 36INSANE_SKIP:${PN} += "file-rdeps rpaths dev-so"
35COMPATIBLE_MACHINE = "(qoriq)" 37COMPATIBLE_MACHINE = "(qoriq)"
36PARALLEL_MAKE = "" 38PARALLEL_MAKE = ""