1
0
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:
Khem Raj
2023-01-20 17:23:46 -08:00
committed by Richard Purdie
parent 166a865b01
commit 579047d4e6
@@ -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.*"