From: Yann E. MORIN Date: Wed, 29 Nov 2017 23:08:43 +0000 (+0100) Subject: packages: fix trailing spaces and slash X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f58b3a1c0340afa716bd01dc00ff01a2456fa4aa;p=buildroot.git packages: fix trailing spaces and slash ... as reported by utils/check-package. Signed-off-by: "Yann E. MORIN" Cc: Adam Duskett Signed-off-by: Thomas Petazzoni --- diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 1aeeeef4bf..8b720b30b8 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -65,7 +65,7 @@ define BUSYBOX_PERMISSIONS # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE. # 12 Applets are pulled from applets.h using grep command : # grep -r -e "APPLET.*BB_SUID_REQUIRE\|APPLET.*BB_SUID_MAYBE" \ -# $(@D)/include/applets.h +# $(@D)/include/applets.h # These applets are added to the device table and the makedev file # ignores the files with type 'F' ( optional files). /usr/bin/wall F 4755 0 0 - - - - - diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk index 6605c3b85b..05619aef7c 100644 --- a/package/ntp/ntp.mk +++ b/package/ntp/ntp.mk @@ -17,7 +17,7 @@ NTP_CONF_OPTS = \ --disable-tickadj \ --disable-debugging \ --with-yielding-select=yes \ - --disable-local-libevent \ + --disable-local-libevent # 0002-ntp-syscalls-fallback.patch # 0003-ntpq-fpic.patch