Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license header to all recipes | Samuli Piippo | 2013-11-25 | 1 | -0/+22 |
| | | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> | ||||
* | gdb-cross-canadian: use correct exec-prefix path for python | Samuli Piippo | 2013-06-03 | 2 | -34/+13 |
| | | | | | | | | | | | | | Incorrect exec-prefix path was given to gdb which leads to gdb startup failure when SDK is not installed to its original destination. Gdb relocates the exec-prefix path, so it will work for SDKs that are installed to different location. PYTHONHOME env in no longer neeeded for gdb. Upstreamed to oe-core, putting here until it gets merged Change-Id: If3f5125a6063bf9eae56b2b6ecbdebb9939ad362 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> | ||||
* | gdb: fix gdb's dependency to PYTHONHOME env | Samuli Piippo | 2013-05-21 | 2 | -0/+34 |
gdb was unable to locate python without using PYTHONHOME environment variable. Change-Id: I5fe5d37ab88a0d186f91dbedcab1a480869da311 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> |