Skip to content

Commit

Permalink
Revert "Conditionally backport clang libdl patch"
Browse files Browse the repository at this point in the history
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
priv-kweihmann committed Dec 27, 2019
1 parent 2d2f454 commit c840901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions dynamic-layers/meta-clang/clang_%.bbappend
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"

0 comments on commit c840901

Please sign in to comment.