aboutsummaryrefslogtreecommitdiffstats
path: root/classes/distutils.bbclass
AgeCommit message (Expand)Author
2009-01-17distutils.bbclass: only remove if existingMichael 'Mickey' Lauer
2009-01-17distutils.bbclass: bandaid against wrong datadir installationMichael 'Mickey' Lauer
2008-10-02distutils bbclass: sync with pokyKoen Kooi
2008-08-09distutils.bbclass: allow specifying arguments to the build commandMichael Lauer
2008-02-28distutils.bbclass: Tweak staging variablesRichard Purdie
2007-12-06distutils.bbclass: install python library dir before installing (fix typo)Michael Lauer
2007-11-19distutils.bbclass : make the arguments passed to setup.py variables to allow ...Jeremy Laine
2007-11-17classes: Sync staging layout cleanups from PokyRichard Purdie
2007-08-22distutils.bbclass: always install staging directory before calling pythonMichael Lauer
2007-08-21classes/distutils.bbclass: remove easy-install.pth, since this ends up in eve...Michael Lauer
2007-08-20classes/distutils.bbclass: add a staging task (to be called explicitly)Michael Lauer
2007-07-24classes/distutils.bbclass: back out specifying the include dir, it was a) imp...Michael Lauer
2007-07-24classes/distutils.bbclass:Michael Lauer
2007-07-24distutils: set PYTHONPATH and always create the site-packages directory to im...Michael Lauer
2007-06-08distutils.bbclass: add some magic to remove paths pointing to buildsystems di...Koen Kooi
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie
2005-02-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer
2004-12-09make distutils.bbclass add RDEPENDS += python-coreMichael Lauer
2004-12-07Merge oe-devel@oe-devel.bkbits.net:packages.bbChris Larson
eboard OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt-0.9.9.4/fix-gcc-4.6-null-not-defined.patch
blob: 801ae6dddb42841c955561744c793d069d71e0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Upstream-Status: Pending

--- a/apt-pkg/contrib/weakptr.h
+++ b/apt-pkg/contrib/weakptr.h
@@ -21,6 +21,7 @@
 #ifndef WEAK_POINTER_H
 #define WEAK_POINTER_H
 
+#include <cstdlib>
 #include <set>
 /**
  * Class for objects providing support for weak pointers.