diff options
author | Lorn Potter <lpotter@trolltech.com> | 2004-08-18 21:35:27 +0000 |
---|---|---|
committer | Lorn Potter <lpotter@trolltech.com> | 2004-08-18 21:35:27 +0000 |
commit | 9bbb395ed5dcc00cd212efa74636931b09fe0cbf (patch) | |
tree | 409b5eff32a71173ab13e8e387579f0ce9cf0b67 /linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | |
parent | 58e29da5ea6b3b5b01c6d54a5fc35aeaa6c17824 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into polarbear.trolltech.com.au:/mnt/hdb1/oe2/packages
2004/08/19 07:25:03+10:00 trolltech.com.au!lpotter
poodle needs small console fonts
BKrev: 4123cb9f1mSi-6nBnKEx7rF55y1N5w
Diffstat (limited to 'linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 9fa796a0a1..93034cc296 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -35,7 +35,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://disable-pcmcia-probe.patch;patch=1 \ file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE}" - +if [ "${MACHINE}" == "poodle" ] + then + SRC_URI += "file://smallfonts.diff;patch=1" +fi # apply this when we have a kernel that builds with gcc 3.x: # SRC_URI_append = file://machtune-args.patch;patch=1 |