]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agogit: upgrade to 2.2.1
Robert Yang [Wed, 7 Jan 2015 15:02:06 +0000 (07:02 -0800)]
git: upgrade to 2.2.1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agofile: upgrade to 5.22
Robert Yang [Wed, 7 Jan 2015 15:02:05 +0000 (07:02 -0800)]
file: upgrade to 5.22

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/parselogs: Added a check in case the folder location does not contain any log...
Lucian Musat [Wed, 7 Jan 2015 16:29:00 +0000 (18:29 +0200)]
oeqa/parselogs: Added a check in case the folder location does not contain any log files

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopcmanfm: update to 1.2.3
Max Krummenacher [Wed, 7 Jan 2015 22:29:57 +0000 (23:29 +0100)]
pcmanfm: update to 1.2.3

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomenu-cache: update to 1.0.0
Max Krummenacher [Wed, 7 Jan 2015 22:29:56 +0000 (23:29 +0100)]
menu-cache: update to 1.0.0

menu-cache depends on fmlib-extra and thus requires the split
of the libfm recipe in version 1.2.3.

This obsoletes Fix-segfault.patch.

menu-cache license has been changed by the authors from GPL to LGPL:
http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=7972913d8e47e4970b9aa70267cb87fe7eb3a8b4
http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=08fe520c52a79d425504ba631afbea5fd62cc735

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibfm: update to 1.2.3
Max Krummenacher [Wed, 7 Jan 2015 22:29:55 +0000 (23:29 +0100)]
libfm: update to 1.2.3

split out libfm-extra as a seperate recipe to break a circular dependency
with newer menu-cache recipe.

This obsoletes ignore_automake_warnings.patch.
This obsoletes fix-make-parallelism-issue.patch.
https://github.com/lxde/libfm/commit/24c8eab43cb5b79ca917d67a2c5924aca34c80c9

The library part of libfm has its license changed by the authors to LGPL:
http://git.lxde.org/gitweb/?p=lxde/libfm.git;a=commit;h=e0d250aeb40f26ceead82d4b4c7af3b58ab34930

Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobase.bbclass: Avoid explicit ${MAKE} in do_configure
Otavio Salvador [Wed, 7 Jan 2015 17:25:17 +0000 (15:25 -0200)]
base.bbclass: Avoid explicit ${MAKE} in do_configure

The do_configure may eventually call 'make clean' when the sstate
signature does not match. We should respect EXTRA_OEMAKE when doing
so, so use 'oe_runmake' for it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agorm_work: Fix RM_WORK_EXCLUDE for image/sdk recipes
Richard Purdie [Wed, 7 Jan 2015 23:45:08 +0000 (23:45 +0000)]
rm_work: Fix RM_WORK_EXCLUDE for image/sdk recipes

A previous change meant image/sdk recipes were removed unconditionally
by the class and did not respect RM_WORK_EXCLUDE. This fixes that
problem.

