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:28 +0000 |
| commit | 872fbf4ccc7b2e0065657d090327d0381cd759cf (patch) | |
| tree | f88e2c2b7c4f321d9fdbfcbe9ffb0aa9d52abfff /meta | |
| parent | 90c818e400a46bcd7b5c399e5b9adb7d8ac4d9fd (diff) | |
| download | poky-872fbf4ccc7b2e0065657d090327d0381cd759cf.tar.gz | |
libusb1: Strip trailing whitespaces
(From OE-Core rev: 2ba7a2e7f2472bc9d8ceac4d7b499d8b3c9c89ca)
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 301e60c14f..122c3d48b4 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.*" |
