summaryrefslogtreecommitdiffstats
path: root/meta/classes/glibc-package.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Install cross-packages into the native sysrootJoshua Lock2010-04-271-2/+2
| | | | | | | | | | | Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* glibc-package.bbclass: Fix the case PN == glibcRichard Purdie2009-11-201-7/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc-package.bbclass: Add GLIBC_INTERNAL_USE_BINARY_LOCALE precompiled modeRichard Purdie2009-11-201-32/+39
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* glibc: Separate out core glibc packaging functionality into a classRichard Purdie2009-11-191-0/+261
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>