diff options
Diffstat (limited to 'recipes-extended/tsntool/tsntool_git.bb')
| -rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 8ef79d27c..f4f10938e 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
| @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
| 14 | 14 | ||
| 15 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 15 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
| 16 | 16 | ||
| 17 | do_compile_prepend() { | 17 | do_compile:prepend() { |
| 18 | mkdir -p ${S}/include/linux | 18 | mkdir -p ${S}/include/linux |
| 19 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux | 19 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux |
| 20 | } | 20 | } |
| @@ -25,7 +25,7 @@ do_install() { | |||
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | PACKAGES = "${PN}-dbg ${PN}" | 27 | PACKAGES = "${PN}-dbg ${PN}" |
| 28 | FILES_${PN} = "${libdir}/libtsn.so ${bindir}/*" | 28 | FILES:${PN} = "${libdir}/libtsn.so ${bindir}/*" |
| 29 | INSANE_SKIP_${PN} += "file-rdeps rpaths dev-so" | 29 | INSANE_SKIP:${PN} += "file-rdeps rpaths dev-so" |
| 30 | COMPATIBLE_MACHINE = "(qoriq)" | 30 | COMPATIBLE_MACHINE = "(qoriq)" |
| 31 | PARALLEL_MAKE = "" | 31 | PARALLEL_MAKE = "" |
