]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
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>
10 years agoboost : Add the atomic and chrono libraries to the build.
Philip Balister [Tue, 23 Dec 2014 14:14:03 +0000 (09:14 -0500)]
boost : Add the atomic and chrono libraries to the build.

Inspection of buildhistory shows no existing libraries changed and
the atmoic and chrono libraries are packaged individually.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agorunqemu-internal: increase memory for qemuarm64
Kai Kang [Thu, 25 Dec 2014 08:19:33 +0000 (16:19 +0800)]
runqemu-internal: increase memory for qemuarm64

Increase memory to 512M for qemuarm64. The original size 126M can't make
task testimage pass, neither 256M.

[YOCTO #7102]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoelfutils: Update PREFERRED_VERSION after upgrade
Saul Wold [Tue, 23 Dec 2014 21:41:04 +0000 (13:41 -0800)]
elfutils: Update PREFERRED_VERSION after upgrade

Since we normally fix the version of elfutils in tcmode-default, this
needs to be updated after we upgrade the recipe itself.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/selftest: fix test_force_task so it doesn't taint the entire build
Paul Eggleton [Tue, 23 Dec 2014 16:01:55 +0000 (16:01 +0000)]
oeqa/selftest: fix test_force_task so it doesn't taint the entire build

Using -C sets a taint on the specified task, and m4-native is in the
dependency chain for just about everything, which means that everything
gets forced to rebuild. We don't need the influence of this test to
extend outside of the test itself, so ensure that the taint gets cleared
at the end of the test.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git
Paul Eggleton [Tue, 23 Dec 2014 15:20:24 +0000 (15:20 +0000)]
oeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git

Build some recipes so that we have the needed data in the sysroot for
recipetool to refer to when scanning for dependencies.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: improve failure messages for devtool tests
Paul Eggleton [Tue, 23 Dec 2014 15:19:03 +0000 (15:19 +0000)]
oeqa/selftest: improve failure messages for devtool tests

assertTrue prints "False is not True" if it fails, which is pretty much
useless. Use a more appropriate assertion test where practical and add a
message where it isn't.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: skip test_incremental_image_generation if not using rpm
Paul Eggleton [Tue, 23 Dec 2014 15:17:48 +0000 (15:17 +0000)]
oeqa/selftest: skip test_incremental_image_generation if not using rpm

We have just implemented incremental ipk image generation, but at the
moment this test doesn't support that, so skip it if not using rpm.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: fix test_event_handler for changes in bitbake output
Paul Eggleton [Tue, 23 Dec 2014 14:39:03 +0000 (14:39 +0000)]
oeqa/selftest: fix test_event_handler for changes in bitbake output

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/utils: fix testcase decorator to allow calling tests individually
Paul Eggleton [Tue, 23 Dec 2014 14:47:45 +0000 (14:47 +0000)]
oeqa/utils: fix testcase decorator to allow calling tests individually

Without this, running tests individually failed with a traceback:

$ oe-selftest --run-test
buildoptions.ImageOptionsTests.test_incremental_image_generation
2014-12-23 14:40:37,636 - selftest - INFO - Checking that everything is in order before running the tests
2014-12-23 14:40:38,408 - selftest - INFO - Running bitbake -p
2014-12-23 14:40:40,235 - selftest - INFO - Loading tests from:
oeqa.selftest.buildoptions.ImageOptionsTests.test_incremental_image_generation
Traceback (most recent call last):
  File "/home/user/poky/scripts/oe-selftest", line 179, in <module>
    ret = main()
  File "/home/user/poky/scripts/oe-selftest", line 164, in main
    suite.addTests(loader.loadTestsFromName(test))
  File "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "/home/user/poky/meta/lib/oeqa/selftest/buildoptions.py", line 12, in <module>
    class ImageOptionsTests(oeSelfTest):
  File "/home/user/poky/meta/lib/oeqa/selftest/buildoptions.py", line 14, in ImageOptionsTests
    @testcase(761)
NameError: global name 'func' is not defined

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/utils: replace some tabs with spaces
Paul Eggleton [Tue, 23 Dec 2014 14:34:29 +0000 (14:34 +0000)]
oeqa/utils: replace some tabs with spaces

Python code should use spaces only for indentation.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agodpkg: Upgrade to 1.17.21
Aníbal Limón [Mon, 24 Nov 2014 21:16:31 +0000 (15:16 -0600)]
dpkg: Upgrade to 1.17.21

Remove dpkg-1.17.4-CVE-2014-0471, dpkg-1.17.4-CVE-2014-0471-CVE-2014-3127 and
ignore_extra_fields patches that are already in upstream.

Rebase no-vla-warning patch.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopythonnative: set PYTHON_EXECUTABLE so that cmake can find it
Andreas Müller [Wed, 3 Dec 2014 12:40:54 +0000 (13:40 +0100)]
pythonnative: set PYTHON_EXECUTABLE so that cmake can find it

| CMake Error at /home/a.mueller/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
|   Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)

[RP: Added comment that is used by cmake]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowic: account for mmcblk device partition naming
Maciej Borzecki [Mon, 22 Dec 2014 14:28:02 +0000 (15:28 +0100)]
wic: account for mmcblk device partition naming

MMC block device partitions are named differently than other block
devices and use the scheme: mmcblk<devnum>p<partnum>, ex: mmcblk0p1,
mmcblk0p2. The current code generates incorrect parition names missing
'p' infix for fstab entries. The patch resolves this problem.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>