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>
This commit is contained in:
Christopher Larson 2016-07-01 13:49:09 -07:00 committed by Richard Purdie
parent d6a43d222d
commit 895353a48f
1 changed files with 1 additions and 1 deletions

View File

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