Skip to content

Commit

Permalink
contrib: gcc: drop obsolete shlibs exclusion
Browse files Browse the repository at this point in the history
from gcc-cross-canadian.inc.  This change was made in
commit 096fa15efbcb704451b2f38ceab36508ef64f07e in OE-Core,
and fixes missing dependencies issues during package QA
for the cross-canadian compiler package.

Signed-off-by: Matt Madison <matt@madison.systems>
  • Loading branch information
madisongh committed Jun 26, 2020
1 parent 1c5bbf8 commit d6ce4c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/recipes-devtools/gcc/gcc-cross-canadian.inc
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ do_compile () {
(cd ${B}/${TARGET_SYS}/libgcc; oe_runmake enable-execute-stack.c unwind.h md-unwind-support.h sfp-machine.h gthr-default.h)
}

# Having anything auto depending on gcc-cross-sdk is a really bad idea...
EXCLUDE_FROM_SHLIBS = "1"

PACKAGES = "${PN}-dbg ${PN} ${PN}-doc"

FILES_${PN} = "\
Expand Down

0 comments on commit d6ce4c5

Please sign in to comment.