try to fix /proc/cpuinfo patterns for strongarm
authorPhil Blundell <philb@gnu.org>
Mon, 30 Aug 2004 13:38:10 +0000 (13:38 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 30 Aug 2004 13:38:10 +0000 (13:38 +0000)
BKrev: 41332dc220IhLaYgN1HL8jCgN2JZUw

pcmcia-cs/files/arm/pcmcia
pcmcia-cs/pcmcia-cs_3.2.8.oe

index 9bb1f49..469aa9b 100644 (file)
@@ -2,7 +2,7 @@ case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </pro
   *XScale-PXA2*)
     PCIC=pxa_cs
     ;;
-  StrongARM-SA1100 | StrongARM-SA1110)
+  StrongARM-1100* | StrongARM-1110*)
     PCIC=sa1100_cs
     ;;
   *)
index 0bbac77..743cd82 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
           file://busybox.patch;patch=1 \