]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
packages: fix trailing spaces and slash
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 29 Nov 2017 23:08:43 +0000 (00:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Dec 2017 21:56:55 +0000 (22:56 +0100)
... as reported by utils/check-package.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/busybox/busybox.mk
package/ntp/ntp.mk

index 1aeeeef4bf1564b6b17259921fd3560a29df8cd3..8b720b30b87656bc3c6a5539b5dde257f6376073 100644 (file)
@@ -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 - - - - -
index 6605c3b85b3cb9a8d040037aa19f0bb808ebaff5..05619aef7c6e20da45f4e1f50a6e0d52022ecad3 100644 (file)
@@ -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