diff mbox

[17/18] libelf: Replace _OS_ by _KERNEL_

Message ID 1407352684-7837-17-git-send-email-diorcet.yann@gmail.com
State Under Review
Delegated to: Kim
Headers show

Commit Message

Yann Diorcet Aug. 6, 2014, 7:18 p.m. UTC
---
 recipes/libelf/libelf_0.8.13.oe | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/recipes/libelf/libelf_0.8.13.oe b/recipes/libelf/libelf_0.8.13.oe
index 248f051..2b97067 100644
--- a/recipes/libelf/libelf_0.8.13.oe
+++ b/recipes/libelf/libelf_0.8.13.oe
@@ -12,10 +12,10 @@  SRC_URI:>HOST_LIBC_mingw += "file://mingw-configure-crlf.patch"
 
 EXTRA_OEMAKE_INSTALL += "instroot=${D}"
 
-EXTRA_OECONF:>HOST_OS_darwin = "--disable-compat"
+EXTRA_OECONF:>HOST_KERNEL_darwin = "--disable-compat"
 
 FILES_${PN}-locale += "${libdir}/locale"
 
 # OE-lite/core now also provides libelf, so let's use that, except for darwin
 DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE:HOST_OS_darwin = "0"
+DEFAULT_PREFERENCE:HOST_KERNEL_darwin = "0"