diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-01-10 08:33:19 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-10 08:33:19 +0100 |
commit | d2e1617cccb9c3183fae5cba78633e1b39e8a6a4 (patch) | |
tree | 910b75ad86ece6c81198c734298c81594f919fa2 | |
parent | 78f0c1fe4a3d7f621707c20eeee16dc77b4a1a15 (diff) | |
download | buildroot-d2e1617cccb9c3183fae5cba78633e1b39e8a6a4.tar.gz buildroot-d2e1617cccb9c3183fae5cba78633e1b39e8a6a4.zip |
package/xenomai: drop consecutive empty lines
Commit 4219c58c (xenomai: remove unnecessary autoreconf) introduced a
check-package warning:
1 warnings generated
package/xenomai/xenomai.mk:27: consecutive empty lines
https://gitlab.com/buildroot.org/buildroot/-/jobs/143155797
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/xenomai/xenomai.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk index d88e969adb..98f550af60 100644 --- a/package/xenomai/xenomai.mk +++ b/package/xenomai/xenomai.mk @@ -24,7 +24,6 @@ XENOMAI_LICENSE_FILES = debian/copyright include/COPYING kernel/cobalt/COPYING \ XENOMAI_DEPENDENCIES = host-pkgconf - XENOMAI_INSTALL_STAGING = YES XENOMAI_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-user XENOMAI_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) install-user |