summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-01-11 14:43:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-01-11 15:47:02 +0100
commit836ad70cd669393eb2a830e955a7462f40635c11 (patch)
tree256681aebdeab311a0b9c5e96094cecc37b42767
parent6f791d0012b004c2c0519110178e59b933a31bb8 (diff)
zstd: fix build being branchless
No comment! Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-tweaks/btrfs-tools/zstd_git.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-tweaks/btrfs-tools/zstd_git.bbappend b/recipes-tweaks/btrfs-tools/zstd_git.bbappend
new file mode 100644
index 0000000..d3aff50
--- /dev/null
+++ b/recipes-tweaks/btrfs-tools/zstd_git.bbappend
@@ -0,0 +1,4 @@
+SRCREV = "v1.3.3"
+SRC_URI = "git://github.com/facebook/zstd.git;protocol=https;tag=${SRCREV};nobranch=1"
+
+EXTRA_OECMAKE_append = " -DTHREADS_PTHREAD_ARG=0"