diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 17:20:38 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 17:20:38 +0000 |
| commit | f8daac5777849723a50f3e2c03d2e3239a5f497d (patch) | |
| tree | d36df387c7844af7d65960178cb6506ff4612987 /meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch | |
| parent | 78456faa5e4266cd8b554aab3b8b64f610e231d9 (diff) | |
| download | poky-f8daac5777849723a50f3e2c03d2e3239a5f497d.tar.gz | |
pciutils: Upgarde 2.2.4 -> 3.0.3
Diffstat (limited to 'meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch')
| -rw-r--r-- | meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch b/meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch deleted file mode 100644 index bfde28c455..0000000000 --- a/meta/packages/pciutils/pciutils-2.2.4/configure-uclibc.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | Index: pciutils-2.2.4/lib/configure | ||
| 2 | =================================================================== | ||
| 3 | --- pciutils-2.2.4.orig/lib/configure 2007-05-16 23:37:38.000000000 +0200 | ||
| 4 | +++ pciutils-2.2.4/lib/configure 2007-05-17 16:35:24.000000000 +0200 | ||
| 5 | @@ -39,6 +39,16 @@ | ||
| 6 | sys=linux | ||
| 7 | fi | ||
| 8 | |||
| 9 | +if [ "$host" = "linux--uclibc" ] | ||
| 10 | +then | ||
| 11 | + sys=linux | ||
| 12 | +fi | ||
| 13 | + | ||
| 14 | +if [ "$host" = "linux--uclibcgnueabi" ] | ||
| 15 | +then | ||
| 16 | + sys=linux | ||
| 17 | +fi | ||
| 18 | + | ||
| 19 | c=config.h | ||
| 20 | m=config.mk | ||
| 21 | echo >$c "#define PCI_ARCH_`echo $cpu | tr 'a-z' 'A-Z'`" | ||