[YOCTO #7114]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoglib-2.0: add HOMEPAGE
Robert Yang [Wed, 7 Jan 2015 15:04:15 +0000 (07:04 -0800)]
glib-2.0: add HOMEPAGE

It doesn't have a homepage except gtk.org, use its reference manual page
as the homepage, which we can easily know whether it is a stable version
or not.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocogl: fix .pc file packaging
Ross Burton [Wed, 7 Jan 2015 12:51:57 +0000 (12:51 +0000)]
cogl: fix .pc file packaging

Some .pc files were not being correctly moved into the right sub-package, so fix
this.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocmake-native: disable check for acl.h
Chen Qi [Mon, 5 Jan 2015 03:04:07 +0000 (11:04 +0800)]
cmake-native: disable check for acl.h

We build cmake-native without acl support. However, the acl.h header
is still being checked which would sometimes cause the following error
during do_compile:

     archive_read_disk_entry_from_file.c:38:21: fatal error: sys/acl.h: No such file or directory
     |  #include <sys/acl.h>
     |                      ^
     | compilation terminated.

This happens when the sysroot parts of acl-native is removed between
do_configure and do_compile tasks of cmake-native.

To reproduce the problem manually, execute the following command:

bitbake cmake-native -c cleansstate && bitbake acl-native -c cleansstate && \
bitbake acl-native && bitbake cmake-native -c configure && \
bitbake acl-native -c cleansstate && bitbake cmake-native -c compile

This patch fixes the above problem by explicitly disable the checking for
acl.h header file.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibgpg-error: Update to 1.17
Saul Wold [Tue, 28 Oct 2014 20:24:26 +0000 (13:24 -0700)]
libgpg-error: Update to 1.17

Rebased the pkgconfig.patch

Added do_compile_prepend() copy an architecture specific header file.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoliburcu: Upgrade to 0.8.6
Saul Wold [Wed, 24 Dec 2014 00:00:09 +0000 (16:00 -0800)]
liburcu: Upgrade to 0.8.6

Move patches from files to liburcu directory

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolibksba: Upgrade to 1.3.2
Saul Wold [Tue, 23 Dec 2014 23:59:34 +0000 (15:59 -0800)]
libksba: Upgrade to 1.3.2

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolibassuan: Upgrade to 2.2.0
Saul Wold [Tue, 23 Dec 2014 23:59:18 +0000 (15:59 -0800)]
libassuan: Upgrade to 2.2.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolibffi: Upgrade to 3.2.1
Saul Wold [Tue, 23 Dec 2014 23:56:24 +0000 (15:56 -0800)]
libffi: Upgrade to 3.2.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agolsbinitscripts: Upgrade to 9.60
Saul Wold [Tue, 23 Dec 2014 23:55:36 +0000 (15:55 -0800)]
lsbinitscripts: Upgrade to 9.60

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agojson-c: Upgrade to 0.12
Saul Wold [Tue, 23 Dec 2014 23:52:11 +0000 (15:52 -0800)]
json-c: Upgrade to 0.12

Added CFLAGS to prevent compiler error of unused size variable

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agoopenssl: fix hard paths in native openssl
André Draszik [Mon, 13 Oct 2014 11:09:09 +0000 (12:09 +0100)]
openssl: fix hard paths in native openssl

This causes the package to not be relocateable from sstate

The OpenSSL binaries respect a few environment variables for determining
locations of files, so we now use these to point the binaries to the
relocated locations.

[YOCTO #6827]

Signed-off-by: André Draszik <adraszik@digisoft.tv>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agosyslinux: Update to 6.0.3
Saul Wold [Wed, 10 Dec 2014 18:26:33 +0000 (10:26 -0800)]
syslinux: Update to 6.0.3

Removed patches that are now committed upstream, rebase parallel make
patch and add a new patch to remove a script that was calling git during
the clean process.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agognupg: Upgrade to 2.1.0
Saul Wold [Mon, 10 Nov 2014 21:59:37 +0000 (13:59 -0800)]
gnupg: Upgrade to 2.1.0

Add patch to use pkg-config instead of npth-config and remove
--without-curl as it's not used anymore.

Also needed a patch to add libgpg-error to correctly build dirmngr

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agocogl: enable egl-x11 when build with x11
Robert Yang [Sat, 3 Jan 2015 06:13:58 +0000 (22:13 -0800)]
cogl: enable egl-x11 when build with x11

Fixed clutter-1.0 compile error when build with x11:
clutter-backend-eglnative.h:31:27: fatal error: cogl/cogl-egl.h: No such file or directory
 #include <cogl/cogl-egl.h>
compilation terminated.

We need enable egl-x11 when x11 as we enable egl-wayland when wayland.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agocups: check avahi before use it
Robert Yang [Sat, 3 Jan 2015 06:03:58 +0000 (22:03 -0800)]
cups: check avahi before use it

Fixed the error when --disable-avahi:
ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll'

The avahi is optional, we need check whether it is enabled before use as
other code does.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoqt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"
Mike Looijmans [Tue, 6 Jan 2015 11:46:36 +0000 (12:46 +0100)]
qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"

If you run a QT server application, and a client in a separate process, it will
spam the log with "QWSLock::down(): Invalid argument" messages because of an old
bug in the locking code. There's a patch on the net that fixes it, which I manually
adapted by removing the commented-out debug statements.

We have been using this patch for about half a year without problems, and the QT people
apparently don't care about the bug, for which this solution has been posted in 2012.
Including this into OE core will at least save other people the trouble of having to find
and apply it for themselves.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agodropbear: upgrade to 2014.66
Paul Eggleton [Fri, 2 Jan 2015 10:05:39 +0000 (10:05 +0000)]
dropbear: upgrade to 2014.66

* Upgrade to upstream 2014.66; incorporates several minor bugfix
  releases.
* LIC_FILES_CHKSUM changed because the copyright year changed; there was
  no change to the license text itself.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agoopenssh: upgrade to 6.7p1
Paul Eggleton [Fri, 26 Dec 2014 15:05:36 +0000 (15:05 +0000)]
openssh: upgrade to 6.7p1

* Drop two CVE patches already handled upstream.
* Drop nostrip.patch which no longer applies and use the existing
  --disable-strip configure option instead.
* OpenSSH 6.7+ no longer supports tcp wrappers. We could apply the
  Debian patch to add support back in, but it seems best to follow
  upstream here unless we have a good reason to do otherwise.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agolibevdev: upgrade to 1.3
Paul Eggleton [Fri, 2 Jan 2015 10:42:58 +0000 (10:42 +0000)]
libevdev: upgrade to 1.3

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agorgb: upgrade to 1.0.6.
Ross Burton [Wed, 31 Dec 2014 19:35:38 +0000 (19:35 +0000)]
rgb: upgrade to 1.0.6.

(From OE-Core rev: 75b79264cfd0ccfc67daffd6244ece8731232a8a)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxkbcomp: upgrade to 1.3.0
Ross Burton [Wed, 31 Dec 2014 15:32:01 +0000 (15:32 +0000)]
xkbcomp: upgrade to 1.3.0

(From OE-Core rev: 99df8a16cf48df5c3eb8159cb4680f81a142f814)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxinit: upgrade to 1.3.4
Ross Burton [Wed, 31 Dec 2014 15:28:32 +0000 (15:28 +0000)]
xinit: upgrade to 1.3.4

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-video-modesetting: upgrade to 0.9.0
Ross Burton [Wed, 31 Dec 2014 14:55:40 +0000 (14:55 +0000)]
xf86-video-modesetting: upgrade to 0.9.0

(From OE-Core rev: 64734c645d48e2c69c757db9a1b1d4ab88db6350)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-input-synaptics: upgrade to 1.8.1
Ross Burton [Wed, 31 Dec 2014 14:55:21 +0000 (14:55 +0000)]
xf86-input-synaptics: upgrade to 1.8.1

(From OE-Core rev: 3d3edc199e123d16fe1403766a0da09f86da53e8)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-input-evdev: upgrade to 2.9.1
Ross Burton [Wed, 31 Dec 2014 14:55:05 +0000 (14:55 +0000)]
xf86-input-evdev: upgrade to 2.9.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-video-intel: upgrade to 2.99.917
Ross Burton [Wed, 31 Dec 2014 14:54:23 +0000 (14:54 +0000)]
xf86-video-intel: upgrade to 2.99.917

Remove backported patch that is present in this release.

(From OE-Core rev: 026de2fd671f2442809cf3ce11da74f1c7c574a6)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agofreetype: upgrade to 2.5.4.
Ross Burton [Wed, 31 Dec 2014 12:53:37 +0000 (12:53 +0000)]
freetype: upgrade to 2.5.4.

(From OE-Core rev: 19256cb72fe8f645cc1f6db3b653b95071e7f4f4)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxkeyboard-config: upgrade to 2.13.
Ross Burton [Wed, 31 Dec 2014 12:47:55 +0000 (12:47 +0000)]
xkeyboard-config: upgrade to 2.13.

(From OE-Core rev: 2ae82451222467b6f31895a1fb46ffa002f2494d)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibpng12: upgrade to 1.2.52
Ross Burton [Wed, 31 Dec 2014 12:40:29 +0000 (12:40 +0000)]
libpng12: upgrade to 1.2.52

License texts contain new dates and versions, so update checksums.

(From OE-Core rev: 92fc39417ba1fcfb3b6004f0d8d657cb56fe123e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibrsvg: upgrade to 2.40.6
Ross Burton [Wed, 31 Dec 2014 12:33:13 +0000 (12:33 +0000)]
librsvg: upgrade to 2.40.6

Upstream now ships it's own vapigen.m4, so don't install our own copy.

(From OE-Core rev: 7235da88c6ed6555cfa271714331595a8c3dd2e4)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agohicolor-icon-theme: upgrade to 0.14
Ross Burton [Wed, 31 Dec 2014 12:19:23 +0000 (12:19 +0000)]
hicolor-icon-theme: upgrade to 0.14

Drop the customised index.theme as it was only required for Hildon- and
OpenMoko-specific environments.

Upstream now uses autotools, so drop custom rules and autotools-brokensep.

Drop pointless unknown SECTION and unused gnomebase class.

(From OE-Core rev: 60784d5faafe75f79fc5aaa9c7ef03b51f6efaec)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agojson-glib: upgrade to 1.0.2
Ross Burton [Wed, 31 Dec 2014 11:54:06 +0000 (11:54 +0000)]
json-glib: upgrade to 1.0.2

(From OE-Core rev: 91201b12f97294fc2b78cf65d6ba51444ba4e0c5)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogst-fluendo-mp3: upgrade to 0.10.31
Ross Burton [Wed, 31 Dec 2014 11:31:38 +0000 (11:31 +0000)]
gst-fluendo-mp3: upgrade to 0.10.31

This version supports both GStreamer 0.10 and 1.0, but for now only build 0.10
for consistency with previous recipies.

Add a missing build dependency.

(From OE-Core rev: ed1edf4917e173f5df41854cfd74559b60b9fdf3)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoinsane.bbclass: fix desktop
Robert Yang [Wed, 7 Jan 2015 14:44:01 +0000 (06:44 -0800)]
insane.bbclass: fix desktop

The desktop-file-utils-native lacks a space.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel.bbclass: fix do_unpack function when S ends with slash
Martin Jansa [Wed, 7 Jan 2015 14:06:49 +0000 (15:06 +0100)]
kernel.bbclass: fix do_unpack function when S ends with slash

* slash at the end causes os.symlink(kernsrc, s) to use s as
  directory name and fails with:

ERROR: Error executing a python function in /OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb:

The stack trace of python calls that resulted in this exception/failure was:
File: 'base_do_unpack', lineno: 26, function: <module>
     0022:        subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True)
     0023:        os.symlink(kernsrc, s)
     0024:
     0025:
 *** 0026:base_do_unpack(d)
     0027:
File: 'base_do_unpack', lineno: 23, function: base_do_unpack
     0019:        bb.utils.mkdirhier(kernsrc)
     0020:        bb.utils.remove(kernsrc, recurse=True)
     0021:        import subprocess
     0022:        subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True)
 *** 0023:        os.symlink(kernsrc, s)
     0024:
     0025:
     0026:base_do_unpack(d)
     0027:
Exception: OSError: [Errno 2] No such file or directory

ERROR: Function failed: base_do_unpack
ERROR: Logfile of failure stored in: /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/temp/log.do_unpack.17042
ERROR: Task 0 (/OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb, do_unpack) failed with exit code '1'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopulseaudio: use stricter PACKAGES_DYNAMIC
Martin Jansa [Wed, 7 Jan 2015 14:06:48 +0000 (15:06 +0100)]
pulseaudio: use stricter PACKAGES_DYNAMIC

* I don't see any usage for libpulse-* packages
* adding '-' resolves the issue when we have separate recipe for
  pulseaudio-modules-droid which isn't built to satisfy RDEPENDS
  with the same name, because generic pulseaudio recipe seems to
  RPROVIDE it through PACKAGES_DYNAMIC

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-omx: use mulitple SCMs to fetch submodules
Awais Belal [Mon, 29 Dec 2014 09:46:48 +0000 (14:46 +0500)]
gstreamer1.0-omx: use mulitple SCMs to fetch submodules

The gstreamer omx package uses a submodule 'common' which
is fetched by the configure script. This approach fails
on non-network builds as the fetcher tries to look upstream
for the submodule.
We now use multiple SCMs, one for the main omx package and
the other for the 'common' submodule so it is available in
the downloads_dir for later use.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage.bbclass: Remove 'set_image_autologin' function
Otavio Salvador [Tue, 30 Dec 2014 14:16:36 +0000 (12:16 -0200)]
image.bbclass: Remove 'set_image_autologin' function

The set_image_autologin function is GPE Login specific and the package
is not available in OE-Core so the function should be added in the
meta-gpe layer, if necessary. Drop this from the OE-Core as it is
unused.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotelepathy: remove (moved to meta-oe)
Ross Burton [Tue, 30 Dec 2014 14:13:57 +0000 (14:13 +0000)]
telepathy: remove (moved to meta-oe)

Nothing in oe-core uses Telepathy, so move these recipes to meta-oe.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-ust: Update to 2.5.2 version
Otavio Salvador [Tue, 30 Dec 2014 16:25:51 +0000 (14:25 -0200)]
lttng-ust: Update to 2.5.2 version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-tools: Update to 2.5.3 version
Otavio Salvador [Tue, 30 Dec 2014 16:25:50 +0000 (14:25 -0200)]
lttng-tools: Update to 2.5.3 version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-modules: Update to revision to 16d7431c3
Otavio Salvador [Tue, 30 Dec 2014 16:25:49 +0000 (14:25 -0200)]
lttng-modules: Update to revision to 16d7431c3

This update the source code to the 2.5.2 version and also brings two
fixes from stable-2.5 branch. The update also allowed the removal of
some already applied patches from the metadata.

Doing this update, it fixes following build error:

,----
| make[1]: Entering directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel'
|
|   ERROR: Kernel configuration is invalid.
|          include/generated/autoconf.h or include/config/auto.conf are missing.
|          Run 'make oldconfig && make prepare' on kernel src to fix it.
|
|   Building modules, stage 2.
| ./scripts/Makefile.modpost:42: include/config/auto.conf: No such file or directory
| make[2]: *** No rule to make target `include/config/auto.conf'.  Stop.
| make[1]: *** [modules] Error 2
| make[1]: Leaving directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel'
| make: *** [default] Error 2
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibinput: update to 0.7.0
Armin Kuster [Wed, 31 Dec 2014 04:12:24 +0000 (20:12 -0800)]
libinput: update to 0.7.0

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agommc-utils: update to latest git version
Armin Kuster [Wed, 31 Dec 2014 04:12:23 +0000 (20:12 -0800)]
mmc-utils: update to latest git version

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/selftest: fix test_incremental_image_generation for changes in log output
Yi Zhao [Wed, 31 Dec 2014 02:59:42 +0000 (10:59 +0800)]
oeqa/selftest: fix test_incremental_image_generation for changes in log output

test_incremental_image_generation case failed because the log output
chanaged:

FAIL: test_incremental_image_generation (oeqa.selftest.buildoptions.ImageOptionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
  "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/utils/decorators.py", line 90, in wrapped_f
    return func(*args)
  File
  "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/selftest/buildoptions.py", line 25, in test_incremental_image_generation
    self.assertEqual(0, res.status, msg="No match for openssh-sshd in log.do_rootfs")
AssertionError: 0 != 1 : No match for openssh-sshd in log.do_rootfs
----------------------------------------------------------------------

Using re search instead grep

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-rtsp-server: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:05 +0000 (18:04 +0000)]
gstreamer1.0-rtsp-server: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-libav: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:04 +0000 (18:04 +0000)]
gstreamer1.0-libav: upgrade to 1.4.5

License checksum changed as the file list in the license was revised.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-ugly: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:03 +0000 (18:04 +0000)]
gstreamer1.0-plugins-ugly: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-good: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:02 +0000 (18:04 +0000)]
gstreamer1.0-plugins-good: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-bad: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:01 +0000 (18:04 +0000)]
gstreamer1.0-plugins-bad: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-base: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:00 +0000 (18:04 +0000)]
gstreamer1.0-plugins-base: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:03:59 +0000 (18:03 +0000)]
gstreamer1.0: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc
Richard Purdie [Wed, 31 Dec 2014 08:17:26 +0000 (08:17 +0000)]
oeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: upgrade to 2.2.0
Kai Kang [Thu, 18 Dec 2014 01:36:40 +0000 (09:36 +0800)]
qemu: upgrade to 2.2.0

Upgrade qemu from version 2.1.2 to 2.2.0.

Update Qemu-Arm-versatilepb-Add-memory-size-checking.patch for new
version qemu.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-base: Taglist will not be sent to downstream if all the frame...
Zidan Wang [Tue, 30 Dec 2014 02:55:53 +0000 (10:55 +0800)]
gstreamer1.0-plugins-base: Taglist will not be sent to downstream if all the frame corrupted

Add patch to fix the issue that taglist will not be sent to downstream if the
tag is EOS.

https://bugzilla.gnome.org/show_bug.cgi?id=737246

Signed-off-by: Zidan Wang <b50113@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogstreamer1.0-plugins-good: Decrease the rank as havn't this kind of decoder for aster...
Zidan Wang [Tue, 30 Dec 2014 02:55:52 +0000 (10:55 +0800)]
gstreamer1.0-plugins-good: Decrease the rank as havn't this kind of decoder for asteriskh263

When streaming H263 stream on RTSP, asteriskh263 will be loaded, but it can't
find this kind of video decoder. So decrease the rank as havn't this kind of
decoder.

https://bugzilla.gnome.org/show_bug.cgi?id=739935

Signed-off-by: Zidan Wang <b50113@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxcb-util-keysyms: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:41 +0000 (17:33 +0000)]
xcb-util-keysyms: upgrade to 0.4.0

10 years agoxcb-util-image: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:26 +0000 (17:33 +0000)]
xcb-util-image: upgrade to 0.4.0

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxcb-util: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:10 +0000 (17:33 +0000)]
xcb-util: upgrade to 0.4.0

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxtrans: upgrade to 1.3.5
Ross Burton [Mon, 22 Dec 2014 17:32:56 +0000 (17:32 +0000)]
xtrans: upgrade to 1.3.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibxext: upgrade to 1.3.3
Ross Burton [Mon, 22 Dec 2014 17:32:41 +0000 (17:32 +0000)]
libxext: upgrade to 1.3.3

10 years agogtk+: upgrade to 2.24.25
Ross Burton [Fri, 19 Dec 2014 19:52:36 +0000 (19:52 +0000)]
gtk+: upgrade to 2.24.25

Remove patches that are no longer needed:
* GtkButton-do-no-prelight: merged upstream
* Duplicate-the-exec-string: upstream decided this behaviour is incorrect
* cellrenderer-cairo: Cairo isn't the performance bottleneck it once was, drop
* configure-nm: resolved upstrea
* configurefix.patch: not applied
* run-iconcache: not needed when building tarballs, and if gtk-update-icon-cache
  is needed at build time (e.g. user is customising default icon theme) then
  they can add a dependency on gtk-update-icon-cache-native.

Also remove mention of patches that have been commented out for a long time.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopango: upgrade to 1.36.8
Ross Burton [Mon, 22 Dec 2014 16:55:00 +0000 (16:55 +0000)]
pango: upgrade to 1.36.8

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoharfbuzz: upgrade to 0.9.37
Ross Burton [Mon, 22 Dec 2014 16:58:27 +0000 (16:58 +0000)]
harfbuzz: upgrade to 0.9.37

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocairo: upgrade to 1.12.8
Ross Burton [Mon, 22 Dec 2014 17:11:35 +0000 (17:11 +0000)]
cairo: upgrade to 1.12.8

Drop Remove-LTO-support as this patch has been merged upstream.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoat-spi2-atk: upgrade to 2.14.1.
Ross Burton [Fri, 19 Dec 2014 17:40:42 +0000 (17:40 +0000)]
at-spi2-atk: upgrade to 2.14.1.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoat-spi2-core: upgrade to 2.14.1
Ross Burton [Fri, 19 Dec 2014 17:38:47 +0000 (17:38 +0000)]
at-spi2-core: upgrade to 2.14.1

Drop core_acinclude_m4.patch, merged upstream.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoatk: upgrade to 2.14.0
Ross Burton [Fri, 19 Dec 2014 17:27:08 +0000 (17:27 +0000)]
atk: upgrade to 2.14.0

License checksums included some #includes so update the endline to match the
license statement.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoglib-2.0: Upgrade to 2.42.1
Ross Burton [Fri, 19 Dec 2014 17:21:54 +0000 (17:21 +0000)]
glib-2.0: Upgrade to 2.42.1

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosqlite3: Upgrade to 3.8.7.4
Aníbal Limón [Mon, 29 Dec 2014 17:24:11 +0000 (11:24 -0600)]
sqlite3: Upgrade to 3.8.7.4

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomc: Upgrade to 4.8.13
Aníbal Limón [Mon, 29 Dec 2014 17:24:10 +0000 (11:24 -0600)]
mc: Upgrade to 4.8.13

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolsof: Upgrade to 4.88
Aníbal Limón [Mon, 29 Dec 2014 17:24:09 +0000 (11:24 -0600)]
lsof: Upgrade to 4.88

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoacpid: Upgrade to 2.0.23
Aníbal Limón [Mon, 29 Dec 2014 17:24:08 +0000 (11:24 -0600)]
acpid: Upgrade to 2.0.23

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxrandr: Upgrade to 1.4.3
Aníbal Limón [Mon, 29 Dec 2014 17:24:07 +0000 (11:24 -0600)]
xrandr: Upgrade to 1.4.3

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: change default value of PACKAGECONFIG
Chen Qi [Mon, 29 Dec 2014 12:04:38 +0000 (20:04 +0800)]
pciutils: change default value of PACKAGECONFIG

Default PACKAGECONFIG value to "hwdb" if 'systemd' is in DISTRO_FEATURES.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobind: fix for CVE-2014-8500
Sona Sarmadi [Mon, 29 Dec 2014 09:10:33 +0000 (10:10 +0100)]
bind: fix for CVE-2014-8500

[From upstream commit: 603a0e2637b35a2da820bc807f69bcf09c682dce]

[YOCTO #7098]

External References:
===================
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8500

Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodiffutils & diffstat: fix up EXTRA_OECONF
Chen Qi [Mon, 29 Dec 2014 08:28:21 +0000 (16:28 +0800)]
diffutils & diffstat: fix up EXTRA_OECONF

The following line is meant to be in diffutils but it was added to
diffstat by accident. The commit message which introduced this line
says that it's for diffutils.

     EXTRA_OECONF += "--without-libsigsegv-prefix"

This patch fixes this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowpa-supplicant: avoid host contamination of drivers by libnl3
Justin Capella [Sun, 28 Dec 2014 23:40:23 +0000 (15:40 -0800)]
wpa-supplicant: avoid host contamination of drivers by libnl3

(See patch refrenced from OE-core rev: 1c3beda0015da9a0fec2581af7645c9ea122c7e3)

Modifies do_configure to inject DRV_CFLAGS variable into wpa_supplicant/.config which is then included during make of drivers.

Signed-off-by: Justin Capella <justincapella@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter: enable EGL backend by default
Ross Burton [Thu, 27 Jun 2013 16:40:50 +0000 (17:40 +0100)]
clutter: enable EGL backend by default

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter-1.0: add ptest
Tim Orling [Wed, 8 Oct 2014 03:00:13 +0000 (20:00 -0700)]
clutter-1.0: add ptest

Upstream has reworked installed-tests, use them for ptest.
Default output format for tests is not TAP, add patch to generate TAP output.
Run tests with gnome-desktop-testing-runner, which understands TAP output.

Tested on nuc with core-image-clutter and core-image-weston.

Reminder that for "pure" wayland (e.g. core-image-weston) you need to "export CLUTTER_BACKEND = wayland" to get past setting the DISPLAY variable expected for X11 backend.

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter-1.0: upgrade to v1.20.0
Tim Orling [Wed, 8 Oct 2014 03:00:12 +0000 (20:00 -0700)]
clutter-1.0: upgrade to v1.20.0

* The 1.19.x series were "snapshots" and not stable releases.
* This is the first stable release beyond the 1.18.x series.
* Tested on nuc with core-image-weston.

ANNOUNCEMENT:
https://mail.gnome.org/archives/clutter-list/2014-September/msg00007.html

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolocal.conf.sample: Add qemuarm64
Mark Hatle [Thu, 6 Nov 2014 15:34:27 +0000 (23:34 +0800)]
local.conf.sample: Add qemuarm64

Add an example machine configuration for qemuarm64.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobinutils: several security fixes
Armin Kuster [Fri, 26 Dec 2014 16:51:53 +0000 (08:51 -0800)]
binutils: several security fixes

CVE-2014-8484
CVE-2014-8485
CVE-2014-8501
CVE-2014-8502
CVE-2014-8503
CVE-2014-8504
CVE-2014-8737

and one supporting patch.

[Yocto # 7084]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agom4: Disable searching for libsigsegv
Holger Hans Peter Freyther [Fri, 26 Dec 2014 11:08:59 +0000 (12:08 +0100)]
m4: Disable searching for libsigsegv

When building GNU Smalltalk libsigsegv will be available and m4
will start to use it. This leads to the below warning:

WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodiffutils: Disable searching for libsigsegv
Holger Hans Peter Freyther [Fri, 26 Dec 2014 11:08:58 +0000 (12:08 +0100)]
diffutils: Disable searching for libsigsegv

After building GNU Smalltalk libsigsegv is in the sysroot
and will be picked-up by diffutils. This lead to the below
warning:

WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogrep: upgrade to 2.21
Chen Qi [Fri, 26 Dec 2014 09:35:33 +0000 (17:35 +0800)]
grep: upgrade to 2.21

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxz: upgrade to latest stable release 5.2.0
Chen Qi [Fri, 26 Dec 2014 09:35:32 +0000 (17:35 +0800)]
xz: upgrade to latest stable release 5.2.0

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: add PACKAGECONFIG for 'hwdb'
Chen Qi [Fri, 26 Dec 2014 09:35:31 +0000 (17:35 +0800)]
pciutils: add PACKAGECONFIG for 'hwdb'

Add PACKAGECONFIG for 'hwdb' to fix the following QA warning.
WARNING: QA Issue: libpci rdepends on libudev, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: pciutils rdepends on libudev, but it isn't a build dependency? [build-deps]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: upgrade to 3.3.0
Chen Qi [Fri, 26 Dec 2014 09:35:30 +0000 (17:35 +0800)]
pciutils: upgrade to 3.3.0

lib-build-fix.patch is removed as it doesn't seem useful.
do_compile_prepend is removed because it's not useful for the new version.
The following line is removed as I don't see any problem without it.
PARALLEL_MAKE = ""

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosudo: upgrade to latest state version 1.8.11p2
Chen Qi [Fri, 26 Dec 2014 09:35:29 +0000 (17:35 +0800)]
sudo: upgrade to latest state version 1.8.11p2

Files containing license information have changed position.
FILES_${PN}-dev needs to be modified to contain correct files.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotar: upgrade to 2.18
Chen Qi [Fri, 26 Dec 2014 09:35:28 +0000 (17:35 +0800)]
tar: upgrade to 2.18

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokmod: upgrade to 19
Chen Qi [Fri, 26 Dec 2014 09:35:27 +0000 (17:35 +0800)]
kmod: upgrade to 19

0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch is dropped
as it's in the new version.

Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch is modified
to match the new version.

License chesum is changed but it is confirmed that the license information
is not chagned.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>