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