summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-10-17qt4: Added support for QtMobility 1.2Dmitry Cherukhin3
The QtMobility is a Qt add-on which allows to include standard mobile functionality to Qt applications. For details, see http://qt.nokia.com/products/qt-addons/mobility/ The patch is intended to add support for the QtMobility 1.2 package to OE. Added two recipes: 1) qt-mobility-x11 builds the QtMobility 1.2 package on the basis of Qt/X11 using the qt4-x11-free package; 2) qt-mobility-embedded builds the QtMobility 1.2 package on the basis of Qt/Embedded using the qt4-embedded package. Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
2011-10-17default-provider: also define a default provider for gconf-nativeDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17resolvconf: Update to 1.61Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17bind: update to 9.8.1Saul Wold3
The COPYRIGHT File was updates for both Year and showing the complete list of contributors, this change effectively adds BSD equivlant to the licensing terms. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer ↵Martin Jansa1
maintainers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17xserver-xorg: remove glx-use-tls againMartin Jansa2
* khem confirmed that uclibc does support it now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-15mesa-dri: Enable swrast only by default and intel drivers only on IA platformRichard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-15arch-ia32: Add a generic x86 override (instead of i{3|4|5|6}86 and so on)Richard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-15bitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable ↵Richard Purdie1
with _ in it isuseless there (e.g. x86_64) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependenciesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14data.py: fixed message domain errorsSamuel Stirtzel1
The dynamic message domain was introduced by Richard Purdie with the following patch: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a6c48298b17e6a5844b3638b422fe226e3b67b89 Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14patch.py: fixed message domain errorsSamuel Stirtzel1
The dynamic message domain was introduced by Richard Purdie with the following patch: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a6c48298b17e6a5844b3638b422fe226e3b67b89 Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14nfs-utils: separate nfs-utils-client and nfs-utils-statsMartin Jansa1
* move python runtime dependency only to nfs-utils-stats Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14distro_tracking_fields.inc: update qt4 related entriesOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14qt4: use 4.7.4 as default preferenceOtavio Salvador4
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14qemu.inc: qemu-native also needs glib-2.0 nativeSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14qt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.Wenzong Fan1
[YOCTO #1671] qt4-x11-free's recipe includes a sed script to sanitize it's .prl files, which are used by qmake to generate a list of libs and includes in the Makefiles it generates. It however, fails to take into account the possibility of trailing slashes, and thus leaves them in, and breaks gcc's syntax. Update these regexes to account for them. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-14eglibc-2.14: add patch to fix libdl crashKlaus Kurzmann2
* Without this patch programs using alsa-lib crash (alsamixer for example). * This patch is taken verbatim from ArchLinux. Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14pcmanfm: Upgrade to 0.9.9Zhai Edwin2
Update owl-window-menu.patch. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-14libfm: Upgrade to 0.1.16Zhai Edwin3
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update configure.ac Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-14linux-yocto: config cleanup and streamliningBruce Ashfield2
This incorporates the following meta branch commits: 353d43d fri2: cleanup bsp config 2a605e2 sugarbay: cleanup bsp config 47b76ed fishriver: cleanup bsp config ad6edab jasperforest: cleanup bsp config 07f7e89 emenlow: cleanup bsp config d32a651 crownbay: cleanup bsp config ad2d621 meta: add vesafb feature 913facf features/drm-psb: add related config options Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-10-14bash: update to 4.2Saul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14rsync: Update to 3.0.9Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14rxvt-unicode: Update to 9.12Saul Wold4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14libgcrypt: Update to 1.5.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14augeas: Update to 0.9.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14libtiff: Update to 3.9.5Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14libaio: Update to 0.3.109Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14v86d: update to 0.1.10Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14initramfs-live-boot: make it more generic and easy to useOtavio Salvador2
The script was making some assumptions that enforced many requirement in the machine kernel configuration and usage, besides it were too while booting. Changes included: * fix indentation; * rdepends on udev; * allow use of isofs as module; * remove rootdelay param parsing as it was unused; * don't verbosely kill udevd and mknod; * mount devtmpfs into rootfs, if available, before swithing root; Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-14image-live.bbclass: allow override of initrd imageOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-14libnl2: Fix a race on route/pktloc_syntax.hTom Rini2
At issue is that route/pktloc.c (not generated) depends on route/pktloc_syntax.h (generated). Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-10-14distro_tracking_fields.inc: Add maintainer for some packages without maintainerXiaofeng Yan1
Add the name of maintainer for the following packages: bind libx11-diet qmmp libarchive xserver-kdrive xserver-xf86-lite directfb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-10-14bluez4: Add ending quote of FILES_${PN}-dbgNoor Ahsan1
* .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2011-10-14qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDSKhem Raj1
QEMU starting version 0.15 needs glibc-2.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-14glib-2.0: Extend to provide nativesdk recipeKhem Raj1
qemu-nativesdk 0.15 needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-14qemu-0.15: Add recipe and forward port patches from 0.14Khem Raj17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-14autotools: fix multi-word arguments for EXTRA_OECONFChristopher Larson1
This is needed to better support things like the following (with a multi-word BUILD_CC): EXTRA_OECONF += '"ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}"' Signed-off-by: Christopher Larson <kergoth@gmail.com>
2011-10-14autoconf: no need to hardcode the full path to m4Christopher Larson1
This way autom4te uses m4 as it finds it in the PATH, rather than hardcoding any particular path. Signed-off-by: Christopher Larson <kergoth@gmail.com>
2011-10-14farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fieldsKhem Raj3
The licenses were either LGPLv2.1 or GPLv2 make the changes appropriately Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-14distro_tracking_fields: UpdatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14shadow-native: Bump PR for patch updateSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14mesa-git: fix LIC_FILES_CHKSUMMartin Jansa1
* only wording was changed a bit and GLUT is not named explicitly $ diff docs/license.html 7.11/Mesa-7.11/docs/license.html 41,44c41,44 < and licenses apply to different components. For example, some demo programs < are copyrighted by SGI, some of the Mesa device drivers are copyrighted by < their authors. See below for a list of Mesa's main components and the license < for each. --- > and licenses apply to different components. For example, GLUT is copyrighted > by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa > device drivers are copyrighted by their authors. See below for a list of > Mesa's main components and the license for each. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-git: upgrade from 7.7+git to 7.11+gitMartin Jansa4
* progs package is also gone like in 7.11 (moved to separate recipe) * uclibc.patch was updated a bit to apply again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-git: lower D_P a bit more then all mesa-driMartin Jansa2
* it needs to be done in .bb because mesa-dri.inc is included after mesa-git.inc * lower it for mesa-xlib to same value Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add ↵Martin Jansa3
mesa-xlib_git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib ↵Martin Jansa2
in separate package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-dri: move shared options to mesa-dri.incMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa-xlib: move shared options to .incMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .incMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>