From 9b17715e65bcefb4d7465214bd84e8f3263b5ded Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 18 Jul 2014 16:07:58 +1000 Subject: shadow: Update version to match generic wildcard * Match all versions of shadow * Problem still exists in toolchain, the workaround still applies to newer versions of shadow Signed-off-by: Nathan Rossi --- recipes-extended/shadow/shadow_%.bbappend | 14 ++++++++++++++ recipes-extended/shadow/shadow_4.1.4.3.bbappend | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 recipes-extended/shadow/shadow_%.bbappend delete mode 100644 recipes-extended/shadow/shadow_4.1.4.3.bbappend diff --git a/recipes-extended/shadow/shadow_%.bbappend b/recipes-extended/shadow/shadow_%.bbappend new file mode 100644 index 00000000..19b20da8 --- /dev/null +++ b/recipes-extended/shadow/shadow_%.bbappend @@ -0,0 +1,14 @@ +# +# MicroBlaze Yocto Built Toolchain fails to compile shadow +# -------------------------------------------------------- +# There is an issue with the GCC 4.8 toolchain built by Yocto which fails to +# correctly built the 'shadow' package due to an assembler error. +# +# {standard input}: Assembler messages: +# {standard input}:754: Error: operation combines symbols in different segments +# +# The current workaround for this issue is to build the entire repository +# without debug symbols, or to disable debug symbols only for shadow. +# + +DEBUG_FLAGS_microblaze = "" diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend deleted file mode 100644 index 19b20da8..00000000 --- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend +++ /dev/null @@ -1,14 +0,0 @@ -# -# MicroBlaze Yocto Built Toolchain fails to compile shadow -# -------------------------------------------------------- -# There is an issue with the GCC 4.8 toolchain built by Yocto which fails to -# correctly built the 'shadow' package due to an assembler error. -# -# {standard input}: Assembler messages: -# {standard input}:754: Error: operation combines symbols in different segments -# -# The current workaround for this issue is to build the entire repository -# without debug symbols, or to disable debug symbols only for shadow. -# - -DEBUG_FLAGS_microblaze = "" -- cgit v1.2.3-54-g00ecf