diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-10-12 21:21:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-12 21:48:10 +0200 |
commit | 281cbdd0ae70db923922d333213aecca74e5a77d (patch) | |
tree | 2b10f82a21e4f0dcc0c5871bce9c75f62243063a | |
parent | 99122d67808b91ae1011d440a78f46b0083564b0 (diff) | |
download | buildroot-281cbdd0ae70db923922d333213aecca74e5a77d.tar.gz buildroot-281cbdd0ae70db923922d333213aecca74e5a77d.zip |
package/dbus: remove empty line from dbus.mk
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/dbus/dbus.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index abce1fb239..84fbdfa597 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -18,7 +18,6 @@ define DBUS_USERS dbus -1 dbus -1 * /var/run/dbus - dbus DBus messagebus user endef - DBUS_DEPENDENCIES = host-pkgconf expat DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes |