Skip to content

Commit

Permalink
rubygems-yajl-ruby: ignore rpaths issues
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Oct 19, 2024
1 parent 5910bc1 commit 7fc5082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-rubygems/rubygems-yajl-ruby_1.4.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ inherit rubygems
inherit rubygentest
inherit pkgconfig

# The vendored library is causing some rpath issues
INSANE_SKIP:${PN} += "rpaths"

BBCLASSEXTEND = "native"

0 comments on commit 7fc5082

Please sign in to comment.