summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/glade/glade_3.20.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* glade: fix host contamination on centos7Hongxu Jia2017-08-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | Since gobject-introspection convert to python3 in oe-core, incorrectly assigning PYTHON_PN with python caused host python3 loaded. On centos7, built with qemuarm failed: ... arm-poky-linux-gnueabi-gcc: error: unrecognized argument in option '-mtune=generic' .. arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-m64' Traceback (most recent call last): File "/usr/lib64/python3.4/distutils/unixccompiler.py", line 126, in _compile ... The native python3 should be loaded. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glade: add recipe 3.20.0Hongxu Jia2017-07-241-0/+27
The newly added glade is the original Glade codebase, and glade3 is a complete rewrite of it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>