]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agolibproxy: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:44:43 +0000 (21:44 +0200)]
libproxy: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibatomics-ops: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:44:30 +0000 (21:44 +0200)]
libatomics-ops: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomdadm: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:44:11 +0000 (21:44 +0200)]
mdadm: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoman: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:44:01 +0000 (21:44 +0200)]
man: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoat: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:43:53 +0000 (21:43 +0200)]
at: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodbus-glib: fix QA Packaging issues
Saul Wold [Wed, 26 Oct 2011 19:43:17 +0000 (21:43 +0200)]
dbus-glib: fix QA Packaging issues

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agowget: Add recipe from OE
Saul Wold [Thu, 20 Oct 2011 02:53:35 +0000 (19:53 -0700)]
wget: Add recipe from OE

Needed to support building oe-core with oe-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoAdd new strace-graph package to avoid making perl a dependecy for all of strace
Matthew McClintock [Mon, 31 Oct 2011 16:26:43 +0000 (11:26 -0500)]
Add new strace-graph package to avoid making perl a dependecy for all of strace

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython-dir: change PYTHON_BASEVERSION to 2.7
Martin Jansa [Mon, 31 Oct 2011 16:45:52 +0000 (17:45 +0100)]
python-dir: change PYTHON_BASEVERSION to 2.7

* it's also defined here conf/distro/include/default-versions.inc, so maybe it could be dropped
* and similar variable is
  recipes-devtools/python/python.inc:PYTHON_MAJMIN = "2.7"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agorecipes: bump PR after python upgrade
Martin Jansa [Mon, 31 Oct 2011 12:51:51 +0000 (13:51 +0100)]
recipes: bump PR after python upgrade

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agopython-2.7.2: fix build issues when additional modules are linked against host or...
Martin Jansa [Sat, 29 Oct 2011 20:10:08 +0000 (22:10 +0200)]
python-2.7.2: fix build issues when additional modules are linked against host or native libpython instead of target

* -L. is needed to find right libpython
* -L${STAGING_LIBDIR} is needed ie for python-zlib to find right zlib

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoupdate python 2.7 manifest
Nitin A Kamble [Fri, 14 Oct 2011 07:06:15 +0000 (07:06 +0000)]
update python 2.7 manifest

script: add needed files into the python-core package

regenerate python-2.7-manifest.inc file with newer script

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agopython: update generate-manifest for 2.7 version and regenerate it
Martin Jansa [Fri, 14 Oct 2011 07:06:14 +0000 (07:06 +0000)]
python: update generate-manifest for 2.7 version and regenerate it

* it needs to be regenerated to actually package something

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agopython, python-native: upgrade from 2.6.6 to 2.7.2
Nitin A Kamble [Fri, 14 Oct 2011 07:06:13 +0000 (07:06 +0000)]
python, python-native: upgrade from 2.6.6 to 2.7.2

Rebased these patches to the newer code
modified:   python-native/nohostlibs.patch
modified:   python/01-use-proper-tools-for-cross-build.patch
modified:   python/06-avoid_usr_lib_termcap_path_in_linking.patch
modified:   python/06-ctypes-libffi-fix-configure.patch
modified:   python/multilib.patch

Deleted these patches are the are now upstream
deleted:    python/02-remove-test-for-cross.patch
deleted:    python/security_issue_2254_fix.patch

Added this patch to python-native
new file:   python-native/multilib.patch

Updated site config file for python
modified:   ../../site/common-linux : add ac_cv_have_long_long_format for python
avoid this error in python:
Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"

Updated default python version
modified:   ../../conf/distro/include/default-versions.inc

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoclutter-gtk: add LIC_FILES_CHKSUM to include file
Joshua Lock [Fri, 28 Oct 2011 22:53:44 +0000 (15:53 -0700)]
clutter-gtk: add LIC_FILES_CHKSUM to include file

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agolibcanberra: add new package for unpackaged files
Joshua Lock [Fri, 28 Oct 2011 22:50:06 +0000 (15:50 -0700)]
libcanberra: add new package for unpackaged files

