diff options
author | Holger Freyther <zecke@selfish.org> | 2006-07-28 11:41:28 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-07-28 11:41:28 +0000 |
commit | 15daef232f7177d22b0abe6b3652f0b2f62fd368 (patch) | |
tree | b654b38a0cfcc0158540bff4226d796207eb124d | |
parent | 1287e38077fece73a2d0887c63bc869cf5c516c1 (diff) |
classes/insane.bbclass: Remove GPL text, add more planned checks
The initial idea was to use the shell magic from ebuild,
but I do not plan this anymore and will do it using python.
This is why I'm removing the GPL license.
Add some more planned checks and assume they are already
implemented.
-rw-r--r-- | classes/insane.bbclass | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 629d0e82b0..863741aee3 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -1,24 +1,21 @@ # # BB Class inspired by ebuild.sh # -# As I will be copying code from from ebuild.sh this is -# Copyright Gentoo Foundation 1999-2006 -# GPLv2 -# # This class will test files after installation for certain # security issues and other kind of issues. # # Checks we do: # -Check the ownership and permissions # -Check the RUNTIME path for the $TMPDIR +# -Check if .la files wrongly point to workdir +# -Check if .pc files wrongly point to workdir +# -Check if packages contains .dbg or .so files where they should be in -dev or -dbg # -# Checks that are planned: -# -Check installed and stages .la files # # We need to have the scanelf utility as soon as -# possible. +# possible and this is contained within the pax-utils-native # # We play a special package function |