mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Remove exclude hack in insane.bbclass and replace it with something a little less foul. This involces adding INSANE_SKIP_package=1 statements to the relevant .bb files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1197 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -107,3 +107,6 @@ do_install () {
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
|
||||
}
|
||||
|
||||
# The gcc package contains symlinks that trip up insane
|
||||
INSANE_SKIP_${PN} = "1"
|
||||
|
||||
Reference in New Issue
Block a user