From: Khem Raj Date: Sat, 21 Jan 2023 01:23:46 +0000 (-0800) Subject: libusb1: Strip trailing whitespaces X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1898 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b24ffade16fc23ddb77e26d8967c26d62f4ed6d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libusb1: Strip trailing whitespaces Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb b/meta/recipes-support/libusb/libusb1_1.0.26.bb index 301e60c14f9..122c3d48b4f 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.26.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.26.bb @@ -35,12 +35,12 @@ do_install:append() { fi } -do_compile_ptest() { - oe_runmake -C tests stress -} - -do_install_ptest() { - install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} +do_compile_ptest() { + oe_runmake -C tests stress +} + +do_install_ptest() { + install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} } FILES:${PN} += "${base_libdir}/*.so.*"