mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libusb1: Strip trailing whitespaces
(From OE-Core rev: 6e981dc8df59ce0e2e85b25f240b6c5767ce22f6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2b24ffade16fc23ddb77e26d8967c26d62f4ed6d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,12 +35,12 @@ do_install:append() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_ptest() {
|
do_compile_ptest() {
|
||||||
oe_runmake -C tests stress
|
oe_runmake -C tests stress
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH}
|
install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH}
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "${base_libdir}/*.so.*"
|
FILES:${PN} += "${base_libdir}/*.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user