rpms/staging-kmod/devel staging-kmod.spec,1.3,1.4

Thorsten Leemhuis thl at rpmfusion.org
Sun Nov 1 17:01:52 CET 2009


Author: thl

Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22193

Modified Files:
	staging-kmod.spec 
Log Message:
disable PRISM2_USB on ppc as well


Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- staging-kmod.spec	1 Nov 2009 15:47:05 -0000	1.3
+++ staging-kmod.spec	1 Nov 2009 16:01:51 -0000	1.4
@@ -59,7 +59,11 @@
        configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
        ;;
      SLICOSS)
-       # does not build on ppc as of 011109; tested with 2.6.30.9 and 2.6.31.5
+       # does not build on ppc and ppc64 as of 011109; tested with 2.6.30.9 and 2.6.31.5
+       ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
+       ;;
+     PRISM2_USB)
+       # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
        ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
        ;;
      **)
@@ -91,7 +95,7 @@
 %changelog
 * Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
 - update to 2.6.31.5
-- disable SLICOSS on ppc* due to build errors
+- disable SLICOSS and PRISM2_USB on ppc* due to build errors
 
 * Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
 - enable VIDEO_GO7007



More information about the rpmfusion-commits mailing list