Message ID | 1407352684-7837-17-git-send-email-diorcet.yann@gmail.com |
---|---|
State | Under Review |
Delegated to: | Kim |
Headers | show |
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"