summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb
Commit message (Collapse)AuthorAgeFilesLines
* mklibs-native 0.1.33: include unistd.h to fix build for gcc 4.7Robert Yang2012-04-131-1/+2
| | | | | | | | | | | | | | | | | | Many of the standard C++ library include files have been edited to no longer include <unistd.h> to remove namespace pollution in gcc 4.7, so we need include <unistd.h> manually sometimes. More information: http://gcc.gnu.org/gcc-4.7/porting_to.html [YOCTO #2278] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> [Updated patch header - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mklibs-native: Update to 0.1.33Saul Wold2011-05-191-0/+24
Signed-off-by: Saul Wold <sgw@linux.intel.com>