]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agoman: remove fakeroot from do_install()
Robert Yang [Mon, 12 Jan 2015 03:25:54 +0000 (19:25 -0800)]
man: remove fakeroot from do_install()

The fakeroot is already set in base.bbclass.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agocups: remove fakeroot from do_install()
Robert Yang [Mon, 12 Jan 2015 03:25:24 +0000 (19:25 -0800)]
cups: remove fakeroot from do_install()

The fakeroot is already set in base.bbclass.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agolibical: use BPN in SRC_URI
Robert Yang [Mon, 12 Jan 2015 03:04:28 +0000 (19:04 -0800)]
libical: use BPN in SRC_URI

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agognu-efi: upgrade to 3.0.1
Robert Yang [Thu, 8 Jan 2015 00:01:46 +0000 (16:01 -0800)]
gnu-efi: upgrade to 3.0.1

* Use the official src rather than debian.
* It doesn't have a general license file, the license is embedded in the
  files, which are "GPLv2+ | BSD-2-Clause".
* Supported aarch64 and arm.
* Remove parallel-make.patch that was accepted upstream. (From Saul)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agobluez5: upgrade to 5.27
Peter A. Bigot [Fri, 9 Jan 2015 12:51:37 +0000 (06:51 -0600)]
bluez5: upgrade to 5.27

- Bug fixes in A2DP, OBEX, GATT, and mgmt
- Low Energy Secure Connections with 3.19+ kernels

See: http://www.bluez.org/release-of-bluez-5-27/
See: http://www.bluez.org/release-of-bluez-5-26/
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibaio: Upgrade to 0.3.110
Saul Wold [Fri, 12 Dec 2014 22:26:25 +0000 (14:26 -0800)]
libaio: Upgrade to 0.3.110

Remove old patches and rebase existing ones
Add libc for x86 for stack-protector bounce function (__stack_chk_fail_local)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agosecurity_flags: disable pie support for libaio, blktrace and ltp
Saul Wold [Tue, 6 Jan 2015 22:04:01 +0000 (14:04 -0800)]
security_flags: disable pie support for libaio, blktrace and ltp

libaio when built with pie and fpie does not link correctly with blktrace or ltp
so we need to disable those flags until a better solution comes along.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agousbutils: Add version 008
Saul Wold [Thu, 13 Nov 2014 22:38:06 +0000 (14:38 -0800)]
usbutils: Add version 008

The latest version of usbutil (v008) uses the latest version of udev (v196 or greater)
which is only available as part of the systemd package.  So add systemd as a DEPENDS and
REQUIRED_DISTRO_FEATURE.

Add v008 version of iconv.patch

COPYING file is GPLv2, but has newer formatting and address change.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
10 years agosystemd: add missing RDEPENDS
Ross Burton [Mon, 12 Jan 2015 11:57:17 +0000 (11:57 +0000)]
systemd: add missing RDEPENDS

systemd-ptest also needs a Python interpretter.  Also remove the redundant
comment.

systemd-kernel-install is a bash script that can't be trivially ported to POSIX
sh.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopython-gitdb: upgrade to 0.6.1
Robert Yang [Wed, 7 Jan 2015 23:57:09 +0000 (15:57 -0800)]
python-gitdb: upgrade to 0.6.1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agopython-git: upgrade to 0.3.3
Robert Yang [Wed, 7 Jan 2015 23:52:59 +0000 (15:52 -0800)]
python-git: upgrade to 0.3.3

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agosocat: forcibly disable use of libbsd
Ross Burton [Fri, 9 Jan 2015 16:40:31 +0000 (16:40 +0000)]
socat: forcibly disable use of libbsd

Socat will look for openpty() in BSD headers before Linux headers, so if libbsd
is present at configure time then that will be used.  We don't need to depend on
libbsd though, and leaving it floating can cause build errors, so tell configure
that the libbsd header isn't present.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoBAD_RECOMMENDATIONS also works for RPM packaging.
Robert P. J. Day [Fri, 9 Jan 2015 16:08:39 +0000 (11:08 -0500)]
BAD_RECOMMENDATIONS also works for RPM packaging.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocurl: upgrade to 7.40
Maxin B. John [Fri, 9 Jan 2015 12:06:52 +0000 (13:06 +0100)]
curl: upgrade to 7.40

Bump to version 7.40

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopackage.bbclass: Fix support for private libs
Martin Jansa [Thu, 8 Jan 2015 17:11:18 +0000 (18:11 +0100)]
package.bbclass: Fix support for private libs

