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:
c7ad934
)
unslung: Add DEPENDS on cross-linkage and staging-linkage due to an old binutils...
author
Richard Purdie
<rpurdie@rpsys.net>
Fri, 7 Mar 2008 18:00:48 +0000
(18:00 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Fri, 7 Mar 2008 18:00:48 +0000
(18:00 +0000)
conf/distro/unslung.conf
patch
|
blob
|
history
diff --git
a/conf/distro/unslung.conf
b/conf/distro/unslung.conf
index
5246df3
..
cd523f8
100644
(file)
--- a/
conf/distro/unslung.conf
+++ b/
conf/distro/unslung.conf
@@
-59,6
+59,10
@@
PREFERRED_VERSION_gcc ?= "3.4.4"
PREFERRED_VERSION_glibc ?= "2.2.5"
PREFERRED_VERSION_glibc-initial ?= "2.2.5"
+# Whilst gcc 3.4.4 sypports sysroot, binutils 2.15.94.0.1 does not
+# so we need the linkage helpers to help binutils find staging.
+DEPENDS_append_pn-linux-libc-headers = "cross-linkage staging-linkage"
+
PREFERRED_PROVIDER_virtual/kernel = "unslung-kernel"
PREFERRED_VERSION_unslung-kernel ?= "2.4.22.l2.3r63"
PREFERRED_VERSION_unslung-rootfs ?= "2.3r63"