瀏覽代碼

service: obey CFLAGS, LDFLAGS

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Christopher Larson 8 年之前
父節點
當前提交
8a22712599
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      meta-skeleton/recipes-skeleton/service/service_0.1.bb

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