aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/gyp
AgeCommit message (Collapse)Author
2020-09-07gyp: Upgrade to latest versionLeon Anavi
Upgrade to latest version for the git repository: - Add support for CLANG_ENABLE_OBJC_WEAK - Prevent propogation to configurations of nested 'dependent-settings' directives Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-07gyp: Consolidate in a single fileLeon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-22meta-python: remove python2 recipes from layerAndrey Zhizhikin
Remove recipes which require python2 from the layer. Those recipes are moved to meta-python2 and are not required here any longer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-11gyp: provide a python2 version of gyp as gyp-py2André Draszik
Doing so will allow us to change the NodeJS build to use the system gyp, rather than its own copy. NodeJS still uses python2, and imports parts of gyp directly. Also note that Debian only provides a python2 version. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-11gyp: update to fcd686f1880fAndré Draszik
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>
2019-03-21gyp: add recipeRoss Burton
GYP (Generate Your Projects) is a meta-build system by Google. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>