mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
pciutils: added 2.2.4 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2054 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
21
meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch
vendored
Normal file
21
meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
Index: pciutils-2.2.4/lib/configure
|
||||
===================================================================
|
||||
--- pciutils-2.2.4.orig/lib/configure 2007-05-16 23:37:38.000000000 +0200
|
||||
+++ pciutils-2.2.4/lib/configure 2007-05-17 16:35:24.000000000 +0200
|
||||
@@ -39,6 +39,16 @@
|
||||
sys=linux
|
||||
fi
|
||||
|
||||
+if [ "$host" = "linux--uclibc" ]
|
||||
+then
|
||||
+ sys=linux
|
||||
+fi
|
||||
+
|
||||
+if [ "$host" = "linux--uclibcgnueabi" ]
|
||||
+then
|
||||
+ sys=linux
|
||||
+fi
|
||||
+
|
||||
c=config.h
|
||||
m=config.mk
|
||||
echo >$c "#define PCI_ARCH_`echo $cpu | tr 'a-z' 'A-Z'`"
|
||||
Reference in New Issue
Block a user