Create an extra package, libcanberra-gnome, for gdm and
gnome-settings-daemon files installed by libcanberra.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agolibxslt: Fix packaging of xsltConf.sh
Joshua Lock [Fri, 28 Oct 2011 22:48:36 +0000 (15:48 -0700)]
libxslt: Fix packaging of xsltConf.sh

xsltConf.sh is installed to libdir not bindir, fix pacakging.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agoAdd readline as dependecy for gdb-cross-canadian
Matthew McClintock [Thu, 27 Oct 2011 03:03:32 +0000 (22:03 -0500)]
Add readline as dependecy for gdb-cross-canadian

Got errors that we were unable to find -lreadline, this fixed the
issue

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoGive coreutils a chance to build the df utility
Julian Pidancet [Wed, 26 Oct 2011 21:41:23 +0000 (22:41 +0100)]
Give coreutils a chance to build the df utility

The coreutils configure script is unable determine how to get free
space from the Operating System when cross-compiling.
This changes caches the result of the "statfs2_bsize" test for the
coreutils configure script.
Both glibc and uclibc defines statfs as a two-argument function
and uses a struct statfs containing a f_bsize field. That's why
the fu_cv_sys_stat_statfs2_bsize variable has to be defined for
both libcs.

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopenssh: upgrade to 5.9p1
Scott Garman [Tue, 25 Oct 2011 02:17:27 +0000 (19:17 -0700)]
openssh: upgrade to 5.9p1

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agomtools: upgrade to 4.0.17
Scott Garman [Tue, 25 Oct 2011 01:59:32 +0000 (18:59 -0700)]
mtools: upgrade to 4.0.17

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agogrep: upgrade to 2.9
Scott Garman [Tue, 25 Oct 2011 01:44:38 +0000 (18:44 -0700)]
grep: upgrade to 2.9

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agosudo: upgrade to 1.8.3
Scott Garman [Tue, 25 Oct 2011 01:34:46 +0000 (18:34 -0700)]
sudo: upgrade to 1.8.3

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoAdd new util-linux-chkdupexe package to avoid making perl a dependecy for all of...
Matthew McClintock [Thu, 27 Oct 2011 05:14:14 +0000 (00:14 -0500)]
Add new util-linux-chkdupexe package to avoid making perl a dependecy for all of util-linux

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuil...
Martin Jansa [Tue, 25 Oct 2011 07:31:35 +0000 (09:31 +0200)]
libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade

* this isn't probably complete list.. just what failed here

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogst-plugins-good: correctly handle gconf schema
Joshua Lock [Thu, 20 Oct 2011 18:40:37 +0000 (11:40 -0700)]
gst-plugins-good: correctly handle gconf schema

Add the shipped gconf schema to the gconfelements package and inherit the gconf
class so that schema processing is handled via post* scripts.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopulseaudio: inherit perlnative
Khem Raj [Sun, 23 Oct 2011 14:31:07 +0000 (07:31 -0700)]
pulseaudio: inherit perlnative

manpage generatition uses xmltoman utility
which inturn uses xml-parser. So we add
libxml-parser-perl-native to DEPENDS and also
inherit perlnative so it does not use the one
from build host

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agooprofile: Update to 0.9.7 and convert cvs->git
Saul Wold [Thu, 20 Oct 2011 19:46:51 +0000 (12:46 -0700)]
oprofile: Update to 0.9.7 and convert cvs->git

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotexi2html: Added recipe from OE
Saul Wold [Wed, 19 Oct 2011 23:25:22 +0000 (16:25 -0700)]
texi2html: Added recipe from OE

Needed to build oe-core with oe-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodefault-providers: switch virtual/libgl from mesa-xlib to mesa-dri
Martin Jansa [Thu, 20 Oct 2011 21:49:00 +0000 (23:49 +0200)]
default-providers: switch virtual/libgl from mesa-xlib to mesa-dri

* to match default virtual/xserver

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agocoreutils: Upgrade recipe 8.12 -> 8.14
Khem Raj [Thu, 20 Oct 2011 19:24:46 +0000 (12:24 -0700)]
coreutils: Upgrade recipe 8.12 -> 8.14

Change in site files is needed since in cross
build envrionment the test to check for
gl_cv_func_fstatat_zero_flag is a runtime test

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agogcc-4.6: Backport fix for PR32219
Khem Raj [Thu, 20 Oct 2011 19:18:14 +0000 (12:18 -0700)]
gcc-4.6: Backport fix for PR32219