* n is a tuple since this commit:
  commit d3aa7668a9f001044d0a0f1ba2de425a36056102
  Author: Richard Purdie <richard.purdie@linuxfoundation.org>
  Date:   Mon Jul 7 18:41:23 2014 +0100
  Subject package.bbclass: Improve shlibs needed data structure

  since then 'n in private_libs' was always false and private libs
  were always processed
* this is bad when we have libfoo in private libs, but also some package
  providing libfoo, that way we ship own libfoo.so, but together with
  runtime dependency on package providing libfoo

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosysklogd: upgrade to 1.5.1
Chen Qi [Sun, 4 Jan 2015 08:16:54 +0000 (16:16 +0800)]
sysklogd: upgrade to 1.5.1

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10 years agocoreutils: upgrade to 8.23
Chen Qi [Sun, 4 Jan 2015 05:40:55 +0000 (13:40 +0800)]
coreutils: upgrade to 8.23

fix-for-dummy-man-usage.patch is rebased.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10 years agosysstat: upgrade to stable version 11.0.2
Chen Qi [Sun, 4 Jan 2015 03:11:22 +0000 (11:11 +0800)]
sysstat: upgrade to stable version 11.0.2

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10 years agoqt4-embedded: support c++0x stand for directfb
Hongxu Jia [Mon, 29 Dec 2014 02:25:55 +0000 (10:25 +0800)]
qt4-embedded: support c++0x stand for directfb

While directfd upgrade to 1.7.6, it always includes directfb++ utils
when C++ is used and set c++0x as c++ standard.
(In git://git.directfb.org/git/directfb/core/DirectFB.git
commit b444bcae3197be9faf883460dcc239ef757d5922, and commit
522beeb76f2a8d2dee30d928d2a5955bd06cf25c)

The directfd in qt4-embedded is c++, and there was a build failure:
...
| qdirectfbwindowsurface.cpp:336:69: error: in C++98 'rect' must be
initialized by constructor, not by '{...}'
|      const DFBRectangle rect = { r.x(), r.y(), r.width(), r.height() };
...

The g++ used c++98 as default c++ standard, we should
explicitly set c++0x for directfd in qt4-embedded.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10 years agodirectfb: upgrade to 1.7.6
Hongxu Jia [Tue, 23 Dec 2014 02:15:12 +0000 (10:15 +0800)]
directfb: upgrade to 1.7.6

- Drop fixsepbuild.patch which has been merged to 1.7.6
- Drop obsolete rename-no-instrument-function-macro.patch

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10 years agolz4: update to r127
Armin Kuster [Fri, 2 Jan 2015 04:45:28 +0000 (20:45 -0800)]
lz4: update to r127

dropped Makefile from license check.

r127
added : lz4frame_static.h

r126
New : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
Changed : lz4 is C90 compatible
Changed : added -pedantic option, fixed a few minor warnings

r125
New 32/64 bits, little/big endian and strict/efficient align detection routines
(internal)
New directory structure
Small decompression speed improvement
Fixed a bug into LZ4_compress_limitedOutput(), thanks to Christopher Speller
lz4 utility uses lz4frame library (lz4io modified)

r124
New : LZ4 HC streaming mode
Fixed : LZ4F_compressBound() using null preferencesPtr

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogrub 2.0: several fixes
Robert Yang [Sun, 4 Jan 2015 02:38:19 +0000 (18:38 -0800)]
grub 2.0: several fixes

* Make grub, grub-efi grub_git use a grub2.inc to reduce the duplicated code.

* Make grub and grub-efi use the same patches since they use the same
  source. (grub_git is different).

* grub-efi:
  - Use autotools to replace autotools-brokensep
  - Remove the DEPENDS of freetype, it should be a RDEPENDS.
  - Remove grub-2.00-ignore-gnulib-gets-stupidity.patch since it is a
    duplication of remove-gets.patch.
  - Make grub-efi.rpm contain files rather than make an empty package.

* grub_git:
  - Fix a SSE build failure.

