* [PATCH 0/1] tcmode-default.inc fix
@ 2012-06-06 16:14 Scott Garman
2012-06-06 16:14 ` [PATCH 1/1] tcmode-default.inc: use ${EGLIBCVERSION} in PREFERRED_VERSION definitions Scott Garman
0 siblings, 1 reply; 2+ messages in thread
From: Scott Garman @ 2012-06-06 16:14 UTC (permalink / raw)
To: openembedded-core
Hello,
This pull request is for the denzil branch. It's a bugfix for
Yocto #2503.
Scott
The following changes since commit d7bf94647f17c0382caad8af0bdda837b14b22dc:
fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 16:20:31 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgarman/eglibc-pref-fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgarman/eglibc-pref-fix
Scott Garman (1):
tcmode-default.inc: use ${EGLIBCVERSION} in PREFERRED_VERSION
definitions
meta/conf/distro/include/tcmode-default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] tcmode-default.inc: use ${EGLIBCVERSION} in PREFERRED_VERSION definitions
2012-06-06 16:14 [PATCH 0/1] tcmode-default.inc fix Scott Garman
@ 2012-06-06 16:14 ` Scott Garman
0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2012-06-06 16:14 UTC (permalink / raw)
To: openembedded-core
Remove hard-coded values and replace with ${EGLIBCVERSION}.
This fixes [YOCTO #2503]
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
meta/conf/distro/include/tcmode-default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 3dc0932..b481163 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -44,9 +44,9 @@ PREFERRED_VERSION_linux-libc-headers ?= "${LINUXLIBCVERSION}"
PREFERRED_VERSION_linux-libc-headers-nativesdk ?= "${LINUXLIBCVERSION}"
PREFERRED_VERSION_eglibc ?= "${EGLIBCVERSION}"
PREFERRED_VERSION_eglibc-locale ?= "${EGLIBCVERSION}"
-PREFERRED_VERSION_eglibc-nativesdk ?= "2.15"
+PREFERRED_VERSION_eglibc-nativesdk ?= "${EGLIBCVERSION}"
PREFERRED_VERSION_eglibc-initial ?= "${EGLIBCVERSION}"
-PREFERRED_VERSION_eglibc-initial-nativesdk ?= "2.15"
+PREFERRED_VERSION_eglibc-initial-nativesdk ?= "${EGLIBCVERSION}"
PREFERRED_VERSION_cross-localedef-native ?= "${EGLIBCVERSION}"
PREFERRED_VERSION_uclibc ?= "${UCLIBCVERSION}"
PREFERRED_VERSION_uclibc-initial ?= "${UCLIBCVERSION}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-06 16:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 16:14 [PATCH 0/1] tcmode-default.inc fix Scott Garman
2012-06-06 16:14 ` [PATCH 1/1] tcmode-default.inc: use ${EGLIBCVERSION} in PREFERRED_VERSION definitions Scott Garman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.