diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-11-13 18:04:08 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:07 -0800 |
| commit | ce1da22eff0a1fd2f869c7ae3959a181952ba4d1 (patch) | |
| tree | c0fcec856a52ef60bd4f37f055d31ff2c6451239 | |
| parent | b7fec3e16f6a4af6380b7ff3c88078711c3ef3fb (diff) | |
| download | meta-openembedded-ce1da22eff0a1fd2f869c7ae3959a181952ba4d1.tar.gz | |
libgpiod: remove stray newline
There's an additional, unneeded newline at the end of libgpiod.inc.
Remove it.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.inc b/meta-oe/recipes-support/libgpiod/libgpiod.inc index 7b68f77d20..fb309c5644 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod.inc +++ b/meta-oe/recipes-support/libgpiod/libgpiod.inc | |||
| @@ -53,4 +53,3 @@ do_install_ptest() { | |||
| 53 | install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ | 53 | install ${B}/tools/.libs/$(basename $tool) ${D}${PTEST_PATH}/tests/ |
| 54 | done | 54 | done |
| 55 | } | 55 | } |
| 56 | |||
