summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-07-21icon-naming-utils-native: Fix long path to perl in icon-name-mappingTom Rini1
This is 5396e0868cf89787746fa6341ddb1f271a770595 in oe.dev but here we instead use the nativeperl wrapper. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-21cpan.bbclass: Perform more mangling for perl pathTom Rini10
On hosts where we may already be past the #! limit this is required and this is safe on the target as well. This is be7fe31 in oe.dev. Related to this we now bump all PRs for recipes that inherit cpan. Note that in oe.dev we mangle for perl but here we use the new nativeperl script. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-21perl-native: Add a perl-native wrapper in the normal bindirTom Rini1
We need this to allow for scripts to do #!/usr/bin/env perl-native and not require an 'inherit perlnative' per user of a package. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-21gnome-doc-utils: Use /usr/bin/env python in xml2po, bump PRTom Rini2
In oe.dev we can just sed over the binary but in newer versions of this program we need to fix the in use copy too. As noted in the patch header, this isn't appropriate for upstream as it could change behavior on Windows. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-21python-native: Mangle scripts to use /usr/bin/env python, bump PRTom Rini1
This is dd33ced4b8123600efa1f67f704aec13b0842ad1 in oe.dev and needed for building in deep paths. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-21Add endianess macros used by previous endian-ness_handling.patchMatthew McClintock2
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-07-20insane: improve diagnostic for redundant rpathPhil Blundell1
Make it more obvious which file, and which recipe, are at issue. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-20lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilibMei Lei1
Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-20libiconv: Fix SRC_URI checksums for 1.13.1 versionRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-20libgcc: correct mode on libgcc_s.so.1 to ensure it gets strippedPhil Blundell1
If the library is installed without execute permission then package.bbclass will not consider it for stripping. This is particularly unfortunate because there seems to be a bug somewhere else which is causing all DSOs to end up with a NEEDED dependency on libgcc_s, even if they don't actually require it, and hence it is getting installed in all images (for uclibc on i586 at least). Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-20pseudo: fix uninitialised variable in realpath_fix.patchJoshua Lock2
Several users reported issues with pseudo on CentOS 5.x hosts, Matthew McClintock tracked the issue to the realpath_fix.patch and Mark Hatle supplied the included fix. CC: Matthew McClintock <msm@freescale.com> CC: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-07-20site/x86_64-linux-uclibc: Cache lf_cv_sane_reallocKhem Raj1
If left to configure, it tried to run the testcase to determine this and that fails on cross compile e.g. compiling startup-notification-0.12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20task-core-tools: Exclude systemtap for uclibcKhem Raj1
systemtap needs full fledged elfutils which cant be built on uclibc therefore we live without systemtap on uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20sysprof: Define NT_GNU_BUILD_ID if undefinedKhem Raj2
This is needed on uclibc which does not have all GNU extentions Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20clutter-box2d: Replace use of finite macro with C99 compliant isfinite()Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20binutils: Fix build when compiling target binutils recipe with gcc 4.6Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20pimlico/dates: Fix build on uclibcKhem Raj3
uclibc does not have NL_TIME_FIRST_WEEKDAY Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20powertop: Add lintl to linker commandline on uclibcKhem Raj1
intl support is not inbuilt into libc like glibc so we have to link it explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20oprofile: Fix build when query_module is not thereKhem Raj2
on 2.6 kernels we do not have query_module so warn about it Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20uclibc_0.9.32: Implement sync_file_range2.Khem Raj2
On some arches e.g. arm, ppc sync_file_range2 is used instead of sync_file_range so we should consider that Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20task-core-x11-sato: Add empty NETWORK_MANAGER for uclibcKhem Raj1
conman needs some features from libresolv e.g. ns_initparse which are missing in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20tzcode,tzdata: Update tzdata to 2011hKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11Khem Raj3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20classes/gettext: Do not disable nls for non target recipesKhem Raj1
nls disabling is target specific but USE_NLS=no will disable nls even for other kind of recipes. We should let them build with nls Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20acl,attr: Fix build failures when NLS is disabled on uclibcKhem Raj4
Disable gettext support when NLS is not enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20default-distrovars: Add largefile and argp to DISTRO_FEATURESKhem Raj1
This is needed for packages that go into core-image-minimal and core-image-sato highlighted by uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20autotools.bbclass: Add help2man-native to the main DEPENDS treeTom Rini1
With help2man no longer being required by sanity.bbclass we need to make sure that if we are going to build autotools stuff that help2man will be there as it's a frequent implicit dependency. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20help2man-native: Add 1.38.2Tom Rini2
This is a 'side port' of current oe.dev versions. PR is kept in sync but we drop out the target recipes in order to punt on potential perl problems. Here we do re-configure as we don't have a dance with perl-native to deal with. Now that we can build it, don't require it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20bitbake.conf, sanity.bbclass: Drop mercurial-nativeTom Rini2
We have no hg URIs in the metadata, so don't require and don't ASSUME_PROVIDED it either. meta-oe has a mercurial-native recipe if hg URIs are added in a recipe later. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20gcc_4.5.1: add pr45886.patchIlya Yanok2
Add fix for PR45886 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: add pr45052.patchIlya Yanok2
Add fix for PR45052 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45052 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: add pr45094.patchIlya Yanok2
Add fix for PR45094 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: add pr44606.patchIlya Yanok2
Add fix for PR44606 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: add pr44290.patchIlya Yanok2
Add fix for PR44290 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: add pr43810.patchIlya Yanok2
Add fix for PR43810 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810 Building on powerpc-eabi* with --enable-target-optspace still fails for me though. Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20gcc_4.5.1: fix arm_bswapsi2.patchIlya Yanok1
Acoording to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392 correct fix should be TARGET_EITHER && (arm_arch6 || !optimize_size) not TARGET_EITHER && (arm_arch6 && !optimize_size) Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2011-07-20tune-ppce500mc: Add a tune file for PowerPC e500mc coreKumar Gala1
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20flac: fix build issues with e500v2 (gnuspe) toolchainKumar Gala2
For a PPC target flac will try to build with altivec optimizations. Altivec and SPE are mutually exclusive options. Between flac's configure choices and the ppce500v2 tune file options we'd end up with a compile invocation with the following arguments: -mabi=spe -mspe -mabi=altivec -maltivec Which would cause the compile to fail due to the mutual exclusion. Pulled in a patch from the debian SPE port that addresses this issue: http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2010-June/010212.html Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20openssl: Add handling for linux-gnuspe-powerpcKumar Gala2
If trying to build for an e500v2 target openssl will fail to build since the configure script didn't know how to handle a 'gnuspe' target. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20tune-ppce500v2: Add a tune file for PowerPC e500v2 coresKumar Gala1
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20tclibc-*libc: Utilize TARGET_FPU for gnuspe settingKumar Gala3
Its possible that BASE_PACKAGE_ARCH isn't set to ppce500 or ppce500v2 when we build native toolchains. So we can utilize TARGET_FPU being set to 'ppc-efd' or 'ppc-efs' to determine if we should enable the gnuspe ABI. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20gcc: Add gcc configure for PowerPC e500v2/SPE embedded floating point ABIKumar Gala2
The e500v2 core utilizes a unique floating point programming model / ABI. We utilize TARGET_FPU = "ppc-efd" to distinguish this choice (Embedded scalar single-precision floating-point). When building the toolchain for this ABI we need configure gcc with --enable-e500_double. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20btrfs-tools: Add util-linux to DEPENDSTom Rini1
This needs libuuid bits in order to build. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20iptuils: Add sgmlspl-native to DEPENDSTom Rini1
This is 4fc7d465d684d4952c52adafc1e7032b63039e53 in oe.dev. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20gnome-doc-utils: Package up python site packages, bump PRTom Rini2
Add python-dir to the inherits list so we can grab the python site packages files as well. This fixes a 'installed but not packaged' QA problem with the python site package files. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20metacity: Add gnome-doc-utils to DEPENDSTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-20gdk-pixbuf(-native): Fix build by disabling introspectionAndreas Mueller1
Error message was: | /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler --includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file GdkPixbuf-2.0.gir: Failed to parse included gir GLib-2.0 | make[4]: *** [GdkPixbuf-2.0.typelib] Error 1 Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
2011-07-20uclibc: improve packaging granularityPhil Blundell1
Put each of the libraries into its own package rather than dumping them all into libc0. This saves ~300kB on the installed size of an i586 micro-base-image and avoids the need to set the hated LEAD_SONAME. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-07-20perl: revise the RRECOMMENDS_perl-modules for multilib caseYu Ke1
current RRECOMMENDS_perl-modules replace the hardcode "perl-dbg", "perl-misc" etc. which does not work in multilib case. Instead, it should replace the "lib64-perl-dbg", "lib-64-perl-misc". without doing this, current code will produce RRECOMMENDS=lib64-lib64-xxx etc This patch revise the code to fix this issue Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com>
2011-07-20pciutils: Change the hardcoded /usr/lib to support multilib.Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>