[YOCTO #6310]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agopax-utils: RDEPENDS on python
Robert Yang [Tue, 6 Jan 2015 23:00:56 +0000 (15:00 -0800)]
pax-utils: RDEPENDS on python

python script:
pax-utils/usr/bin/lddtree

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoparted: parted-ptest RDEPENDS on python
Robert Yang [Tue, 6 Jan 2015 02:56:10 +0000 (18:56 -0800)]
parted: parted-ptest RDEPENDS on python

python scripts:
parted-ptest/usr/lib64/parted/ptest/tests/gpt-header-move
parted-ptest/usr/lib64/parted/ptest/tests/msdos-overlap

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agooprofile: disable documentation
Ross Burton [Thu, 8 Jan 2015 15:37:39 +0000 (15:37 +0000)]
oprofile: disable documentation

Seed the xsltproc detection with "not found" to avoid determinism races with the
documentation which doesn't build correctly with our xsltproc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoicecc.bbclass: properly handle disabling of icecc
Dmitry Eremin-Solenikov [Thu, 15 Jan 2015 10:11:51 +0000 (13:11 +0300)]
icecc.bbclass: properly handle disabling of icecc

Always use use_icc to check if IceCC should be enabled. Move
ICECC_DISABLED variable checking to use_icc function. Also while we are
at it, fix condition in icc_is_allarch function.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocross-canadian/meta-environment: Allow modification of TARGET_OS to be optional
Richard Purdie [Thu, 15 Jan 2015 10:03:50 +0000 (10:03 +0000)]
cross-canadian/meta-environment: Allow modification of TARGET_OS to be optional

There are some cases we want the manipulation cross-canadian performance
on TARGET_OS, there are also cases like meta-environment where we do not
want this manipulation.

We did try and use immediate expansion to avoid this problem and it
works in the non multilib case. If we have a multilib that used an
extension, like for example:

require conf/multilib.conf
MULTILIBS = "multilib:lib32 multilib:lib64"
DEFAULTTUNE = "mips32r2"
DEFAULTTUNE_virtclass-multilib-lib32 = "mips64-n32"
DEFAULTTUNE_virtclass-multilib-lib64 = "mips64"

then the n32 extension case will be misconfigured.

It turns out saving an unexpanded variable is hard. The best I could
come up with was:

SAVEDTOS := "${@d.getVar('TARGET_OS', False).replace("{", "*")}"

and then

localdata.setVar("TARGET_OS", d.getVar("SAVEDOS", False).replace('*','{'))

which is rather evil, I'd challenge someone to come up with a nicer way
of making it work though!

Rather than the above madness, we modify cross-canadian to make the
problamtic code conditional.

This fixes the original issue (where a linux-gnuspe target was seeing
'linux') of
http://cgit.openembedded.org/openembedded-core/commit/?id=0038634ee6e2b6035c023a2702547f20f67c103a
but also fixes the multilib one.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoopenssh: deliver ssh-copy-id
Kai Kang [Thu, 15 Jan 2015 08:38:36 +0000 (16:38 +0800)]
openssh: deliver ssh-copy-id

Deliver script ssh-copy-id from openssh which is useful to add an
authorized ssh key.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel-yocto: remove GUILT_BASE from terminal exports
Bruce Ashfield [Thu, 15 Jan 2015 11:54:20 +0000 (11:54 +0000)]
kernel-yocto: remove GUILT_BASE from terminal exports

guilt is no longer used to manage linux-yocto kernel pathes, so
we no longer need to export variables that it needed to locate
patches in the tree.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel.bbclass: Update cleandirs to remove new kernel staging dirs
Darren Hart [Thu, 15 Jan 2015 11:54:19 +0000 (11:54 +0000)]
kernel.bbclass: Update cleandirs to remove new kernel staging dirs

Fixes [YOCTO 6818]

Update do_unpack[cleandirs] to include the STAGING_KERNEL_BUILDDIR, and
add the same set of updated cleandirs for do_clean.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel-devsrc: Depend on virtual/kernel:do_compile
Darren Hart [Thu, 15 Jan 2015 11:54:18 +0000 (11:54 +0000)]
kernel-devsrc: Depend on virtual/kernel:do_compile

Since virtual/kernel do_compile modifies ${B}, we need to wait for
do_compile to copy everything across in order to ensure a deterministic
file set.

Currently, we race against the build and can see .debug directories, and
the do_compile dependency we will always see them. Add .debug to the
find path pruning.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoperf: Disable perf-libunwind
Tom Zanussi [Thu, 15 Jan 2015 11:54:17 +0000 (11:54 +0000)]
perf: Disable perf-libunwind

It hasn't actually been being enabled anyway: 'Disabling post unwind,
no support found.'.  For now, turn it off because of [YOCTO #7129].

Fixes [YOCTO #7129].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoperf: Add libdw unwind support to perf-libunwind feature
Tom Zanussi [Thu, 15 Jan 2015 11:54:16 +0000 (11:54 +0000)]
perf: Add libdw unwind support to perf-libunwind feature

perf can use either libdw or libunwind dwarf unwinders, or neither.
The perf-libunwind feature implies that if disabled, neither should be
used, so have it disable both libdw and libunwind DWARF unwinders if
disabled.

This fixes [YOCTO #7129].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel: move source and build output to work-shared
Bruce Ashfield [Thu, 15 Jan 2015 11:54:15 +0000 (11:54 +0000)]
kernel: move source and build output to work-shared

commit 3b3f7e785e279 [kernel: Rearrange for 1.8] began the process of
moving the kernel source and build artefacts out of sstate control and
into a shared location.

This changed triggered some workflow issues, as well as bugs related
to the kernel source containing build output, and hence being dirty and
breaking kernel rebuilds.

To solve these issues, and to make it clear that the kernel is not under
sstate control, we move the source and build outputs to:

  work-shared/MACHINE/kernel-source
  work-shared/MACHINE/kernel-build-artifacts

Where kernel-build-artifacts is the kernel build output and
kernel-source is kept "pristine". The build-artifacts contain everything
that is required to build external modules against the kernel source,
and includes the defconfig, the kernel-abiversion, System.map files and
output from "make scripts".

External module builds should either pass O= on the command line, or
set KBUILD_OUTPUT to point to the build-artifacts. module-base.bbclass
takes care of setting KBUILD_OUTPUT, so most existing external module
recipes are transparently adapted to the new source/build layout.

recipes that depend on the kernel source must have a depedency on the
do_shared_workdir task:

 do_configure[depends] += "virtual/kernel:do_shared_workdir"

With this dependency added, the STAGING_KERNEL_DIR will be populated and
available to the rest of the build.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel.bbclass: When linux/version.h exists, copy it
Otavio Salvador [Thu, 15 Jan 2015 11:54:14 +0000 (11:54 +0000)]
kernel.bbclass: When linux/version.h exists, copy it

Old Linux kernel versions rely on linux/version.h for modules; this
needs to be published for external modules to use. Copy it when
available.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomodule.bbclass: Add KERNEL_SRC in EXTRA_OEMAKE
Otavio Salvador [Thu, 15 Jan 2015 11:54:13 +0000 (11:54 +0000)]
module.bbclass: Add KERNEL_SRC in EXTRA_OEMAKE

When the sstate hash changes for do_configure task, the do_configure
default implementation triggers the 'clean' to be run. For it to
succeed we need to have KERNEL_SRC defined in EXTRA_OEMAKE. Fixes
following error:

,----
| DEBUG: Executing shell function do_configure
| NOTE: make -e MAKEFLAGS= clean
| make -C  M=.../tmp/work/... clean
| make[1]: *** M=.../tmp/work/...: No such file or directory.  Stop.
| Makefile:20: recipe for target 'clean' failed
| make: *** [clean] Error 2
| ERROR: oe_runmake failed
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoguile: fixed installed-vs-shipped error
Robert Yang [Wed, 7 Jan 2015 14:55:03 +0000 (06:55 -0800)]
guile: fixed installed-vs-shipped error

Fixed:
guile-2.0.11: guile: Files/directories were installed but not shipped
  /usr/lib64/libguile-2.0*-gdb.scm [installed-vs-shipped]

This is because when there is no file in the directory:
for f in libguile-2.0*; do
    [snip]
done

The f would be libguile-2.0* itself, make sure the libs are installed
firstly will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibxml2: Backport fix for CVE introduced entity issues
Richard Purdie [Thu, 15 Jan 2015 09:37:16 +0000 (09:37 +0000)]
libxml2: Backport fix for CVE introduced entity issues

The CVE fix introduced problems with entity issues, we observed this
when building the Yocto Docs in particular. Backport the fix from
upstream so we can build our docs correctly.

[YOCTO #7134]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobind: Update libxml2 check to make it deterministic.
Noor [Wed, 7 Jan 2015 13:51:18 +0000 (18:51 +0500)]
bind: Update libxml2 check to make it deterministic.

* Firstly configure scritp was testing files from bin folder.
  In our case we don't copy bin folder to sysroot for target
  recipes. So added extra check to validate .pc file from lib
  folder via a patch to configure.in file.
* Secondly linxml2 dependency was missing. So added PACKAGECONFIG
  for libxml2.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>