diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-04-10 18:20:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:22 +0100 |
commit | 00adc1aaee7243a273ab0c483d9435aba156bff4 (patch) | |
tree | e5382023ab6ba152e857042db08e7ce369ed227d /meta/recipes-support | |
parent | d451fecf240bcfcc18d1c9aa499b249ccafce2e5 (diff) | |
download | poky-00adc1aaee7243a273ab0c483d9435aba156bff4.tar.gz |
vte: Pass _GNU_SOURCE via CFLAGS
It uses function extentions like ptsname_r()
so we need to let build know about it
Change-Id: I5a06d08c56529a6b2cf3adf264656ae03b95c1d4
(From OE-Core rev: 1aa0346cf2a2104cfc969bfeb4ac58fa923d5fcb)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 485187df82..9dab390642 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/recipes-support/vte/vte_0.28.2.bb | |||
@@ -6,5 +6,7 @@ PR = "r6" | |||
6 | 6 | ||
7 | SRC_URI += "file://obsolete_automake_macros.patch" | 7 | SRC_URI += "file://obsolete_automake_macros.patch" |
8 | 8 | ||
9 | CFLAGS += "-D_GNU_SOURCE" | ||
10 | |||
9 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" | 11 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" |
10 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" | 12 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" |