1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00: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:
Ross Burton
2007-01-22 20:11:19 +00:00
parent 539b0f853a
commit 4292e8199b
5 changed files with 15 additions and 7 deletions
+3
View File
@@ -34,3 +34,6 @@ do_stage () {
install -m 0644 ${S}/libdw/libdw.h ${STAGING_INCDIR}/elfutils/
install -m 0644 ${S}/libasm/libasm.h ${STAGING_INCDIR}/elfutils/
}
# The elfutils package contains symlinks that trip up insane
INSANE_SKIP_elfutils = "1"