diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-20 17:23:46 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-04 23:32:20 +0000 |
| commit | 579047d4e6bd7a69bc5bf2ded508f17df0950600 (patch) | |
| tree | 4bfd274cf6f57af88616992ab019d4f5f266780d /meta | |
| parent | 166a865b016ce6d85d9e872e14c3798e18960b2f (diff) | |
| download | poky-579047d4e6bd7a69bc5bf2ded508f17df0950600.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.26.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-support/libusb/libusb1_1.0.26.bb b/meta/recipes-support/libusb/libusb1_1.0.26.bb index ff3f0be7a5..18ab612d13 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() { | |||
| 35 | fi | 35 | fi |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | do_compile_ptest() { | 38 | do_compile_ptest() { |
| 39 | oe_runmake -C tests stress | 39 | oe_runmake -C tests stress |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | do_install_ptest() { | 42 | do_install_ptest() { |
| 43 | install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} | 43 | install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | FILES:${PN} += "${base_libdir}/*.so.*" | 46 | FILES:${PN} += "${base_libdir}/*.so.*" |
