From: correa at uclibc.org <correa@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/pciutils
Date: Thu, 30 Oct 2008 21:03:28 -0700 (PDT) [thread overview]
Message-ID: <20081031040328.19ABB3C784@busybox.net> (raw)
Author: correa
Date: 2008-10-30 21:03:27 -0700 (Thu, 30 Oct 2008)
New Revision: 23876
Log:
Fix bug #0005884 - pciutils depends on zlib
Modified:
trunk/buildroot/package/pciutils/Config.in
trunk/buildroot/package/pciutils/pciutils.mk
Changeset:
Modified: trunk/buildroot/package/pciutils/Config.in
===================================================================
--- trunk/buildroot/package/pciutils/Config.in 2008-10-31 03:55:03 UTC (rev 23875)
+++ trunk/buildroot/package/pciutils/Config.in 2008-10-31 04:03:27 UTC (rev 23876)
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
+ depends on BR2_PACKAGE_ZLIB
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.
Modified: trunk/buildroot/package/pciutils/pciutils.mk
===================================================================
--- trunk/buildroot/package/pciutils/pciutils.mk 2008-10-31 03:55:03 UTC (rev 23875)
+++ trunk/buildroot/package/pciutils/pciutils.mk 2008-10-31 04:03:27 UTC (rev 23876)
@@ -43,7 +43,7 @@
$(TARGET_DIR)/usr/share/misc/pci.ids: $(PCIUTILS_DIR)/.unpacked
install -Dc $(PCIUTILS_DIR)/pci.ids $(TARGET_DIR)/usr/share/misc/pci.ids
-pciutils: uclibc $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/pci.ids
+pciutils: uclibc zlib $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/pci.ids
pciutils-clean:
rm $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/usr/share/misc/pci.ids
next reply other threads:[~2008-10-31 4:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-31 4:03 correa at uclibc.org [this message]
2008-10-31 10:30 ` [Buildroot] svn commit: trunk/buildroot/package/pciutils Bernhard Reutner-Fischer
2008-10-31 10:54 ` Thiago A. Corrêa
2008-10-31 11:02 ` Bernhard Reutner-Fischer
2008-10-31 11:27 ` Thiago A. Corrêa
2008-10-31 12:15 ` Thiago A. Corrêa
-- strict thread matches above, loose matches on Subject: below --
2009-01-02 12:01 nkukard at uclibc.org
2009-01-01 17:28 nkukard at uclibc.org
2009-01-01 14:05 nkukard at uclibc.org
2008-10-31 12:41 correa at uclibc.org
2008-11-02 13:24 ` Peter Korsgaard
2008-10-31 12:14 correa at uclibc.org
2008-11-02 13:18 ` Peter Korsgaard
2008-10-31 3:55 correa at uclibc.org
2008-04-08 13:06 nkukard at uclibc.org
2007-08-21 16:51 aldot at uclibc.org
2006-12-05 12:57 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081031040328.19ABB3C784@busybox.net \
--to=correa@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.