Browse Source

Changed pciutils to build on stage 1 when crosscompiling, and adapted as now it honors DESTDIR

early
Alejandro Mery 17 years ago
parent
commit
016559166a
  1. 5
      base/pciutils/pciutils.conf
  2. 2
      base/pciutils/pciutils.desc

5
base/pciutils/pciutils.conf

@ -12,9 +12,8 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append makeopt ' ' "PREFIX=$root/$prefix"
var_append makeinstopt ' ' "PREFIX=$root/$prefix"
var_append makeinstopt ' ' "LIBDIR=$root$libdir"
var_append makeopt ' ' "PREFIX=/$prefix"
var_append makeinstopt ' ' "PREFIX=/$prefix"
hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > $root$datadir/pci.ids"

2
base/pciutils/pciutils.desc

@ -29,7 +29,7 @@
[L] GPL
[S] Stable
[V] 2.2.5
[P] X -----5---9 149.900
[P] X -?---5---9 149.900
[D] 3447994077 pciutils-2.2.5.tar.gz ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
[D] 3081596158 pci.ids-2007-06-20.bz2 !http://pciids.sourceforge.net/pci.ids.bz2

Loading…
Cancel
Save