]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agoqt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.
Wenzong Fan [Tue, 11 Oct 2011 08:32:23 +0000 (16:32 +0800)]
qt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.

[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>
13 years agoeglibc-2.14: add patch to fix libdl crash
Klaus Kurzmann [Wed, 12 Oct 2011 07:03:21 +0000 (09:03 +0200)]
eglibc-2.14: add patch to fix libdl crash

* 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>
13 years agopcmanfm: Upgrade to 0.9.9
Zhai Edwin [Mon, 10 Oct 2011 07:25:50 +0000 (15:25 +0800)]
pcmanfm: Upgrade to 0.9.9

Update owl-window-menu.patch.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolibfm: Upgrade to 0.1.16
Zhai Edwin [Sun, 9 Oct 2011 08:17:29 +0000 (16:17 +0800)]
libfm: Upgrade to 0.1.16

Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update
configure.ac

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolinux-yocto: config cleanup and streamlining
Bruce Ashfield [Wed, 12 Oct 2011 20:52:30 +0000 (16:52 -0400)]
linux-yocto: config cleanup and streamlining

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>
13 years agobash: update to 4.2
Saul Wold [Tue, 11 Oct 2011 18:34:27 +0000 (11:34 -0700)]
bash: update to 4.2

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agorsync: Update to 3.0.9
Saul Wold [Tue, 11 Oct 2011 18:36:48 +0000 (11:36 -0700)]
rsync: Update to 3.0.9

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agorxvt-unicode: Update to 9.12
Saul Wold [Tue, 11 Oct 2011 18:38:20 +0000 (11:38 -0700)]
rxvt-unicode: Update to 9.12

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibgcrypt: Update to 1.5.0
Saul Wold [Tue, 11 Oct 2011 18:39:13 +0000 (11:39 -0700)]
libgcrypt: Update to 1.5.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoaugeas: Update to 0.9.0
Saul Wold [Tue, 11 Oct 2011 18:37:44 +0000 (11:37 -0700)]
augeas: Update to 0.9.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibtiff: Update to 3.9.5
Saul Wold [Tue, 11 Oct 2011 18:35:58 +0000 (11:35 -0700)]
libtiff: Update to 3.9.5

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibaio: Update to 0.3.109
Saul Wold [Tue, 11 Oct 2011 18:35:02 +0000 (11:35 -0700)]
libaio: Update to 0.3.109

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agov86d: update to 0.1.10
Saul Wold [Tue, 11 Oct 2011 17:37:33 +0000 (10:37 -0700)]
v86d: update to 0.1.10

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoinitramfs-live-boot: make it more generic and easy to use
Otavio Salvador [Tue, 11 Oct 2011 19:18:50 +0000 (19:18 +0000)]
initramfs-live-boot: make it more generic and easy to use

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>
13 years agoimage-live.bbclass: allow override of initrd image
Otavio Salvador [Tue, 11 Oct 2011 19:18:49 +0000 (19:18 +0000)]
image-live.bbclass: allow override of initrd image

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolibnl2: Fix a race on route/pktloc_syntax.h
Tom Rini [Fri, 30 Sep 2011 17:21:23 +0000 (12:21 -0500)]
libnl2: Fix a race on route/pktloc_syntax.h

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>
13 years agodistro_tracking_fields.inc: Add maintainer for some packages without maintainer
Xiaofeng Yan [Tue, 11 Oct 2011 07:33:00 +0000 (15:33 +0800)]
distro_tracking_fields.inc: Add maintainer for some packages without maintainer

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>
13 years agobluez4: Add ending quote of FILES_${PN}-dbg
Noor Ahsan [Tue, 11 Oct 2011 05:51:18 +0000 (10:51 +0500)]
bluez4: Add ending quote of FILES_${PN}-dbg

* .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>
13 years agoqemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS
Khem Raj [Tue, 11 Oct 2011 05:10:53 +0000 (22:10 -0700)]
qemu.inc: Add glib-2.0-nativesdk to qemu-nativesdk DEPENDS

QEMU starting version 0.15 needs glibc-2.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoglib-2.0: Extend to provide nativesdk recipe
Khem Raj [Tue, 11 Oct 2011 05:09:36 +0000 (22:09 -0700)]
glib-2.0: Extend to provide nativesdk recipe

qemu-nativesdk 0.15 needs it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoqemu-0.15: Add recipe and forward port patches from 0.14
Khem Raj [Wed, 5 Oct 2011 19:38:27 +0000 (12:38 -0700)]
qemu-0.15: Add recipe and forward port patches from 0.14

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoautotools: fix multi-word arguments for EXTRA_OECONF
Christopher Larson [Mon, 10 Oct 2011 21:13:05 +0000 (14:13 -0700)]
autotools: fix multi-word arguments for EXTRA_OECONF

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>
13 years agoautoconf: no need to hardcode the full path to m4
Christopher Larson [Mon, 10 Oct 2011 21:13:06 +0000 (14:13 -0700)]
autoconf: no need to hardcode the full path to m4

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>
13 years agofarsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields
Khem Raj [Fri, 7 Oct 2011 17:36:57 +0000 (10:36 -0700)]
farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields

The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agodistro_tracking_fields: Updates
Saul Wold [Tue, 11 Oct 2011 18:41:03 +0000 (11:41 -0700)]
distro_tracking_fields: Updates

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoshadow-native: Bump PR for patch update
Saul Wold [Fri, 7 Oct 2011 16:03:03 +0000 (09:03 -0700)]
shadow-native: Bump PR for patch update

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomesa-git: fix LIC_FILES_CHKSUM
Martin Jansa [Thu, 13 Oct 2011 11:05:03 +0000 (13:05 +0200)]
mesa-git: fix LIC_FILES_CHKSUM

* 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>
13 years agomesa-git: upgrade from 7.7+git to 7.11+git
Martin Jansa [Thu, 13 Oct 2011 08:48:46 +0000 (10:48 +0200)]
mesa-git: upgrade from 7.7+git to 7.11+git

* 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>
13 years agomesa-git: lower D_P a bit more then all mesa-dri
Martin Jansa [Thu, 13 Oct 2011 09:04:41 +0000 (11:04 +0200)]
mesa-git: lower D_P a bit more then all mesa-dri

* 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>
13 years agomesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git
Martin Jansa [Thu, 13 Oct 2011 08:41:53 +0000 (10:41 +0200)]
mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separ...
Martin Jansa [Thu, 13 Oct 2011 08:33:57 +0000 (10:33 +0200)]
mesa-dri: LEAD_SONAME shouldn't be needed now, when we're packaging each lib in separate package

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-dri: move shared options to mesa-dri.inc
Martin Jansa [Thu, 13 Oct 2011 08:28:43 +0000 (10:28 +0200)]
mesa-dri: move shared options to mesa-dri.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-xlib: move shared options to .inc
Martin Jansa [Thu, 13 Oct 2011 08:35:32 +0000 (10:35 +0200)]
mesa-xlib: move shared options to .inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc
Martin Jansa [Thu, 13 Oct 2011 08:04:56 +0000 (10:04 +0200)]
mesa: move shared PROTO_DEPS, LIB_DEPS and DEPENDS to common .inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend to shared...
Martin Jansa [Thu, 13 Oct 2011 07:57:28 +0000 (09:57 +0200)]
mesa-7.11: move shared DEPENDS, SRC_URI, checksums and do_configure_prepend to shared .inc file

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PR
Martin Jansa [Thu, 13 Oct 2011 07:49:47 +0000 (09:49 +0200)]
mesa-common: MesaDemos is now separate recipes, bump PE, introduce INC_PR

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-common: add common LIC_FILES_CHKSUM for newer mesa versions
Martin Jansa [Thu, 13 Oct 2011 07:35:43 +0000 (09:35 +0200)]
mesa-common: add common LIC_FILES_CHKSUM for newer mesa versions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa: move common patches which could be used in both mesa-dri and mesa-xlib from...
Martin Jansa [Thu, 13 Oct 2011 07:20:43 +0000 (09:20 +0200)]
mesa: move common patches which could be used in both mesa-dri and mesa-xlib from mesa-dri to mesa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agomesa-dri-glsl-native: fix LICENSE
Martin Jansa [Thu, 8 Sep 2011 11:37:56 +0000 (13:37 +0200)]
mesa-dri-glsl-native: fix LICENSE

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxorg-driver-common: bump PE for upgrade path for meta-oe users
Martin Jansa [Thu, 13 Oct 2011 08:56:02 +0000 (10:56 +0200)]
xorg-driver-common: bump PE for upgrade path for meta-oe users

* 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>
13 years agoxserver-xorg: move PE to xserver-xorg-common and bump it
Martin Jansa [Thu, 13 Oct 2011 08:54:42 +0000 (10:54 +0200)]
xserver-xorg: move PE to xserver-xorg-common and bump it

* to provide upgrade path for meta-oe users, where it had PE = 2 already

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: drop xorg-minimal-fonts from RDEPENDS
Martin Jansa [Wed, 12 Oct 2011 07:35:57 +0000 (09:35 +0200)]
xserver-xorg: drop xorg-minimal-fonts from RDEPENDS

* as discussed here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010899.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agogtk+: upgrade to 2.24.6
Martin Jansa [Fri, 30 Sep 2011 15:33:41 +0000 (17:33 +0200)]
gtk+: upgrade to 2.24.6

* older version doesn't build with glib-2.30.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoglib: upgrade to 2.30.0
Martin Jansa [Fri, 30 Sep 2011 15:33:03 +0000 (17:33 +0200)]
glib: upgrade to 2.30.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agocogl: Add git recipe (required by clutter)
Richard Purdie [Wed, 12 Oct 2011 13:14:39 +0000 (14:14 +0100)]
cogl: Add git recipe (required by clutter)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoclutter-1.6: update to 1.6.18
Richard Purdie [Wed, 12 Oct 2011 13:15:11 +0000 (14:15 +0100)]
clutter-1.6: update to 1.6.18

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoclutter: Update git recipe to more recent version
Richard Purdie [Wed, 12 Oct 2011 13:15:33 +0000 (14:15 +0100)]
clutter: Update git recipe to more recent version

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogamin: Fix glib 2.30 deprecation issues
Richard Purdie [Wed, 12 Oct 2011 22:32:36 +0000 (23:32 +0100)]
gamin: Fix glib 2.30 deprecation issues

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopango: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:20:04 +0000 (14:20 +0100)]
pango: Update to work with glib-2.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibunique: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:21:45 +0000 (14:21 +0100)]
libunique: Update to work with glib-2.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeds: Update to work with glib-2.0
Richard Purdie [Wed, 12 Oct 2011 13:22:15 +0000 (14:22 +0100)]
eds: Update to work with glib-2.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoImport python-setuptools from meta-oe (for glib-2.0)
Richard Purdie [Wed, 12 Oct 2011 13:17:06 +0000 (14:17 +0100)]
Import python-setuptools from meta-oe (for glib-2.0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoatk: Upgrade 1.32.0 -> 2.2.0
Richard Purdie [Wed, 12 Oct 2011 13:18:10 +0000 (14:18 +0100)]
atk: Upgrade 1.32.0 -> 2.2.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoflac: Add missing gettext dependency (requires iconv)
Richard Purdie [Wed, 12 Oct 2011 13:28:17 +0000 (14:28 +0100)]
flac: Add missing gettext dependency (requires iconv)

13 years agoautotools: Enhance gettext handling to better work with SCM versions of code
Richard Purdie [Wed, 12 Oct 2011 13:24:35 +0000 (14:24 +0100)]
autotools: Enhance gettext handling to better work with SCM versions of code

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>
13 years agoxf86-video-intel_2.16.0: fix buildfix.patch to apply
Martin Jansa [Thu, 13 Oct 2011 12:53:41 +0000 (14:53 +0200)]
xf86-video-intel_2.16.0: fix buildfix.patch to apply

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxf86-video-intel: Update 2.15.0 -> 2.16.0
Richard Purdie [Wed, 12 Oct 2011 21:52:36 +0000 (22:52 +0100)]
xf86-video-intel: Update 2.15.0 -> 2.16.0

Include a build fix which means otherwise this wouldn't build

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomesa: Update 7.8.2 -> 7.11
Richard Purdie [Wed, 12 Oct 2011 21:51:33 +0000 (22:51 +0100)]
mesa: Update 7.8.2 -> 7.11

Pieces of this taken from patches from Martin Jansa <martin.jansa@gmail.com>
and likely from meta-oe.

It includes just enough changes to get the newer version to build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agohal/hal-info: This is unsed in OE-Core and deprecated, drop
Richard Purdie [Fri, 7 Oct 2011 09:53:06 +0000 (10:53 +0100)]
hal/hal-info: This is unsed in OE-Core and deprecated, drop

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqt4: Drop old version 4.7.3
Richard Purdie [Fri, 7 Oct 2011 09:53:55 +0000 (10:53 +0100)]
qt4: Drop old version 4.7.3

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agognome-vfs: This is now unused in OE-Core and deprecated, drop
Richard Purdie [Fri, 7 Oct 2011 09:52:19 +0000 (10:52 +0100)]
gnome-vfs: This is now unused in OE-Core and deprecated, drop

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc: Drop old version 4.5.1
Richard Purdie [Fri, 7 Oct 2011 09:51:46 +0000 (10:51 +0100)]
gcc: Drop old version 4.5.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoeglibc: Drop 2.12
Richard Purdie [Fri, 7 Oct 2011 09:50:44 +0000 (10:50 +0100)]
eglibc: Drop 2.12

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoshared-mime-info: Fix a parallel make race
Richard Purdie [Mon, 10 Oct 2011 20:53:09 +0000 (21:53 +0100)]
shared-mime-info: Fix a parallel make race

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoalsa-utils 0.10.24.2: fix systemd units when there's no asound.state
Koen Kooi [Sun, 9 Oct 2011 18:13:23 +0000 (20:13 +0200)]
alsa-utils 0.10.24.2: fix systemd units when there's no asound.state

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-firmware: update, merge in OE classic updates, fix packaging
Koen Kooi [Sun, 9 Oct 2011 10:06:41 +0000 (12:06 +0200)]
linux-firmware: update, merge in OE classic updates, fix packaging

Update: move to latest SRCREV, use non-kernel.org URI
Merge: wl12xx symlink + packaging, install all firmwares
Fix: * all entries in PACKAGES are in PROVIDES already
     * A package always RPROVIDES itself
     * A file can only get packaged *once* so only one rtlwifi package will get the license

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython-argparse: import from meta-oe, needed for newer glib
Martin Jansa [Fri, 7 Oct 2011 17:01:48 +0000 (19:01 +0200)]
python-argparse: import from meta-oe, needed for newer glib

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agogit: update to 1.7.7
Koen Kooi [Sat, 8 Oct 2011 00:55:02 +0000 (02:55 +0200)]
git: update to 1.7.7

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11-diet: move old patches used only by libx11-diet-1.3 to separate directory
Martin Jansa [Mon, 3 Oct 2011 07:58:05 +0000 (09:58 +0200)]
libx11-diet: move old patches used only by libx11-diet-1.3 to separate directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4
Martin Jansa [Mon, 3 Oct 2011 07:52:37 +0000 (09:52 +0200)]
libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4

* because there isn't libx11-1.3.4 recipe anymore
* remove older versions from libx11-trim directory
* notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has
  --with-xcb

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibx11: drop old 1.2.2 git version
Martin Jansa [Mon, 3 Oct 2011 07:47:46 +0000 (09:47 +0200)]
libx11: drop old 1.2.2 git version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibx11: remove older 1.3.4
Martin Jansa [Mon, 3 Oct 2011 07:42:47 +0000 (09:42 +0200)]
libx11: remove older 1.3.4

* libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibx11: add new version 1.4.4
Martin Jansa [Wed, 7 Sep 2011 21:27:26 +0000 (23:27 +0200)]
libx11: add new version 1.4.4

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agolibx11: package xcb, merge few changes from meta-oe
Martin Jansa [Mon, 3 Oct 2011 07:35:49 +0000 (09:35 +0200)]
libx11: package xcb, merge few changes from meta-oe

* move --with-keysymdef/--with-keysymdefdir setting to recipes (newer
  versions are using keysymdefdir instead keysymdef
* fix MIN_REHASH in makekeys by sed call

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxorg-driver-common.inc: bump INC_PR to rebuild drivers agains new xserver-xorg ABI
Martin Jansa [Mon, 3 Oct 2011 13:17:34 +0000 (15:17 +0200)]
xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new xserver-xorg ABI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxorg-driver-common.inc: use virtual/xserver instead of older virtual/xserver-xf86
Martin Jansa [Tue, 4 Oct 2011 10:54:23 +0000 (12:54 +0200)]
xorg-driver-common.inc: use virtual/xserver instead of older virtual/xserver-xf86

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 directory
Martin Jansa [Mon, 3 Oct 2011 11:29:24 +0000 (13:29 +0200)]
xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same directory...
Martin Jansa [Fri, 7 Oct 2011 15:07:09 +0000 (17:07 +0200)]
xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same directory from xserver-xf86-lite recipe

* FILESEXTRAPATHS needs to be in xserver-xf86-lite_1.11.1
  because in .inc we don't have ${PV} expanded yet
* crosscompile.patch macro_tweak.patch were identical
* fix_open_max_preprocessor_error.patch has only different header
  # $ diff xserver-xorg/fix_open_max_preprocessor_error.patch xserver-xorg-dri/fix_open_max_preprocessor_error.patch
  1c1
  < Upstream-Status: Pending
  ---
  > Upstream-Status: Inappropriate [embedded specific]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: drop unused files
Martin Jansa [Mon, 3 Oct 2011 12:17:36 +0000 (14:17 +0200)]
xserver-xorg: drop unused files

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: remove COMPATIBLE_HOST
Martin Jansa [Thu, 8 Sep 2011 08:29:10 +0000 (10:29 +0200)]
xserver-xorg: remove COMPATIBLE_HOST

* ie om-gta02 has mesa-dri module too
  so this should be limited in mesa-dri only

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: remove old 1.10.1 version
Martin Jansa [Fri, 30 Sep 2011 11:39:53 +0000 (13:39 +0200)]
xserver-xorg: remove old 1.10.1 version

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: add new version 1.11.1
Martin Jansa [Fri, 30 Sep 2011 11:38:22 +0000 (13:38 +0200)]
xserver-xorg: add new version 1.11.1

* move shared definitions to .inc file

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: move shared EXTRA_OECONF entries to shared .inc
Martin Jansa [Fri, 7 Oct 2011 16:43:30 +0000 (18:43 +0200)]
xserver-xorg: move shared EXTRA_OECONF entries to shared .inc

* after this xserver-xorg-lite.inc is disabling only dri/glx
  and xserver-xorg.inc is forcing dri/dri2 enabled
  the rest is defined in xserver-xorg-common.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which doesn...
Martin Jansa [Fri, 7 Oct 2011 16:38:55 +0000 (18:38 +0200)]
xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which doesn't enable it for uClibc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ${bindir...
Martin Jansa [Fri, 7 Oct 2011 16:37:49 +0000 (18:37 +0200)]
xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ${bindir} in FILES_ defined in shared .inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .inc
Martin Jansa [Fri, 7 Oct 2011 16:35:15 +0000 (18:35 +0200)]
xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: lower xserver-xf86-config and xkeyboard-config dependency to...
Martin Jansa [Fri, 7 Oct 2011 15:45:42 +0000 (17:45 +0200)]
xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config dependency to RRECOMMENDS  and add few more recipes to RRECOMMENDS

* when someone is using hal or udev explicitly, then he doesn't need xserver-xf86-config
* add xkeyboard-config to RDEPENDS_${PN}-xvfb

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from xserver-xorg.inc and...
Martin Jansa [Fri, 7 Oct 2011 15:42:13 +0000 (17:42 +0200)]
xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc

* xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS
* both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: improve packaging
Martin Jansa [Fri, 7 Oct 2011 15:33:22 +0000 (17:33 +0200)]
xserver-xorg-common: improve packaging

* add ${bindir} and protocol.txt to ${PN}
* SecurityPolicy is now in ${PN}-security-policy
* package .la files to ${PN}-dev
* README.compiled is lately in ${localstatedir}/lib/xkb so add it too to ${PN}-doc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: Split out some bigger modules and extensions from the main package
Martin Jansa [Fri, 7 Oct 2011 15:29:41 +0000 (17:29 +0200)]
xserver-xorg-common: Split out some bigger modules and extensions from the main package

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: move SRC_URI closer together
Martin Jansa [Fri, 7 Oct 2011 15:24:26 +0000 (17:24 +0200)]
xserver-xorg-common: move SRC_URI closer together

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xorg-common: fix LIC_FILES_CHKSUM
Martin Jansa [Fri, 7 Oct 2011 15:15:07 +0000 (17:15 +0200)]
xserver-xorg-common: fix LIC_FILES_CHKSUM

* old value was actually from xserver-kdrive, use the same as
  xserver-xorg-1.10.1 and newer has
  ./xserver-kdrive.inc:LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
  ./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoglx-use-tls.inc: add include file to enable glx-tls only when TARGET_OS isn't uclibc
Martin Jansa [Tue, 4 Oct 2011 12:15:28 +0000 (14:15 +0200)]
glx-use-tls.inc: add include file to enable glx-tls only when TARGET_OS isn't uclibc

* will be used in mesa-common.inc and xserver-xorg.inc
* based on mesa-tls.inc (glx-use-tls.bbclass) from
  http://git.openembedded.org/cgit.cgi/openembedded/commit/packages/mesa/mesa-tls.inc?id=b527d8f723c98c77f2f5c5358062e5348493d767

13 years agoxserver-xorg: remove old git recipe
Martin Jansa [Tue, 4 Oct 2011 12:14:51 +0000 (14:14 +0200)]
xserver-xorg: remove old git recipe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoxserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite
Martin Jansa [Fri, 7 Oct 2011 14:37:10 +0000 (16:37 +0200)]
xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

* xserver-xorg is closer to upstream naming and
  that's how it's named in OE-classic and meta-oe? It would make meta-oe
  transition easier and better to do it now then convert meta-oe to
  xserver-xf86 and then rename it back later.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoutil-linux 2.19.1: split blkid out into its own subpackage
Koen Kooi [Mon, 10 Oct 2011 10:10:54 +0000 (12:10 +0200)]
util-linux 2.19.1: split blkid out into its own subpackage

Recent udev versions require blkid from u-l, not from e2fsprogs. In general all the non fsck related binaries from e2fsprogs are deprecated.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolocal.conf.sample: Fix typos and default to no patch resolver
Richard Purdie [Tue, 11 Oct 2011 13:08:10 +0000 (14:08 +0100)]
local.conf.sample: Fix typos and default to no patch resolver

Based on a patch from Robert Yang <liezhi.yang@windriver.com>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoatk: add missing SOB line to remove.G_CONST_RETURN.patch
Martin Jansa [Fri, 30 Sep 2011 08:37:54 +0000 (10:37 +0200)]
atk: add missing SOB line to remove.G_CONST_RETURN.patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoFix sysprof for powerpc64
Matthew McClintock [Wed, 5 Oct 2011 21:26:49 +0000 (16:26 -0500)]
Fix sysprof for powerpc64

__ppc64__ is not defined on powerpc64, rather __powerpc64__ is, this
uses a patch that is already upstream to fix builds for powerpc64

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoFix mdadm for powerpc64
Matthew McClintock [Wed, 5 Oct 2011 22:13:08 +0000 (17:13 -0500)]
Fix mdadm for powerpc64

This takes an upstream fix for compiling on powerpc64

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>