enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / linux / linux-opendreambox-2.6.18.inc
1 require linux-opendreambox.inc
2
3 SRCREV = "ac6cc9511a5f70eaa584c63fc5c3de33cae1d0e7"
4 PR_INC = "r14"
5
6 RREPLACES_kernel = "kernel-2.6.18-7.1-${MACHINE}"
7 RCONFLICTS_kernel = "kernel-2.6.18-7.1-${MACHINE}"
8 RREPLACES_kernel-image = "kernel-image-2.6.18-7.1-${MACHINE}"
9 RCONFLICTS_kernel-image = "kernel-image-2.6.18-7.1-${MACHINE}"
10
11 SRC_URI += " http://trappist.elis.ugent.be/~mronsse/cdfs/download/cdfs-2.6.18.tar.bz2 \
12         file://stblinux-2.6.18-cdfs.patch \
13         file://stblinux-2.6.18-extra-version-7.4.patch;patch=1 \
14         file://stblinux-2.6.18-brcmnand-oob-raw-write-fix.patch;patch=1 \
15         file://linux-2.6.18-fix-mips-crosscompile.patch;patch=1 \
16         file://linux-2.6.18-fix-proc-cputype.patch;patch=1 \
17         file://dvb-api-2.6.18-5.3.patch;patch=1 \
18         file://linux-2.6.18-dvb-core-headers-20100904.patch;patch=1 \
19         file://linux-2.6.18-dvb-frontends-headers-20100904.patch;patch=1 \
20         ${@base_contains('MACHINE', 'dm7020hd', '', 'file://stblinux-2.6.18-hw-ecc-compatibility.patch;patch=1', d)} \
21 "
22
23 do_configure_prepend() {
24         if [ -d ${WORKDIR}/cdfs-${PV} ]; then
25                 mv ${WORKDIR}/cdfs-${PV} ${S}/fs/cdfs
26                 cd ${S} & patch -p1 < ${WORKDIR}/stblinux-2.6.18-cdfs.patch
27         fi;
28 }