* [PATCH 0/1] meta-intel: use distro setting for libc headers
@ 2012-03-06 16:41 tom.zanussi
2012-03-06 16:41 ` [PATCH 1/1] ia32-base: remove libc-headers PREFERRED_PROVIDER tom.zanussi
0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2012-03-06 16:41 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This patch removes the PREFERRED_PROVIDER setting libc headers in
ia32-base in preference to the disro setting, which it should be using instead.
The following changes since commit 87f409827684e39484900a20531c8a14c0cb91e6:
meta-emenlow: add SRC_URI checksums to libva (2012-03-05 13:15:10 -0600)
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/libc-distro-change
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/libc-distro-change
Tom Zanussi (1):
ia32-base: remove libc-headers PREFERRED_PROVIDER
conf/machine/include/ia32-base.inc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] ia32-base: remove libc-headers PREFERRED_PROVIDER
2012-03-06 16:41 [PATCH 0/1] meta-intel: use distro setting for libc headers tom.zanussi
@ 2012-03-06 16:41 ` tom.zanussi
0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2012-03-06 16:41 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Let the distro do this.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
conf/machine/include/ia32-base.inc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 8556d6e..1fb09b1 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -28,7 +28,6 @@ GLIBC_EXTRA_OECONF += "--with-tls"
#
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.0%"
-PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
#
# XSERVER subcomponents, used to build the XSERVER variable
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-06 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 16:41 [PATCH 0/1] meta-intel: use distro setting for libc headers tom.zanussi
2012-03-06 16:41 ` [PATCH 1/1] ia32-base: remove libc-headers PREFERRED_PROVIDER tom.zanussi
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.