summaryrefslogtreecommitdiff
path: root/meta/packages/glibc/glibc_2.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock2010-06-181-1/+1
| | | | | | | | | | | | | | | include/scsi/scsi.h is not userland parsable and research indicates this is because the header should not be exposed to userspace. Therefore remove it in the install. Research done by Tom Rini <tom_rini@mentor.com> in OE commit 91d3d92a626da89dfe13d63e68a90dbafdbaef1d This has been the case since kernel 2.6.31 Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h> Signed-off-by: Joshua Lock <josh@linux.intel.com>
* glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2010-02-231-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Separate out core glibc packaging functionality into a classRichard Purdie2009-11-191-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Extend various packages to use nativesdk using BBCLASSEXTENDRichard Purdie2009-09-171-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-1/+1
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-2.9: Sync with OE.dev and update patchsetRichard Purdie2009-09-141-8/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Add 2.9 from OE.devRichard Purdie2009-08-261-0/+158
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>