From 4292e8199b93ff3a6285319ed53b2e98de7307ea Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 22 Jan 2007 20:11:19 +0000 Subject: 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 --- meta/packages/elfutils/elfutils_0.108.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/packages/elfutils') diff --git a/meta/packages/elfutils/elfutils_0.108.bb b/meta/packages/elfutils/elfutils_0.108.bb index 83acc7dcc..a1f7b2fc5 100644 --- a/meta/packages/elfutils/elfutils_0.108.bb +++ b/meta/packages/elfutils/elfutils_0.108.bb @@ -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" -- cgit v1.2.3