diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-07-01 13:49:09 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:26 +0100 |
| commit | 895353a48f631461aafbba47a6921d08a3bee5a1 (patch) | |
| tree | 81124babe1a7b64147d7fc3ad492f97afec843d0 | |
| parent | d6a43d222d547054916a8c55e4ae9ca91a3f0687 (diff) | |
| download | poky-895353a48f631461aafbba47a6921d08a3bee5a1.tar.gz | |
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>
| -rw-r--r-- | meta-skeleton/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 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 \ | |||
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | do_compile () { | 11 | do_compile () { |
| 12 | ${CC} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test | 12 | ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | do_install () { | 15 | do_install () { |
