summaryrefslogtreecommitdiff
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* glib-2.0: Dont disable iconv for uclibcKhem Raj2012-05-011-4/+1
| | | | | | | | | Currently we stub out iconv in glib when building for uclibc which is not needed and infact results in building systems with false hope of having iconv and they misbehave during runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glib-2.0: fix builds on fedora 17Robert Yang2012-04-161-1/+11
| | | | | | | | | | | | | | | | | | | | | Generally distros keep perl at /usr/bin/perl Fedora 17 also has /bin/perl this causes glib-2.0 build on such distros to put perl interpreter path in the perl scripts as /bin/perl But we set perl location for target as /usr/bin/perl This mismatch of perl path causes failure of rootfs image creation like this: | error: Failed dependencies: | /bin/perl is needed by libglib-2.0-utils-2.30.3-r0.ppc603e NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed [YOCTO #2304] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* glib-2.0: upgrade to 2.30.3Shane Wang2012-03-211-0/+46
Signed-off-by: Shane Wang <shane.wang@intel.com>