-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Conditionally backport clang libdl patch"
This reverts commit 30180cb. The patch isn't needed anymore, as the upstream of meta-clang now includes the patch by itself
- Loading branch information
1 parent
2d2f454
commit c840901
Showing
2 changed files
with
0 additions
and
41 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
dynamic-layers/meta-clang/clang/0026-libclang-Use-CMAKE_DL_LIBS-for-deducing-libdl.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | ||
|
||
python __anonymous() { | ||
_patch = "file://0026-libclang-Use-CMAKE_DL_LIBS-for-deducing-libdl.patch" | ||
if _patch not in d.getVar("SRC_URI").split(" "): | ||
d.appendVar("SRC_URI", " " + _patch) | ||
} | ||
|
||
PACKAGECONFIG_class-native += "shared-libs" |