Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 591 Details for
Bug 1871
linux-sources-2.4.[17-r5/19-r1].ebuild patch to integrate i2c & lm_sensors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff against linux-sources-2.4.19-r1 to integrate i2c and lm_sensors
linux-sources-2.4.19-r1.ebuild.diff (text/plain), 1.63 KB, created by
Troy Dack
on 2002-04-17 09:06:39 UTC
(
hide
)
Description:
diff against linux-sources-2.4.19-r1 to integrate i2c and lm_sensors
Filename:
MIME Type:
Creator:
Troy Dack
Created:
2002-04-17 09:06:39 UTC
Size:
1.63 KB
patch
obsolete
>--- linux-sources-2.4.19-r1.ebuild Sat Apr 6 08:51:56 2002 >+++ linux-sources-2.4.19-r1.ebuild.new Wed Apr 17 21:34:29 2002 >@@ -21,7 +21,7 @@ > # including linux/malloc.h is back to a warning to fix vmware compatibility > > DESCRIPTION="Full sources for the Gentoo Linux kernel" >-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/linux-gentoo-${KV}.patch.bz2" >+SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/linux-gentoo-${KV}.patch.bz2 http://www.lm-sensors.nu/archive/lm_sensors-2.6.3.tar.gz http://www.netroedge.com/~lm78/archive/i2c-2.6.3.tar.gz" > PROVIDE="virtual/kernel" > HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" > >@@ -37,6 +37,8 @@ > src_unpack() { > cd ${WORKDIR} > unpack linux-${OKV}.tar.bz2 >+ unpack i2c-2.6.3.tar.gz >+ unpack lm_sensors-2.6.3.tar.gz > mv linux linux-${KV} || die > cd ${S} > cat ${DISTDIR}/linux-gentoo-${KV}.patch.bz2 | bzip2 -d | patch -p1 || die >@@ -58,6 +60,18 @@ > sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ > Makefile.orig >Makefile || die # test, remove me if Makefile ok > rm Makefile.orig >+ >+ # check for use lm_sensors >+ if [ -n "`use lm_sensors`" ] >+ then >+ # Make i2c patch and apply >+ echo "Creating i2c patch and patching kernel" >+ ${WORKDIR}/i2c-2.6.3/mkpatch/mkpatch.pl ${WORKDIR}/i2c-2.6.3 ${S} | patch -d ${S} -p1 -E >+ >+ # Make lm_sensors patch and apply >+ echo "Creating lm_sensors patch and patching kernel" >+ ${WORKDIR}/lm_sensors-2.6.3/mkpatch/mkpatch.pl ${WORKDIR}/lm_sensors-2.6.3 ${S} | patch -d ${S} -p1 -E >+ fi > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1871
:
590
| 591