Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request openwrt#2549 from stintel/pciutils
Browse files Browse the repository at this point in the history
pciutils: remove eudev dependency
  • Loading branch information
Noltari committed Mar 28, 2016
2 parents 2136291 + 7ea7af5 commit 35a3f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/pciutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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),)
Expand Down

0 comments on commit 35a3f8d

Please sign in to comment.