This fix is needed for gold to work. Otherwise
connman fails to build since it used hidden weak
symbols.

See

http://gcc.gnu.org/bugzilla/PR32219
http://www.cygwin.com/ml/binutils/2008-02/msg00239.html

The fix proposed to gcc had reviews which were not addressed hence the
patch is not yet
applied to gcc upstream.

connman can also have workaround by changing the visibility of these
symbols to be default
 __attribute__ ((weak, visibility("hidden")))

to

 __attribute__ ((weak, visibility("default")))

in include/plugin.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoxserver-xorg: Add mesa-dri to depends instead of virtual/libgl
Khem Raj [Thu, 20 Oct 2011 04:10:00 +0000 (21:10 -0700)]
xserver-xorg: Add mesa-dri to depends instead of virtual/libgl

Fixes the compile problems e.g.

| checking for GL... yes
| checking for DRIPROTO... yes
| checking for DRI... no
| configure: error: Package requirements (glproto >= 1.4.14 dri >=
7.8.0) were not met:
|
| No package 'dri' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agosubversion-1.6.15: add native support too
Martin Jansa [Fri, 21 Oct 2011 13:10:58 +0000 (15:10 +0200)]
subversion-1.6.15: add native support too

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoapr-util: add native support
Martin Jansa [Fri, 21 Oct 2011 07:57:41 +0000 (09:57 +0200)]
apr-util: add native support

* needed for native subversion
* do_configure_append_virtclass-native is needed, because apr_builddir points to
  /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/build-1
  and we're not installing libtool from apr there

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoneon: add native support
Martin Jansa [Fri, 21 Oct 2011 07:58:27 +0000 (09:58 +0200)]
neon: add native support

* needed for native subversion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoapr: add native support
Martin Jansa [Fri, 21 Oct 2011 07:58:08 +0000 (09:58 +0200)]
apr: add native support

* needed for native subversion

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agosquashfs-tools: add recipe
Cliff Brake [Fri, 21 Oct 2011 16:39:47 +0000 (12:39 -0400)]
squashfs-tools: add recipe

added xz compression option, general cleanup

13 years agodbus: use useradd class to allow use in read-only filesystems
Otavio Salvador [Fri, 21 Oct 2011 02:49:51 +0000 (02:49 +0000)]
dbus: use useradd class to allow use in read-only filesystems

Move creation of required user/groups to useradd class thus allowing
use with read-only filesystems and booting the initial boot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agobase-passwd: move initial criation of group and passwd to preinst
Otavio Salvador [Thu, 20 Oct 2011 21:20:43 +0000 (21:20 +0000)]
base-passwd: move initial criation of group and passwd to preinst

To allow use and manipulation of users and groups at rootfs building
time, the '/etc/passwd' and '/etc/group' needs to be available as soon
as possible.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agouseradd.bbclass: check if a group already exists manually
Otavio Salvador [Thu, 20 Oct 2011 21:18:11 +0000 (21:18 +0000)]
useradd.bbclass: check if a group already exists manually

The use of groupadd -f makes much more difficult to figure when a
group is not add. This was the case of the class not working for our
usage and this being caused by the lack of '/etc/group' file but
unnoticed as groupadd wasn't failing according.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agobootimg.bbclass: add support to disable HDD image building
Otavio Salvador [Wed, 19 Oct 2011 18:36:49 +0000 (18:36 +0000)]
bootimg.bbclass: add support to disable HDD image building

If an image sets NOHDD = "1" the HDD image won't be build.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoperl: upgrade from 5.12.3 to 5.14.2
Nitin A Kamble [Wed, 19 Oct 2011 21:53:17 +0000 (14:53 -0700)]
perl: upgrade from 5.12.3 to 5.14.2

parallel build fix patches are not needed as they are upstream now.
Got a new set of debian patch set for 5.14.2

perl-rpdepends: fix the autogenerated rdepends mistakes
   take out some mdoules which are not going to be built.

