lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7ea7af512549d508c1886397c80fca398604e5f9
parent 0e105b356e6af33b0cddfb77a156e103a2b596d4
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date:   Thu, 24 Mar 2016 07:42:20 +0100

pciutils: remove eudev dependency

Disable udev hwdb support instead of depending on eudev. This restores
the old behavior of pciutils. It never depended on udev.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Diffstat:
Mutils/pciutils/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils PKG_VERSION:=3.4.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils @@ -29,7 +29,7 @@ define Package/pciutils CATEGORY:=Utilities TITLE:=Linux PCI Utilities URL:=http://mj.ucw.cz/pciutils.shtml - DEPENDS:=+eudev +libkmod +zlib + DEPENDS:=+libkmod +zlib endef define Package/pciutils/description @@ -48,6 +48,7 @@ MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \ PREFIX="/usr" \ HOST="$(GNU_TARGET_NAME)" \ + HWDB="no" \ ZLIB="yes" ifneq ($(CONFIG_USE_GLIBC),)