[oe-commits] [openembedded-core] 39/40: service: obey CFLAGS, LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 12:39:30 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 07f73488081ed87b4972af8b4e02d46a03f8c96a
Author: Christopher Larson <chris_larson at mentor.com>
AuthorDate: Fri Jul 1 13:49:09 2016 -0700

    service: obey CFLAGS, LDFLAGS
    
    Signed-off-by: Christopher Larson <chris_larson at mentor.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta-skeleton/recipes-skeleton/service/service_0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list