diff options
author | Greg Gilbert <greg@treke.net> | 2004-08-19 03:45:53 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-08-19 03:45:53 +0000 |
commit | 578d2a6ec41f88a68c133ae7608ff3fd2ca32ad1 (patch) | |
tree | cd47a32924abb2ba46ca6e301d07c7d61e4d3d15 /linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | |
parent | dbe38af314386c808f7f02d6d4f1b71351b75865 (diff) |
Fix appending of smallfonts.diff to SRC_URI for poodle's
openzaurus-pxa kernel build. OEs are not shell scripts.
BKrev: 41242271tB8Km4zdXdBwp80aohc3LQ
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, 1 insertions, 4 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 93034cc296..da76dda259 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -35,10 +35,7 @@ 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 +SRC_URI_poodle += " file://smallfonts.diff;patch=1 " # apply this when we have a kernel that builds with gcc 3.x: # SRC_URI_append = file://machtune-args.patch;patch=1 |