summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* rxvt-unicode: Update to 9.12Saul Wold2011-10-144-4/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libgcrypt: Update to 1.5.0Saul Wold2011-10-142-6/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* augeas: Update to 0.9.0Saul Wold2011-10-142-6/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libtiff: Update to 3.9.5Saul Wold2011-10-142-13/+11
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libaio: Update to 0.3.109Saul Wold2011-10-142-51/+56
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* v86d: update to 0.1.10Saul Wold2011-10-141-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* initramfs-live-boot: make it more generic and easy to useOtavio Salvador2011-10-142-13/+22
| | | | | | | | | | | | | | | | | 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>
* image-live.bbclass: allow override of initrd imageOtavio Salvador2011-10-141-2/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libnl2: Fix a race on route/pktloc_syntax.hTom Rini2011-10-142-1/+28
| | | | | | | | 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>
* distro_tracking_fields.inc: Add maintainer for some packages without maintainerXiaofeng Yan2011-10-141-0/+15
| | | | | | | | | | | | | 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>
* bluez4: Add ending quote of FILES_${PN}-dbgNoor Ahsan2011-10-141-1/+1
| | | | | | * .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>
* qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDSKhem Raj2011-10-141-1/+1
| | | | | | QEMU starting version 0.15 needs glibc-2.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glib-2.0: Extend to provide nativesdk recipeKhem Raj2011-10-141-1/+1
| | | | | | qemu-nativesdk 0.15 needs it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qemu-0.15: Add recipe and forward port patches from 0.14Khem Raj2011-10-1417-0/+35081
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autotools: fix multi-word arguments for EXTRA_OECONFChristopher Larson2011-10-141-4/+2
| | | | | | | | | 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>
* autoconf: no need to hardcode the full path to m4Christopher Larson2011-10-141-1/+3
| | | | | | | 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>
* farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fieldsKhem Raj2011-10-142-4/+4
| | | | | | | The licenses were either LGPLv2.1 or GPLv2 make the changes appropriately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* distro_tracking_fields: UpdatesSaul Wold2011-10-141-6/+19
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* shadow-native: Bump PR for patch updateSaul Wold2011-10-141-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mesa-git: fix LIC_FILES_CHKSUMMartin Jansa2011-10-141-0/+1
| | | | | | | | | | | | | | | | | * 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>
* mesa-git: upgrade from 7.7+git to 7.11+gitMartin Jansa2011-10-144-233/+71
| | | | | | | * 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>
* mesa-git: lower D_P a bit more then all mesa-driMartin Jansa2011-10-142-0/+8
| | | | | | | | * 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>
* mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add ↵Martin Jansa2011-10-143-31/+36
| | | | | | mesa-xlib_git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib ↵Martin Jansa2011-10-142-4/+0
| | | | | | in separate package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri: move shared options to mesa-dri.incMartin Jansa2011-10-143-38/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-xlib: move shared options to .incMartin Jansa2011-10-142-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .incMartin Jansa2011-10-144-14/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend ↵Martin Jansa2011-10-143-31/+16
| | | | | | to shared .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PRMartin Jansa2011-10-144-6/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-common: add common LIC_FILES_CHKSUM for newer mesa versionsMartin Jansa2011-10-143-4/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa: move common patches which could be used in both mesa-dri and mesa-xlib ↵Martin Jansa2011-10-146-2/+3
| | | | | | from mesa-dri to mesa Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-dri-glsl-native: fix LICENSEMartin Jansa2011-10-141-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common: bump PE for upgrade path for meta-oe usersMartin Jansa2011-10-141-1/+1
| | | | | | | | | * mostly because of xf86-video-omapfb Not downgrading package xf86-video-omapfb on root from 1:0.1.1+r16+gitr28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r16 to 1:0.1.1+gitr1+28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r17.5. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: move PE to xserver-xorg-common and bump itMartin Jansa2011-10-142-2/+2
| | | | | | * to provide upgrade path for meta-oe users, where it had PE = 2 already Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: drop xorg-minimal-fonts from RDEPENDSMartin Jansa2011-10-142-1/+2
| | | | | | * as discussed here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010899.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+: upgrade to 2.24.6Martin Jansa2011-10-1411-5/+3
| | | | | | * older version doesn't build with glib-2.30.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glib: upgrade to 2.30.0Martin Jansa2011-10-147-90/+106
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cogl: Add git recipe (required by clutter)Richard Purdie2011-10-142-0/+41
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-1.6: update to 1.6.18Richard Purdie2011-10-141-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: Update git recipe to more recent versionRichard Purdie2011-10-141-3/+9
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gamin: Fix glib 2.30 deprecation issuesRichard Purdie2011-10-142-2/+62
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: Update to work with glib-2.0Richard Purdie2011-10-142-1/+410
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunique: Update to work with glib-2.0Richard Purdie2011-10-142-2/+133
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds: Update to work with glib-2.0Richard Purdie2011-10-142-1/+80
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Import python-setuptools from meta-oe (for glib-2.0)Richard Purdie2011-10-141-0/+31
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atk: Upgrade 1.32.0 -> 2.2.0Richard Purdie2011-10-143-646/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* flac: Add missing gettext dependency (requires iconv)Richard Purdie2011-10-141-1/+1
|
* autotools: Enhance gettext handling to better work with SCM versions of codeRichard Purdie2011-10-141-1/+7
| | | | | | | | | | | | | | | If we pull SCM based code using gettext, Makefile.in.in in the po directory can be missing. We therefore need to add this if its not already present. We could use gettextize if it wasn't so broken (for example requiring user input on stdin and installing way more files that we ever care about such as the m4 files). We also have a problem if a recipe sets a different AUX dir, for now fix this by allowing recipes to specify when this is being done using the AUTOTOOLS_AUXDIR variable. Ultimately we could likely figure this out automatically. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel_2.16.0: fix buildfix.patch to applyMartin Jansa2011-10-141-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel: Update 2.15.0 -> 2.16.0Richard Purdie2011-10-122-2/+26
| | | | | | Include a build fix which means otherwise this wouldn't build Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>