[Saul Wold: Remove debug]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogcc-configure-sdk: Point sysroot to correct location
Khem Raj [Fri, 21 Oct 2011 05:28:42 +0000 (22:28 -0700)]
gcc-configure-sdk: Point sysroot to correct location

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agobinutils-cross-canadian: Point sysroot to correct location
Khem Raj [Fri, 21 Oct 2011 05:02:40 +0000 (22:02 -0700)]
binutils-cross-canadian: Point sysroot to correct location

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agotcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian
Khem Raj [Fri, 21 Oct 2011 05:02:39 +0000 (22:02 -0700)]
tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadian

PN for binutils-cross-canadian is
binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}
so thats what we should use for PREFERRED_VERSION

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agotcl: upgrade from 8.5.9 to 8.5.10
Nitin A Kamble [Thu, 20 Oct 2011 16:00:07 +0000 (09:00 -0700)]
tcl: upgrade from 8.5.9 to 8.5.10

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodistro-tracking-fields: update fields for tzdata and gst-plugins-good
Joshua Lock [Wed, 19 Oct 2011 23:58:31 +0000 (16:58 -0700)]
distro-tracking-fields: update fields for tzdata and gst-plugins-good

These recipes were each updated and so should their tracking data be.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agotzcode-native: update SRC_URI to new IANA location
Joshua Lock [Wed, 19 Oct 2011 17:53:18 +0000 (10:53 -0700)]
tzcode-native: update SRC_URI to new IANA location

The TZ database has moved, it's now hosted by IANA.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agotzdata: updated SRC_URI and update to 2011k
Joshua Lock [Tue, 18 Oct 2011 18:19:53 +0000 (11:19 -0700)]
tzdata: updated SRC_URI and update to 2011k

tzdata is now hosted by IANA at http://www.iana.org/time-zones

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agogst-plugins-good: update to 0.10.30
Joshua Lock [Tue, 18 Oct 2011 18:17:32 +0000 (11:17 -0700)]
gst-plugins-good: update to 0.10.30

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agomodule.bbclass: add lock to prevent error bulding ext modules
Anders Darander [Wed, 19 Oct 2011 11:15:19 +0000 (13:15 +0200)]
module.bbclass: add lock to prevent error bulding ext modules

When external modules are built, files in $STAGING_KERNEL_DIR/scripts/basic will/can get
rebuilt.
This raises a potential race condition. Prevent this by adding a lock around the
do_make_scripts() function. Further, make sure that the kernel has been installed
to the sysroot, prior to executing this new task.

Signed-off-by: Anders Darander <anders@chargestorm.se>
13 years agochkconfig: Update to 1.3.55
Wenzong Fan [Wed, 19 Oct 2011 08:15:23 +0000 (16:15 +0800)]
chkconfig: Update to 1.3.55

Update chkconfig to 1.3.55 from 1.3.52.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
13 years agoccache: update to 3.1.6
Wenzong Fan [Wed, 19 Oct 2011 08:10:13 +0000 (16:10 +0800)]
ccache: update to 3.1.6

Update ccache to 3.1.6 from 3.1.5.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
13 years agodistro_tracking_fields: update packages tracking fields
Kang Kai [Wed, 19 Oct 2011 03:34:13 +0000 (11:34 +0800)]
distro_tracking_fields: update packages tracking fields

Update packages tracking fields including ghostscript, libsdl,
libxml-sax-perl and liburi-perl.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agolibsdl: update to 1.2.14
Kang Kai [Wed, 19 Oct 2011 02:32:32 +0000 (10:32 +0800)]
libsdl: update to 1.2.14

Update libsdl to 1.2.14
* update configure_tweak.patch
* update bb file, including add configure option --disable-video-ps3,
  drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agoliburi-perl: update to 1.59
Kang Kai [Tue, 18 Oct 2011 08:42:32 +0000 (16:42 +0800)]
liburi-perl: update to 1.59

Update liburi-perl to 1.59

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agolibxml-sax-perl: update to 0.99
Kang Kai [Tue, 18 Oct 2011 08:39:51 +0000 (16:39 +0800)]
libxml-sax-perl: update to 0.99

Update libxml-sax-perl to 0.99

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agoghostscript: update to 9.04
Kang Kai [Tue, 18 Oct 2011 08:04:24 +0000 (16:04 +0800)]
ghostscript: update to 9.04

