From 1f77bff85b1fae3422884aabf91bff7f4aa789e2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 10 Jul 2024 16:11:35 -0700 Subject: Revert "recipes-devtools/llvm/llvm_%.bbappend: fix the build of bpftrace ptest failed" This caused meta-clang to fail check-layer-nightly builds This reverts commit 0c2b19b7ad03bba7c21b6bf111ba1a118ea9d44a. --- recipes-devtools/llvm/llvm_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-devtools/llvm/llvm_%.bbappend diff --git a/recipes-devtools/llvm/llvm_%.bbappend b/recipes-devtools/llvm/llvm_%.bbappend deleted file mode 100644 index 116aba2..0000000 --- a/recipes-devtools/llvm/llvm_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG:append:class-native = " ${@bb.utils.contains('PTEST_ENABLED', '1', 'libllvm', '', d)}" -- cgit v1.2.3-54-g00ecf