From: Greg Gilbert Date: Thu, 19 Aug 2004 03:45:53 +0000 (+0000) Subject: Fix appending of smallfonts.diff to SRC_URI for poodle's X-Git-Tag: Release-2010-05/1~17598 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578d2a6ec41f88a68c133ae7608ff3fd2ca32ad1;p=openembedded.git Fix appending of smallfonts.diff to SRC_URI for poodle's openzaurus-pxa kernel build. OEs are not shell scripts. BKrev: 41242271tB8Km4zdXdBwp80aohc3LQ --- 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