summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-11-30 00:08:43 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-01 22:56:55 +0100
commitf58b3a1c0340afa716bd01dc00ff01a2456fa4aa (patch)
treeef6c9e2cbc21d69e2697a95edbb8b72783528798
parent373b63d3f0a9e0ea2ba97a070a642e904605101f (diff)
downloadbuildroot-f58b3a1c0340afa716bd01dc00ff01a2456fa4aa.tar.gz
buildroot-f58b3a1c0340afa716bd01dc00ff01a2456fa4aa.zip
packages: fix trailing spaces and slash
... 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>
-rw-r--r--package/busybox/busybox.mk2
-rw-r--r--package/ntp/ntp.mk2
2 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud