diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-10-14 15:08:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:39:04 +0000 |
| commit | 56ddcbf25d9fc8b3f8a5e28866f5825a6e27880b (patch) | |
| tree | 47bcc535727e8d6db99daeb338d11b44c7ed8c06 | |
| parent | cb8fbf5d92aae04527d71384538236f1359a1aba (diff) | |
| download | poky-56ddcbf25d9fc8b3f8a5e28866f5825a6e27880b.tar.gz | |
qemu-helper-native: pass compiler flags
Pass all of the compiler and linker flags so the build is correctly configured.
(From OE-Core rev: 05151064eb2c0907ebb815c9ae3481a912835b39)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb index d9d9da0fad..372eebd886 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |||
| @@ -12,7 +12,7 @@ S = "${WORKDIR}" | |||
| 12 | inherit native | 12 | inherit native |
| 13 | 13 | ||
| 14 | do_compile() { | 14 | do_compile() { |
| 15 | ${CC} tunctl.c -o tunctl | 15 | ${CC} ${CFLAGS} ${LDFLAGS} -Wall tunctl.c -o tunctl |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | do_install() { | 18 | do_install() { |
