[oe-commits] org.oe.dev pciutils: add linux-gnuspe as valid system

dirk commit oe at amethyst.openembedded.net
Tue Jun 17 08:29:11 UTC 2008


pciutils: add linux-gnuspe as valid system

Author: dirk at openembedded.org
Branch: org.openembedded.dev
Revision: ca63fe7da843b99d6a109e39aea7a28865c9f2a3
ViewMTN: http://monotone.openembedded.org/revision/info/ca63fe7da843b99d6a109e39aea7a28865c9f2a3
Files:
1
packages/pciutils/pciutils-2.2.4/configure.patch
packages/pciutils/pciutils_2.2.4.bb
Diffs:

#
# mt diff -rccd65c165eacbd088beb1ee1c92fba70caedb583 -rca63fe7da843b99d6a109e39aea7a28865c9f2a3
#
#
#
# patch "packages/pciutils/pciutils-2.2.4/configure.patch"
#  from [aa73b31a034d658dd86fbc5502fb8e47c1448f4c]
#    to [f1bc5e3c06c4d899283842790d5370397133be9d]
# 
# patch "packages/pciutils/pciutils_2.2.4.bb"
#  from [86d87aa633c415ab2ef8e0ec59eb7d7008fb0f90]
#    to [570c4d2e7e8cc7ad779ce37908f03169ebf28339]
#
============================================================
--- packages/pciutils/pciutils-2.2.4/configure.patch	aa73b31a034d658dd86fbc5502fb8e47c1448f4c
+++ packages/pciutils/pciutils-2.2.4/configure.patch	f1bc5e3c06c4d899283842790d5370397133be9d
@@ -1,13 +1,8 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
 Index: pciutils-2.2.4/lib/configure
 ===================================================================
 --- pciutils-2.2.4.orig/lib/configure	2006-09-09 13:06:10.000000000 +0200
-+++ pciutils-2.2.4/lib/configure	2006-10-31 11:52:13.000000000 +0100
-@@ -12,15 +12,15 @@
++++ pciutils-2.2.4/lib/configure	2008-06-17 10:15:07.000000000 +0200
+@@ -12,15 +12,15 @@ echo_n() {
  echo_n "Configuring libpci for your system..."
  idsdir=${1:-/usr/share}
  version=${2:-0.0}
@@ -26,10 +21,15 @@ Index: pciutils-2.2.4/lib/configure
  fi
  if [ "$sys" = "GNU/kFreeBSD" ]
  then
-@@ -34,6 +34,11 @@
+@@ -34,6 +34,16 @@ rel=${4:-$rel}
  echo " $host $rel"
  zlib=$5
  
++if [ "$host" = "linux--gnuspe" ]
++then
++	sys=linux
++fi
++
 +if [ "$host" = "linux--gnueabi" ]
 +then
 +	sys=linux
============================================================
--- packages/pciutils/pciutils_2.2.4.bb	86d87aa633c415ab2ef8e0ec59eb7d7008fb0f90
+++ packages/pciutils/pciutils_2.2.4.bb	570c4d2e7e8cc7ad779ce37908f03169ebf28339
@@ -13,7 +13,7 @@ PARALLEL_MAKE = ""
 
 PARALLEL_MAKE = ""
 
-PR="r1"
+PR="r2"
 
 do_configure () {
 	(cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH})






More information about the Openembedded-commits mailing list