Remove the old version and update ghostscript to 9.04.

* update ghostscript-9.02-prevent_recompiling.patch
* because soobj is not used any more, remove soobj related work
* gs provides a configure option --with-install-cups to install cups related
  files but disabled by default, so need update post install scripts

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agodistro-tracking: update data for some toolchain recipes
Nitin A Kamble [Tue, 18 Oct 2011 19:16:58 +0000 (12:16 -0700)]
distro-tracking: update data for some toolchain recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agolibxml-parser-perl: upgrade from 2.40 to 2.41
Nitin A Kamble [Wed, 19 Oct 2011 00:07:54 +0000 (17:07 -0700)]
libxml-parser-perl: upgrade from 2.40 to 2.41

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopython-dbus: upgrade from 0.83.2 to 0.84.0
Nitin A Kamble [Wed, 28 Sep 2011 20:52:40 +0000 (13:52 -0700)]
python-dbus: upgrade from 0.83.2 to 0.84.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopython-scons: upgrade from 2.0.1 to 2.1.0
Nitin A Kamble [Tue, 18 Oct 2011 18:07:21 +0000 (11:07 -0700)]
python-scons: upgrade from 2.0.1 to 2.1.0

the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agox86 tune files: set baselib for x32 tune as libx32
Nitin A Kamble [Wed, 12 Oct 2011 18:30:03 +0000 (11:30 -0700)]
x86 tune files: set baselib for x32 tune as libx32

This ensures that on a multilib system the two executable formats
don't conflict.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoinsane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM
Darren Hart [Tue, 18 Oct 2011 19:00:56 +0000 (12:00 -0700)]
insane.bbclass: print full path on invalid LICENSE_FILES_CHKSUM

Currently only the basename is printed when os.path.isfile() returns a failure
for the license file. If the file is present, but in the wrong directory, this
can be non-obvious to debug. Use the full path instead.

Make a minor grammatical correction in the error message while we're at it.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
13 years agoghostscript: renamed x86_64 to x86-64 for patch to work
Saul Wold [Wed, 19 Oct 2011 02:33:02 +0000 (19:33 -0700)]
ghostscript: renamed x86_64 to x86-64 for patch to work

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agosrc_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten
Otavio Salvador [Mon, 17 Oct 2011 13:04:43 +0000 (13:04 +0000)]
src_distribute.bbclass, src_distribute_local.bbclass: mostly rewritten

The code used to reference unavailable variables and mistakenly define
the tasks so fully demonstrating this have not been in use for a
while.

During the code rewrite, it was extended to copy also the patches into
the source distribution directory but using the PF as prefix to avoid
name colision among other recipes.

As 'distsrcall' task was not properly defined and noone noticed it,
until now, it got renamed to 'distribute_sources_all' as it is a
better and more meanful name for the task.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoghostscript: Disable parallel make due to install issues
Saul Wold [Tue, 18 Oct 2011 16:44:27 +0000 (09:44 -0700)]
ghostscript: Disable parallel make due to install issues

ghostscript uses a script called instcopy to install files first
to temp dir and then rm's and copies dirs|files to the final destination.
When parallel make happens multiple threads of this runs and tries to
remove existing directories with contents, not a good thing, therefore
disable parallel make for install.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogcc-4.6: Backport PR46934 fix
Khem Raj [Tue, 18 Oct 2011 01:00:29 +0000 (18:00 -0700)]
gcc-4.6: Backport PR46934 fix

We have been hitting this issue on ARM/thumb and
have a workaround in place to compile samba
http://git.openembedded.org/openembedded/commit/recipes/samba/samba_3.2.15.bb?id=4ba7aa07c0dcd28f94515ff9927e2a04403fcf15
This backport should fix the gcc bug

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agogcc-4.6: Upgrade SRCREV to latest FSF 4.6 branch
Khem Raj [Tue, 18 Oct 2011 00:10:14 +0000 (17:10 -0700)]
gcc-4.6: Upgrade SRCREV to latest FSF 4.6 branch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agobluez4: Add glib-2.0 to DEPENDS
Khem Raj [Mon, 17 Oct 2011 23:51:00 +0000 (16:51 -0700)]
bluez4: Add glib-2.0 to DEPENDS

