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:
ac4df9e
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 5 Apr 2004 19:55:13 +0000
(19:55 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 5 Apr 2004 19:55:13 +0000
(19:55 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/05 21:46:58+02:00 uni-frankfurt.de!mickeyl
fix linux-uml 2.4.24. it has been broken by the staging and/or attribute scoping changes
BKrev: 4071b9a1D95Sx7WPmtrfzr3-GHN7HA
linux-uml/linux-uml_2.4.24.oe
patch
|
blob
|
history
diff --git
a/linux-uml/linux-uml_2.4.24.oe
b/linux-uml/linux-uml_2.4.24.oe
index
7886f4d
..
8d32f5a
100644
(file)
--- a/
linux-uml/linux-uml_2.4.24.oe
+++ b/
linux-uml/linux-uml_2.4.24.oe
@@
-7,10
+7,11
@@
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
S = "${WORKDIR}/linux-${PV}"
inherit kernel
-TARGET_ARCH_i686 = "i386"
+
+export OS = "Linux"
+
ARCH = "um"
SUBARCH = "${TARGET_ARCH}"
-TARGET_OS_linux = "Linux"
KERNEL_IMAGETYPE = "linux"
do_configure_prepend () {