[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3882/8267] example-recipe: Fix LDFLAGS compilation issue on newly created recipes



commit 9d4a69fd0de8fc52fa80ea14a437ad5d0e368d84
Author: Alejandro Hernandez <alejandro hernandez linux intel com>
Date:   Tue Dec 13 10:41:12 2016 -0600

    example-recipe: Fix LDFLAGS compilation issue on newly created recipes
    
    (From meta-yocto rev: aa3e99e24c3234b6f3f19169939d4cd498d0ce36)
    
    Signed-off-by: Alejandro Hernandez <alejandro hernandez linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-example/example/example-recipe-0.1.bb  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb 
b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
index 5fbf594..e534d36 100644
--- a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
+++ b/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
@@ -14,7 +14,7 @@ SRC_URI = "file://helloworld.c"
 S = "${WORKDIR}"
 
 do_compile() {
-            ${CC} helloworld.c -o helloworld
+            ${CC} ${LDFLAGS} helloworld.c -o helloworld
 }
 
 do_install() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]