diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-22 20:11:19 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-22 20:11:19 +0000 |
commit | 4292e8199b93ff3a6285319ed53b2e98de7307ea (patch) | |
tree | 511a51dd1f816d1ff4b63bbf67bd16cf292f67bc /meta/packages/elfutils | |
parent | 539b0f853acf8d142a08685e1e02dd87e8be59f6 (diff) | |
download | poky-4292e8199b93ff3a6285319ed53b2e98de7307ea.tar.gz |
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
Diffstat (limited to 'meta/packages/elfutils')
-rw-r--r-- | meta/packages/elfutils/elfutils_0.108.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/elfutils/elfutils_0.108.bb b/meta/packages/elfutils/elfutils_0.108.bb index 83acc7dccb..a1f7b2fc5c 100644 --- a/meta/packages/elfutils/elfutils_0.108.bb +++ b/meta/packages/elfutils/elfutils_0.108.bb | |||
@@ -34,3 +34,6 @@ do_stage () { | |||
34 | install -m 0644 ${S}/libdw/libdw.h ${STAGING_INCDIR}/elfutils/ | 34 | install -m 0644 ${S}/libdw/libdw.h ${STAGING_INCDIR}/elfutils/ |
35 | install -m 0644 ${S}/libasm/libasm.h ${STAGING_INCDIR}/elfutils/ | 35 | install -m 0644 ${S}/libasm/libasm.h ${STAGING_INCDIR}/elfutils/ |
36 | } | 36 | } |
37 | |||
38 | # The elfutils package contains symlinks that trip up insane | ||
39 | INSANE_SKIP_elfutils = "1" | ||