diff options
Diffstat (limited to 'recipes-extended/tsntool')
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 4ce353be..5694e91c 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline" | |||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" |
11 | SRCREV = "30a0320eb4a1798ac3d6258a2e02d863e60a1582" | 11 | SRCREV = "ca2d8fb348bb54960d706177108c43ae213e0063" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
@@ -19,10 +19,8 @@ do_compile_prepend() { | |||
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 | } |
21 | do_install() { | 21 | do_install() { |
22 | install -d ${D}${bindir} ${D}${libdir} | 22 | install -d ${D}${bindir} ${D}${libdir} |
23 | install -m 0755 ${S}/tsntool ${D}${bindir} | 23 | install -m 0755 ${S}/tsntool ${D}${bindir} |
24 | install -m 0755 ${S}/tools/event ${D}${bindir}/ | ||
25 | install -m 0755 ${S}/tools/timestamping ${D}${bindir}/ | ||
26 | install -m 0755 ${S}/libtsn.so ${D}${libdir} | 24 | install -m 0755 ${S}/libtsn.so ${D}${libdir} |
27 | } | 25 | } |
28 | 26 | ||