summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-07-01 13:49:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:55:42 +0100
commit8a227125991951c1ddd44bec0b6243474ebc363a (patch)
tree70ccdadad28f15d2c607eb1d496b5b970575e57b /meta-skeleton
parent1ab2ca141d3defe4b80212e28ac7c3f2271e2515 (diff)
downloadopenembedded-core-contrib-8a227125991951c1ddd44bec0b6243474ebc363a.tar.gz
service: obey CFLAGS, LDFLAGS
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/recipes-skeleton/service/service_0.1.bb2
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 c5cd7a97bc..6416618dcb 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 () {