summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/m4/m4.inc
AgeCommit message (Collapse)AuthorFiles
2012-05-01gettext,m4: Add -lrt to LDFLAGS for uclibcKhem Raj1
uclibc has recently got posix_spawn implementation and the implementation resided in librt so we link -lrt to get the configure tests using uclibc provided definitions and not the gnu-lib wrappers Let libintl.a live in -staticdev package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-01-19m4: A better refactoringSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-17m4: refactor .bb and .inc filesSaul Wold1
The orignal had common code in the m4_1.4.16.bb file that was in the m4.inc file. m4-native was then including the m4.bb file and picking up the BBCLASSEXTEND, which causes the fetch to fail. Signed-off-by: Saul Wold <sgw@linux.intel.com>