Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uftrace: Support x86 | Yi-Soo An | 2018-11-15 | 1 | -2/+11 |
| | | | | | | | | | | | | If TARGET_ARCH is not set to i386 for x86, build will be failed with logs such as "arch/i586: No such file or directory". In this case, TARGET_ARCH is set to i586. To succeed the build, add additional function named set_target_arch. Signed-off-by: Yi-Soo An <yisooan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | uftrace: Upgrade to 0.8.3 | Khem Raj | 2018-09-09 | 1 | -0/+35 |
* Deliberately provide a non existing path to with_elfutils so it does not copy libelf.so into its staged install and become a provider for that library while elfutils should be the legit provider and this package should just list it in its rdeps * Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> |