summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* libbacktrace: Update version and enable shared library.Carlos Alberto Lopez Perez2023-10-301-6/+3
| | | | | | | | | | | | | | | | | * Update to the last version as of today. * Fix typo: EXTRA_OECONF * Enable building a shared library (.so) * Disable building a static library (.a) * Manually passing `-fPIC` is not longer needed because that flag is already enabled by autotools when building the shared library. * Enable the RISCV64 build-recause libunwind supports this archicture since OE-Core-rev: 2b2f6ff01efd Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8188ee344e425035387d4485b6a6457dd4da9424) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbacktrace: Add recipeKhem Raj2021-03-061-0/+30
Signed-off-by: Khem Raj <raj.khem@gmail.com>