aboutsummaryrefslogtreecommitdiffstats
path: root/classes/insane.bbclass
AgeCommit message (Collapse)Author
2006-11-06insane.bbclass: update message for -dbg packagesKoen Kooi
2006-10-26classes/insane.class: Make workdir known, remove whitespaceHolger Freyther
2006-10-26insane.bbclass: import bbKoen Kooi
2006-10-25classes/insane.bbclass: Check if packages RDEPENDS on -dbg packagesHolger Freyther
Untested check inspired by Richard to check if non debug packages depends on -dbg packages.
2006-10-24insane.bbclass: fix some python stuff and make error message a bit more helpfullKoen Kooi
2006-10-22insane.bbclass: update to current -dbg handling, as indicated by QA meister ↵Koen Kooi
Holger F.
2006-09-12classes/insanity.bbclass: Check for possible insecure RPATH, make it work ↵Holger Freyther
with the funy BitBake scope The def methods are in a different scope that the PACKAGEFUNC and the result is only the packagefunc is able to use 'd' so we need to make this a parameter for the other methods. Use the installed scanelf to check for the RPATH of the files
2006-09-11classes/insane.bbclass: Run the first test of the insanity.bbclassHolger Freyther
2006-07-28classes/insane.bbclass: Add skeleton for the testsHolger Freyther
Run each test from within the PACKAGEFUNC, add a special task for checking .la and .pc files from within staging.
2006-07-28classes/insane.bbclass: Remove GPL text, add more planned checksHolger Freyther
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.
2006-04-30classes/insane.bbclass:Holger Freyther
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native
2006-04-29classes/insane.bbclass:Holger Freyther
inherit package.bbclass instead of the nonexistant packages one
2006-02-12org.openembedded.dev/classes/insane.bbclass:Holger Freyther
-Add the skeleton for the QA bbclass