Fixes

| attrib/utils.c:25:18: fatal error: glib.h: No such file or directory
| compilation terminated.
| make[1]: *** [attrib/utils.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| attrib/interactive.c:27:18: fatal error: glib.h: No such file or
directory
| compilation terminated.
| make[1]: *** [attrib/interactive.o] Error 1
| make: *** [all] Error 2

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agopoky: fix broken ubifs link in deploy folder
Lauri Hintsala [Tue, 18 Oct 2011 10:55:24 +0000 (13:55 +0300)]
poky: fix broken ubifs link in deploy folder

Fix broken rootfs image link when ubifs is used.

Function runimagecmd is using image name "${IMAGE_NAME}.rootfs.${type}".
Let's use the same name in IMAGE_CMD_ubifs.

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
13 years agofontconfig: fix fix-pkgconfig.patch
Martin Jansa [Mon, 17 Oct 2011 22:09:20 +0000 (00:09 +0200)]
fontconfig: fix fix-pkgconfig.patch

* missing $ is causing problems ie when building webkit-efl
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html
  for details

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogst-plugins-good: add pulseaudio to DEPENDS
Paul Eggleton [Mon, 17 Oct 2011 13:27:53 +0000 (14:27 +0100)]
gst-plugins-good: add pulseaudio to DEPENDS

This explicitly enables the pulseaudio plugin rather than it being built
if pulseaudio happens to have been built first.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogst-plugins-base: update to 0.10.35
Paul Eggleton [Mon, 17 Oct 2011 13:27:52 +0000 (14:27 +0100)]
gst-plugins-base: update to 0.10.35

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobind 9.8.1: fix build after recent update
Koen Kooi [Mon, 17 Oct 2011 15:25:34 +0000 (17:25 +0200)]
bind 9.8.1: fix build after recent update

| checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no
| checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no
| checking linking as -lgss -lkrb5... no
| configure: error: could not determine proper GSSAPI linkage
| + bbfatal 'oe_runconf failed'
| + echo 'ERROR: oe_runconf failed'

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolsb: Change link of ${baselib} to lib64 for 64bits system
Xiaofeng Yan [Mon, 17 Oct 2011 09:24:34 +0000 (17:24 +0800)]
lsb: Change link of ${baselib} to lib64 for 64bits system

Correct two faults:

1 Binaries of lsb test suite need ld-linux.so* in /lib64.
for example:
Target$ ./lsbcmdchk
-sh: ./lsbcmdchk: No such file or directory
Target$ strings lsbcmdchk | grep "ld-"
/lib64/ld-lsb-x86-64.so.3

"lsbcmdchk" from lsb test suite is a binary program.
A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run
because binaries of lsb test suite need ld-linux.so* in /lib64.
But the link is changed due to adding multilib. I changed this link again.

2 correct mandir
Waring will appear when running task task do_populate_sysroot

NOTE: package lsb-1.4-r2: task do_populate_sysroot: Succeeded
WARNING: For recipe lsb, the following files were installed but not shipped in any package:
WARNING:   /{datadir}/man/man1/lsb_release.1.gz

I changed mandir=${D}/man to mandir=${D}/${datadir}/man

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoscreen: Add patch to fix parallel make install
Saul Wold [Sat, 15 Oct 2011 23:37:44 +0000 (16:37 -0700)]
screen: Add patch to fix parallel make install

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomktemp: Add patch to fix parallel make install
Saul Wold [Sat, 15 Oct 2011 23:31:35 +0000 (16:31 -0700)]
mktemp: Add patch to fix parallel make install

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agosysprof: remove duplicated patch
Saul Wold [Sat, 15 Oct 2011 22:58:30 +0000 (15:58 -0700)]
sysprof: remove duplicated patch

Apparently this pactch was duplicated by backported
patch, and needed to be applied more broaded than to
just ppc.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoDistro Tracking: Fix dates
Saul Wold [Sat, 15 Oct 2011 16:26:02 +0000 (09:26 -0700)]
Distro Tracking: Fix dates

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibomxil: Fix QA Package Errors
Saul Wold [Sat, 15 Oct 2011 00:48:52 +0000 (17:48 -0700)]
libomxil: Fix QA Package Errors

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoglib-2.0: Add nativesdk depends for libffi
Saul Wold [Sat, 15 Oct 2011 00:47:47 +0000 (17:47 -0700)]
glib-2.0: Add nativesdk depends for libffi

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agobluez4: disable hidd, pand & dund
Paul Eggleton [Fri, 14 Oct 2011 12:46:59 +0000 (13:46 +0100)]
bluez4: disable hidd, pand & dund

These daemons have been deprecated for some time, as their functionality
is now provided within the main bluetoothd daemon.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agopulseaudio: make bluetooth support conditional upon DISTRO_FEATURES
Paul Eggleton [Fri, 14 Oct 2011 12:43:35 +0000 (13:43 +0100)]
pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES

If "bluetooth" is in DISTRO_FEATURES then enable bluetooth and depend on
bluez4, otherwise disable it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agocmake : Disable building ccmake.
Philip Balister [Fri, 14 Oct 2011 15:35:40 +0000 (11:35 -0400)]
cmake : Disable building ccmake.

ccmake fails to build due to an as-needed type error with -ltinfo. Disable
it for now since the build fails and cmake is what we need for target
sdk.

Signed-off-by: Philip Balister <philip@balister.org>
13 years agoqt4: Added support for QtMobility 1.2
Dmitry Cherukhin [Thu, 6 Oct 2011 13:56:19 +0000 (15:56 +0200)]
qt4: Added support for QtMobility 1.2

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>
13 years agodefault-provider: also define a default provider for gconf-native
Dmitry Eremin-Solenikov [Fri, 23 Sep 2011 19:46:32 +0000 (23:46 +0400)]
default-provider: also define a default provider for gconf-native

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoresolvconf: Update to 1.61
Saul Wold [Wed, 5 Oct 2011 03:57:38 +0000 (20:57 -0700)]
resolvconf: Update to 1.61

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agobind: update to 9.8.1
Saul Wold [Wed, 5 Oct 2011 03:52:23 +0000 (20:52 -0700)]
bind: update to 9.8.1

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>
13 years agomesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers
Martin Jansa [Mon, 17 Oct 2011 12:18:28 +0000 (14:18 +0200)]
mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxserver-xorg: remove glx-use-tls again
Martin Jansa [Sat, 15 Oct 2011 10:24:19 +0000 (12:24 +0200)]
xserver-xorg: remove glx-use-tls again

* 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>
13 years agomesa-dri: Enable swrast only by default and intel drivers only on IA platform
Richard Purdie [Fri, 14 Oct 2011 14:32:20 +0000 (15:32 +0100)]
mesa-dri: Enable swrast only by default and intel drivers only on IA platform

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoarch-ia32: Add a generic x86 override (instead of i{3|4|5|6}86 and so on)
Richard Purdie [Fri, 14 Oct 2011 14:31:10 +0000 (15:31 +0100)]
arch-ia32: Add a generic x86 override (instead of i{3|4|5|6}86 and so on)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in...
Richard Purdie [Fri, 14 Oct 2011 14:30:21 +0000 (15:30 +0100)]
bitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in it isuseless there (e.g. x86_64)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies
Richard Purdie [Fri, 14 Oct 2011 12:51:14 +0000 (13:51 +0100)]
bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodata.py: fixed message domain errors
Samuel Stirtzel [Tue, 13 Sep 2011 11:30:33 +0000 (13:30 +0200)]
data.py: fixed message domain errors

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>
13 years agopatch.py: fixed message domain errors
Samuel Stirtzel [Tue, 13 Sep 2011 11:30:32 +0000 (13:30 +0200)]
patch.py: fixed message domain errors

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>
13 years agonfs-utils: separate nfs-utils-client and nfs-utils-stats
Martin Jansa [Thu, 13 Oct 2011 11:44:13 +0000 (13:44 +0200)]
nfs-utils: separate nfs-utils-client and nfs-utils-stats

* 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>
13 years agodistro_tracking_fields.inc: update qt4 related entries
Otavio Salvador [Thu, 13 Oct 2011 14:41:19 +0000 (14:41 +0000)]
distro_tracking_fields.inc: update qt4 related entries

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>