diff options
author | André Draszik <git@andred.net> | 2019-11-10 21:28:02 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-11 21:21:13 -0800 |
commit | c278b7019886d8ea4fed29790f94c6a4c6b7aa84 (patch) | |
tree | f0c1cedb46dd1034f3b935f51290c701345e0e5a /meta-python/recipes-devtools/gyp | |
parent | 037dc77fa7c4718f3bfe48e6b2b83533640c51ea (diff) | |
download | meta-openembedded-c278b7019886d8ea4fed29790f94c6a4c6b7aa84.tar.gz |
gyp: update to fcd686f1880f
This brings a few python3 fixes:
fcd686f1 (origin/master, origin/HEAD, master) Add .tbd to the .xcodeproj generator’s extension map
a8921fca fix encoding issues with inputs for better Python 3 support
12ef00df fix make output checks under C locale
aca1e2c3 Fix Python 3 incompatibilities
4f1618ab Add missing b'' qualifier from da63cb0f.
da63cb0f Misc python3 fixes in xcode_emulation.
5c270f76 Fix incorrect depfile path relativization
9f2a7bb1 Add flake8 checks to travis configuration.
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/gyp')
-rw-r--r-- | meta-python/recipes-devtools/gyp/gyp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/gyp/gyp_git.bb b/meta-python/recipes-devtools/gyp/gyp_git.bb index 2b3f3fb2b..61f3c8637 100644 --- a/meta-python/recipes-devtools/gyp/gyp_git.bb +++ b/meta-python/recipes-devtools/gyp/gyp_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" | |||
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | 6 | ||
7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https" | 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https" |
8 | SRCREV = "8bee09f4a57807136593ddc906b0b213c21f9014" | 8 | SRCREV = "fcd686f1880fa52a1ee78d3e98af1b88cb334528" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |