summaryrefslogtreecommitdiff
path: root/meta/recipes-core/gettext/gettext_0.18.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* gettext: use included libxml and libcrocoSaul Wold2011-09-071-1/+3
| | | | | | | | | | | [YOCTO #1400] By using the included libxml and libcroco, we do not create additional on this core library. There was an ordering issue that when one library was not built, but gettext detected the other library a compliation would fail, this will force it to always use the included libraries. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Misc: Corrected the dependency on non-native for -native package.Lianhao Lu2011-08-051-1/+1
| | | | | | | | | | [YOCTO #1336] Corrected the wrong dependency on non-native for -native packages for the following recipes: - util-macros - intltool Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* gettext: Add depends to gettext to avoid host contaminationSaul Wold2011-07-211-3/+3
| | | | | | [YOCTO #1242] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gettext: fix ERROR: QA Issue: gettext rdepends on gettext-devKoen Kooi2011-07-051-1/+6
| | | | | | | This was fixed in 2008 already, see http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again but regressed during the 0.16.x -> 0.18.x update. Strangely enough the comment was kept. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext: Disable both git and cvs for autopoint's archive format.Richard Purdie2011-07-051-3/+4
| | | | | | | | The git-native dependency is between a 2-10% build performance hit for a small reduction in autopoint's archive size (500kb vs 3.5MB). We could always enable this for the target version only I guess. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext-0.18.1.1: Remove unused patchesKhem Raj2011-06-221-1/+0
| | | | | | | gettext-error_print_progname.patch is already applied upstream others are unapplied. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gettext_0.18.1.1.bb: Fix build on uclibcKhem Raj2011-06-141-3/+4
| | | | | | | Use libc-uclibc override to seprate out uclibc bits instead of using TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gettext: Add DEPENDS on git-nativeRichard Purdie2011-06-021-2/+3
| | | | | | | | | | There are tools within gettext that make use of git, crazy as it may seem so we have to ensure a recent version of git is available. It could be worse, it could be the (deprecated) cvs alternative in the code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext: Update to 0.18.1.1Saul Wold2011-06-011-0/+84
Add Upstream Status tags to patches Signed-off-by: Saul Wold <sgw@linux.intel.com>