From d84b4b0bab9823c81f0ea38ca12eb8bccf892ca4 Mon Sep 17 00:00:00 2001 From: "Adam C. Foltzer" Date: Thu, 8 Jun 2017 10:34:14 -0700 Subject: meson: add LDFLAGS to bbclass C/C++ link arguments This adds compiler flags for C++ projects, and fixes the linker arguments for both C and C++ to avoid the GNU_HASH qa failure Signed-off-by: Adam C. Foltzer Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb index fd96b4238e..a2c5e4d397 100644 --- a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb +++ b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = " \ git://github.com/mesonbuild/meson.git \ - file://native_bindir.patch \ " SRCREV = "b25d3e4d3f2b4d37029a507cc089bdde643c6240" -- cgit 1.2.3-korg