summaryrefslogtreecommitdiff
path: root/recipes/proxy-libintl/proxy-libintl-20080418
AgeCommit message (Collapse)AuthorFiles
2010-07-25proxy-libintl: Fix soname.patch to include the funtions from libintl.cKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-25proxy-libintl: Eliminate the compile rule in makefileKhem Raj1
* This rule is not needed because we do not pass correct CFLAGS so on architectures where PIC really matters it does not work. Therefore make is more consistent and let -shared decide what flag to use for PIC'ness Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-29proxy-libintl_20080418.bb : add an SONAME to libraryGraeme Gregory1
Found in Ångström build. libintl.so built from this recipe was not getting an soname so the automatic shlibs code was failing making packages that should depend on this not. Ultimately leading to failing images.
2009-09-16proxy-libintl-20080418: Add the patch to compile as shared libraryKhem Raj1
* Keep generating .a file. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>