git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe38af
)
Fix appending of smallfonts.diff to SRC_URI for poodle's
author
Greg Gilbert
<greg@treke.net>
Thu, 19 Aug 2004 03:45:53 +0000
(
03:45
+0000)
committer
Greg Gilbert
<greg@treke.net>
Thu, 19 Aug 2004 03:45:53 +0000
(
03:45
+0000)
openzaurus-pxa kernel build. OEs are not shell scripts.
BKrev: 41242271tB8Km4zdXdBwp80aohc3LQ
linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe
patch
|
blob
|
history
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
93034cc
..
da76dda
100644
(file)
--- 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