Merge pull request #2549 from stintel/pciutils
pciutils: remove eudev dependency
This commit is contained in:
commit
35a3f8d5d8
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pciutils
|
PKG_NAME:=pciutils
|
||||||
PKG_VERSION:=3.4.1
|
PKG_VERSION:=3.4.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
||||||
|
@ -29,7 +29,7 @@ define Package/pciutils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Linux PCI Utilities
|
TITLE:=Linux PCI Utilities
|
||||||
URL:=http://mj.ucw.cz/pciutils.shtml
|
URL:=http://mj.ucw.cz/pciutils.shtml
|
||||||
DEPENDS:=+eudev +libkmod +zlib
|
DEPENDS:=+libkmod +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pciutils/description
|
define Package/pciutils/description
|
||||||
|
@ -48,6 +48,7 @@ MAKE_FLAGS += \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" \
|
||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
HOST="$(GNU_TARGET_NAME)" \
|
HOST="$(GNU_TARGET_NAME)" \
|
||||||
|
HWDB="no" \
|
||||||
ZLIB="yes"
|
ZLIB="yes"
|
||||||
|
|
||||||
ifneq ($(CONFIG_USE_GLIBC),)
|
ifneq ($(CONFIG_USE_GLIBC),)
|
||||||
|
|
Loading…
Reference in a new issue