aboutsummaryrefslogtreecommitdiffstats
path: root/classes/package.bbclass
AgeCommit message (Expand)Author
2007-02-27package.bbclass: comment out the cleandir since it breaks constructions like ...Koen Kooi
2007-02-22classes: package, rm_work - fix bashisms (from Poky)Marcin Juszkiewicz
2007-01-30package.bbclass: don't try to rmdir("./"), it won't workPhil Blundell
2007-01-29package.bbclass: add workaround for wrongly globbed symlinks in FILES causing...Phil Blundell
2007-01-28package.bbclass: remove directories named in FILES from image after file Phil Blundell
2007-01-01package.bbclass: Add fakeroot-native as a depenedncy (from poky)Richard Purdie
2006-12-12package.bbclass: set PATH before running OBJDUMP to get dependencies calculatedMarcin Juszkiewicz
2006-11-28bitbake.conf : introduce the OBJDUMP variable, by default set toGraeme Gregory
2006-10-28base.bbclass, package.bbclass: don destrucively set RDEPENDS and RRECOMMENDS,...Koen Kooi
2006-10-22package.bbclass: Fix split_packages to remove spurious references to -dbg pac...Richard Purdie
2006-10-21package.bbclass: Fix split_locales to remove spurious references to -dbg pack...Richard Purdie
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie
2006-10-20base/package.bbclass: Clean up and document things a bit more. Should be no f...Richard Purdie
2006-10-18module_strip.bbclass: filter out directories to stop recent binutils from bar...Koen Kooi
2006-10-02classes/package.bbclass: use ?= for PACKAGEFUNCS *again*Koen Kooi
2006-09-16package.bbclass: remove do_install *again* to fix all the failed builds peopl...Koen Kooi
2006-09-15classes/package.bbclass,conf/bitbake.conf:Chris Larson
2006-09-15Restructure the subpackage metadata to facilitate use of that metadata by oth...Chris Larson
2006-09-14package.bbclass: yank an unintentional change.Chris Larson
2006-09-14package.bbclass:Chris Larson
2006-09-12package.bbclass: Detect duplicates in PACKAGES properly.Paul Sokolovsky
2006-09-12package.bbclass: Make "strippedness" check overridable.Paul Sokolovsky
2006-09-08package.bbclass:Chris Larson
2006-08-27package.bbclass: remove do_install from PACKAGE_FUNCS, as noted by Philipp ZabelKoen Kooi
2006-08-25classes: run do_package before do_stage so we can populate staging with packa...Koen Kooi
2006-08-20classes: Add task dependencies expressions, as required for the new multithre...Richard Purdie
2006-07-31Change -dbg objects to use .debug directory. Fixes various FILES issues.Richard Purdie
2006-07-28classes/package.bbclass: Only set PACKAGEFUNCS once!Holger Freyther
2006-07-24Add automatic generation of -dbg packages. These contain the debug symbols th...Richard Purdie
2006-04-29package.bbclass: Add sanity check for duplicates in PACKAGES (bug 674)Richard Purdie
2006-04-04disapproval of revision 'b7326fa2f47e0d1df4fc54428bf5d903b1042483'Justin Patrin
2006-04-04package.bbclass: deal with multiple copies of the same package in PACKAGESJustin Patrin
2006-03-06glibc, package.bbclass: generate old-style binary locales at build time using...Rene Wagner
2006-02-12Fix package name renaming for classes like debian.bbclass:Richard Purdie
2006-01-31package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS.Rene Wagner
2006-01-31package.bbclass: fix interpretation of IGNORE_STRIP_ERRORS one more time.Rene Wagner
2006-01-31package.bbclass: interpret 0 as false (as well as "") when evaluating IGNORE_...Rene Wagner
2006-01-31package.bbclass: implement a failsafe strip in classesJohn Bowler
2006-01-30package.bbclass: fix stripping logic. work around strip returning 0 even on f...Rene Wagner
2006-01-29package.bbclass: don't silently ignore errors when running STRIP. Set IGNORE_...Rene Wagner
2005-11-18package.bbclass: added support for preinst/prerm actions - patch by Jamie Len...Marcin Juszkiewicz
2005-07-22Applied patch by Philip Blundell to fix package names in dependencies.Florian Boor
2005-05-17Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2005-04-19add trailing newlines to postinst and postrm in split packagesPhil Blundell
2005-03-16Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com
2005-03-01Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2005-03-01Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedDerek Young
2005-01-30don't create RDEPENDS entry for intra-package symlinksPhil Blundell
2005-01-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
2004-12-12do_split_packages(): preserve old RDEPENDS on target, if anyPhil Blundell