diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-10 05:32:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-21 15:39:36 +0100 |
commit | f3ac32e0bc83d7aeea3e84258c258c2bb6dab44e (patch) | |
tree | 627673b82007ce5eb97e3b93c274bd15295bacbf /meta/recipes-devtools/syslinux/syslinux_6.03.bb | |
parent | 90e7cfebc6a9ac4b229b45c6a7dc95218efe55c5 (diff) | |
download | openembedded-core-f3ac32e0bc83d7aeea3e84258c258c2bb6dab44e.tar.gz openembedded-core-f3ac32e0bc83d7aeea3e84258c258c2bb6dab44e.tar.bz2 openembedded-core-f3ac32e0bc83d7aeea3e84258c258c2bb6dab44e.zip |
syslinux: Dont bypass gcc driver for dependency generation options
GCC docs also do not recommend using -Wp instead pass the option via gcc
driver and let it process it as needed
This also helps in making it work with clang as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/syslinux/syslinux_6.03.bb')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.03.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb index 94077da25d..8534528d7e 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.03.bb @@ -22,6 +22,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/syslinux-${PV}.tar.xz \ file://0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch \ file://0009-linux-syslinux-implement-install_bootblock.patch \ file://0010-gcc46-compatibility.patch \ + file://0011-mk-MMD-does-not-take-any-arguments.patch \ " SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" |