[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1196/8267] service: obey CFLAGS, LDFLAGS



commit 895353a48f631461aafbba47a6921d08a3bee5a1
Author: Christopher Larson <chris_larson mentor com>
Date:   Fri Jul 1 13:49:09 2016 -0700

    service: obey CFLAGS, LDFLAGS
    
    (From OE-Core rev: 8a227125991951c1ddd44bec0b6243474ebc363a)
    
    Signed-off-by: Christopher Larson <chris_larson mentor com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-skeleton/service/service_0.1.bb        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta-skeleton/recipes-skeleton/service/service_0.1.bb 
b/meta-skeleton/recipes-skeleton/service/service_0.1.bb
index c5cd7a9..6416618 100644
--- a/meta-skeleton/recipes-skeleton/service/service_0.1.bb
+++ b/meta-skeleton/recipes-skeleton/service/service_0.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "file://skeleton \
           "
 
 do_compile () {
-       ${CC} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test
+       ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test
 }
 
 do_install () {


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