summaryrefslogtreecommitdiff
path: root/recipes-tweaks
AgeCommit message (Collapse)Author
2019-03-04Revert "zstd: fix build being branchless"Max Krummenacher
zstd recipe was provided by angstrom, drop the bbappend with the drop of angstrom. This reverts commit 836ad70cd669393eb2a830e955a7462f40635c11.
2019-03-04zstd: fix build being branchlessMarcel Ziswiler
This fixes now two issues: - The v1.3.3 tag being branchless (meaning a random otherwise orphaned commit was tagged for release) requires nobranch=1 to be explicitly specified to make OpenEmbedded happy not trying to checkout out the master branch. - Using tag="v1.3.3" would cause OpenEmbedded to re-fetch the entire repo over and over again upon each build therefore hard-coding the commit hash instead. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>