summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-04-04Revert "elfutils: fix builds with gcc 4.6"Richard Purdie1
This change does not work with previous versions of gcc. This reverts commit a02eb31697cd977f3587f42bb09b8a9ebcca7a4b.
2011-04-04qemu-nativesdk: fix do_configureIlya Yanok1
qemu 0.14 does not need --cross-prefix switch as it uses CC environment variables (and friends) which contains the cross prefix already. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04qemuppc: add libqtopengl4 for ppcMei Lei3
Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-04bitbake.conf: fix MACHINE_ARCHQing He1
Replaces all '-' in $MACHINE to '_', fixes [YOCTO #946] Signed-off-by: Qing He <qing.he@intel.com>
2011-04-04linux-yocto/meta: cleanup and streamline kernel meta dataBruce Ashfield1
Fixes [YOCTO #945] As part of the update to 2.6.37 existing configuration and patches from the -stable kernel were left in place as a reminder of features and configuration carry forward. A lot of these reminders are no longer necessary and the kernel meta data needs to be cleaned up to prepare for activities related to newer kernels. Also in this meta update are configuration changes to allow common_pc derived BSPs to have a clean baseline configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04linux-yocto/crownbay: update configurationBruce Ashfield1
The crownbay has been updated for 2.6.37, the BSP branch already contans the changes, and this is the update of meta to the new config values: crownbay: update eg20t config crownbay: set cpu type to MATOM Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04db: Switch to patchdir rather than applying in do_configureTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-04patch.bbclass: allow importing patches into other dirsTom Rini1
This is taken from openembedded.master: commit 9d0d70da60ca8ef278916f442125d41161846f38 Author: Chris Larson <chris_larson@mentor.com> Date: Mon Aug 23 13:03:55 2010 -0400 patch: allow importing patches into other dirs Use the 'patchdir' flag. If relative, it's assumed to be relative to ${S}. It creates a patchset class per patch directory, so for quilt this results i multiple .pc/patches directories to manage each of the patchsets. Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-04xserver-xf86: explicitly disable fop document generationJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04openjade: fix build with GCC 4.6Joshua Lock2
In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04libx11: disable building of specsJoshua Lock1
Generating Postscript specs fails on Fedora 15, I don't *think* we need them so disable them. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04xorg-[lib-common|proto-common]: disable use of fop document generationJoshua Lock2
On Fedora 15 I see a huge Java backtrace when document generation runs for some xorg libs. As fop is automatically detected, with the possibility of detecting fop on the host whilst doing target builds, the safest bet is to explicitly disable fop for document generation. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04libx11: add missing SRC_URI hashesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04python-native: add missing SRC_URI hashesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04elfutils: fix builds with gcc 4.6Joshua Lock1
gcc 4.6 (as used in Fedora 15) adds some extra warnings which are included with Werror. The new unused-but-set variable warning causes an error in libasm of elfutils. Work around this by removing unused-but-set from Werror. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04libexif_0.6.16.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libcap.inc: Pass SYSTEM_HEADERS to makeKhem Raj1
Libpcap reports faulures in finding headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gnutls.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04util-macros_1.11.0.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libxcb.inc: Replace XCBPROTO_XCBPYTHONDIR to point to staging areaKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04clutter.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libgpg-error: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04popt_1.16.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libgdata_0.7.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gdk-pixbuf_2.22.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libzypp_git.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libuser_0.57.1.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04sed: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dupsKhem Raj1
This is already taken care by bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04flex.inc: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04liboil_0.3.17.bb: Enable x86_64 unaligned memory accessKhem Raj2
Patch imported from OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04libpam_1.1.3.bb: Fix compilation on uclibc when innetgr is absentKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS ↵Khem Raj1
directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04bison: Make compilable on uclibcKhem Raj3
Import patch from OE to fix compilation on uclibc Let inherit gettext take care of gettext dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04binutils: Use arm*-*-linux-uclibceabi instead of arm*-*-linux-uclibcgnueabiKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabiKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04coreutils_6.9.bb: Remove gettext from DEPENDSKhem Raj1
inheriting gettext should take care of this Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04console-tools_0.3.2.bb: inherit gettextKhem Raj1
There is a dependency on libintl in configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04telepathy-glib_0.13.6.bb: inherit gettext class instead of adding gettext to ↵Khem Raj1
DEPENDS directly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04galago: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04avahi.inc: Conditionalize RECOMMENDS by using overridesKhem Raj1
libnss-mdns is not supportable on uclibc since nss is not available on uclibc we add gettext-dev to RRECOMMENDS only of eglibc/glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04recipes: Use -uclibceabi instead of -uclibcgnueabiKhem Raj6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabiKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04site: Add mips-linux-uclibc site file and add to x86_64-linux-uclibcKhem Raj2
mips-uclibc needs the mips-linux-uclibc site file x86_64-linux-uclibc is enahnced for missing cached variables Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-04classes: Use linux-uclibceabi instead of linux-uclibgnuceabi for os portion ↵Khem Raj2
of triplet Signed-off-by: Khem Raj <raj.khem@gmail.com>