From ceb58f3c24f957982a80ea56e9b6fcef53dd8949 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 12:16:09 +0200 Subject: musl: remove EXTRA_OEMAKE workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index b2cea7f77d..c07101b748 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -26,8 +26,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils \ export CROSS_COMPILE="${TARGET_PREFIX}" -EXTRA_OEMAKE = "" - LDFLAGS += "-Wl,-soname,libc.so" CONFIGUREOPTS = " \ -- cgit 1.2.3-korg