Author: cactus Date: Thu Oct 13 23:26:00 2011 GMT Module: packages Tag: Titanium ---- Log message: - sched fix as patch
---- Files affected: packages/kernel-desktop: kernel-desktop.spec (1.204.2.163 -> 1.204.2.164) ---- Diffs: ================================================================ Index: packages/kernel-desktop/kernel-desktop.spec diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.163 packages/kernel-desktop/kernel-desktop.spec:1.204.2.164 --- packages/kernel-desktop/kernel-desktop.spec:1.204.2.163 Thu Oct 13 23:51:19 2011 +++ packages/kernel-desktop/kernel-desktop.spec Fri Oct 14 01:25:54 2011 @@ -99,6 +99,8 @@ # Source101-md5: 9f505f974c2f52f3acf86be3270948ee Source102: http://ck.kolivas.org/patches/bfs/test/3.0-bfs410-411.patch # Source102-md5: d88b88ec02ca29646a345f5bf0550dc3 +Source103: http://carme.pld-linux.org/~cactus/snaps/kernel-desktop-sched_fix.patch +# Source103-md5: 68a03e3b1b69ae94d8ec8fb7b7075c67 Source110: http://download.filesystems.org/unionfs/unionfs-2.x/unionfs-2.5.10_for_3.0.4.diff.gz # Source110-md5: 5398834bc41b4be7e95f5b66de465980 Patch0: kernel-desktop-bootsplash.patch @@ -440,6 +442,7 @@ #%{__bzip2} -dc %{SOURCE101} | patch -p1 -s patch -p1 < %{SOURCE101} patch -p1 < %{SOURCE102} +patch -p0 < %{SOURCE103} #%patch5 -p1 # unionfs @@ -450,9 +453,6 @@ # Fix EXTRAVERSION in main Makefile sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{?alt_kernel:-%{alt_kernel}}#g' Makefile -# temp. fix of sched.c -sed -i 's#set_task_cpu(struct task_struct *p, unsigned int new_cpu)#set_task_cpu(struct task_struct *p, int new_cpu)#' kernel/sched.c - # cleanup backups after patching find '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -f @@ -977,6 +977,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.204.2.164 2011/10/13 23:25:54 cactus +- sched fix as patch + Revision 1.204.2.163 2011/10/13 21:51:19 cactus - temp fix for sched.c build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.163&r2=1.204.2.164&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
