]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
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>
13 years agoshared-mime-info: Upgrade recipes from 0.90 -> 0.91
Khem Raj [Wed, 5 Oct 2011 19:46:12 +0000 (12:46 -0700)]
shared-mime-info: Upgrade recipes from 0.90 -> 0.91

The parallel build problems are solved upstream therefore removed

License file has been corrected to use 'GNU Lesser GPL' instead of
'GNU library GPL' and some indentation changes

The license is LGPLv2+ therefore mark it so

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogdk-pixbuf: upgrade to 2.24.6
Martin Jansa [Fri, 30 Sep 2011 15:43:26 +0000 (17:43 +0200)]
gdk-pixbuf: upgrade to 2.24.6

* older version doesn't build with glib-2.30.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agozlib: fix inverted LFS logic
Martin Jansa [Fri, 30 Sep 2011 15:43:25 +0000 (17:43 +0200)]
zlib: fix inverted LFS logic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogstreamer: upgrade to 0.10.35
Martin Jansa [Fri, 30 Sep 2011 15:43:24 +0000 (17:43 +0200)]
gstreamer: upgrade to 0.10.35

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibglade: add gdk-pixbuf dependency
Martin Jansa [Fri, 30 Sep 2011 15:43:23 +0000 (17:43 +0200)]
libglade: add gdk-pixbuf dependency

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoUse useradd and update-rc.d classes in the OpenSSH recipe
Julian Pidancet [Fri, 7 Oct 2011 00:13:41 +0000 (01:13 +0100)]
Use useradd and update-rc.d classes in the OpenSSH recipe

The current sshd postinst and postrm scripts in the OpenSSH make the
package dependant of the adduser/addgroup scripts which may not be
available on all systems.

This patch replaces the sshd postinst and postrm scripts with proper
usage of the useradd and update-rc.d classes.

This patch had been modified from the previous proposed version to
use useradd long options for more clarity.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoFix the --root option in shadow-native programs
Julian Pidancet [Fri, 7 Oct 2011 00:13:40 +0000 (01:13 +0100)]
Fix the --root option in shadow-native programs

The add_root_cmd_options.patch that we apply to shadow-native allow the
various programs from the shadow utility package to chroot() so they can
be used to modify etc/passwd and etc/group if they are located in a
sysroot.

Some of the shadow programs (gpasswd, useradd and usermod) need to parse
the command line in two passes. But we can't use getopt_long() twice
because getopt_long() reorders the command line arguments, and
consequently corrupts the option parsing during the second pass.

This patch fixes this issue by replacing the first pass by a very simple
manual walk of the command line to handle the --root argument.

This change is a patch of another patch, I apologize if it is
difficult to read. But IMHO it wouldn't make sense to put the patch for
this issue in another separated file.

The --root options in groupadd and useradd are needed to make the
useradd class work, and this issue was preventing to use useradd and
groupadd long options while using the class.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoAllow user mode NFS server to run without rpcbind / portmap
Jason Wessel [Wed, 5 Oct 2011 15:26:30 +0000 (10:26 -0500)]
Allow user mode NFS server to run without rpcbind / portmap

and nfsroot mount without the need to talk to an RPC info
server as long as the port numbers for mountd and nfsd
are known in advance.

This patch updates the qemu startup scripts and the
user mode NFS server to have the ability to start
without the need to use rpcbind or portmap services.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agofont-alias: Convert to use allarch including a patch to disable compiler checks
Richard Purdie [Fri, 7 Oct 2011 14:13:10 +0000 (15:13 +0100)]
font-alias: Convert to use allarch including a patch to disable compiler checks

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agohicolor-icon-theme: Convert to allarch
Richard Purdie [Fri, 7 Oct 2011 14:11:57 +0000 (15:11 +0100)]
hicolor-icon-theme: Convert to allarch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc/binutils: Disable NLS/gettext dependencies
Richard Purdie [Fri, 7 Oct 2011 13:19:15 +0000 (14:19 +0100)]
gcc/binutils: Disable NLS/gettext dependencies

We force the C locale when running builds for determinstic error messages. We
therefore have no need to NLS support in binutils cross or gcc cross.

We also don't need the standard base/autotools dependencies for our
toolchain components since we don't autoreconf these.

This patch turns off nls and cleans up some of the dependencies resulting
in a slightly less convoluted set of build dependencies.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibc-package.bbclass: Use a makefile for locale gernation to increase parallelization
Richard Purdie [Fri, 7 Oct 2011 12:25:44 +0000 (13:25 +0100)]
libc-package.bbclass: Use a makefile for locale gernation to increase parallelization

We can generate the locales in parallel. The easiest way to do this is
generate a Makefile and then run this with our usual parallel make
options.

[YOCTO #1554]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconnman: Drop hal dependency and udev configure option, neither is used
Richard Purdie [Fri, 7 Oct 2011 10:17:45 +0000 (11:17 +0100)]
connman: Drop hal dependency and udev configure option, neither is used

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-core-basic: Drop hal dependency, its deprecated
Richard Purdie [Fri, 7 Oct 2011 10:16:54 +0000 (11:16 +0100)]
task-core-basic: Drop hal dependency, its deprecated

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file
Richard Purdie [Fri, 7 Oct 2011 13:03:20 +0000 (14:03 +0100)]
qt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agognutls: Disable p11-kit dependency explicitly to resolve build failures
Richard Purdie [Fri, 7 Oct 2011 13:04:18 +0000 (14:04 +0100)]
gnutls: Disable p11-kit dependency explicitly to resolve build failures

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomutter: update to 2.29.1 and fix SRC_URI
Joshua Lock [Thu, 6 Oct 2011 22:11:07 +0000 (15:11 -0700)]
mutter: update to 2.29.1 and fix SRC_URI

mutter has been hosted by the gnome community for some time now, update the
recipe to use the new SRC_URI and a more recernt version - this is the last
version to support Gtk+ 2.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopkgconfig: Fix logic that was accidently leaving legacy pkg-config functionality...
Richard Purdie [Wed, 5 Oct 2011 17:59:31 +0000 (18:59 +0100)]
pkgconfig: Fix logic that was accidently leaving legacy pkg-config functionality enabled

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoutil-linux: split fsck* into its own subpackage
Koen Kooi [Thu, 6 Oct 2011 14:59:45 +0000 (16:59 +0200)]
util-linux: split fsck* into its own subpackage

This will allow systemd to run /sbin/fsck without dragging in all of util-linux

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>