summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-26 10:25:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:09:45 +0100
commit2dd1989b2fe7c0fbc4930c964e48cb40aa3c96de (patch)
tree3322ee3f8b5ac60979fad218b2bd2eee1f61f22f
parente8453ca15fe459e64827f59a1a8c1d1b6c047937 (diff)
Revert "zstd: fix build being branchless"
zstd recipe was provided by angstrom, drop the bbappend with the drop of angstrom. This reverts commit 836ad70cd669393eb2a830e955a7462f40635c11.
-rw-r--r--recipes-tweaks/btrfs-tools/zstd_git.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-tweaks/btrfs-tools/zstd_git.bbappend b/recipes-tweaks/btrfs-tools/zstd_git.bbappend
deleted file mode 100644
index e8419a9..0000000
--- a/recipes-tweaks/btrfs-tools/zstd_git.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-# this is the hash of version tag v1.3.3
-SRCREV = "f3a8bd553a865c59f1bd6e1f68bf182cf75a8f00"
-SRC_URI = "git://github.com/facebook/zstd.git;protocol=https;nobranch=1"
-
-EXTRA_OECMAKE_append = " -DTHREADS_PTHREAD_ARG=0"