]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agooeqa/smart: Added some new test cases
Lucian Musat [Tue, 27 Jan 2015 16:08:08 +0000 (18:08 +0200)]
oeqa/smart: Added some new test cases

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobuild-compare: Add the build-compare_git.bb recipe.
Randy Witt [Thu, 12 Feb 2015 00:24:12 +0000 (16:24 -0800)]
build-compare: Add the build-compare_git.bb recipe.

The description for build-compare describes it as "This package contains
scripts to find out if the build result differs to a former build." More
specifically this contains a script that will display differences between
"packages." It works with rpms, tarballs and other various types of
packages.

The idea is that it will eventually be used in Yocto to check for differences
between sstate so that we can check for build reproducibility. It will
also be used once an updateable sdk is in place, so that packages that
have different hashes but are not different in contents, don't get updated.
It could also be used in the same manner when updating packages from a
package feed.

[Yocto #6992]

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocoreutils 6.9: fix unknown-configure-option
Robert Yang [Fri, 13 Feb 2015 03:02:55 +0000 (19:02 -0800)]
coreutils 6.9: fix unknown-configure-option

Fixed:
WARNING: QA Issue: coreutils: configure was passed unrecognised options: --disable-acl [unknown-configure-option]

It doesn't support --enable-acl or --disable-acl, use
ac_cv_header_acl_libacl_h to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibnewt-python: remove make var LIBNEWTSH
Kai Kang [Thu, 12 Feb 2015 08:26:07 +0000 (16:26 +0800)]
libnewt-python: remove make var LIBNEWTSH

Var LIBNEWTSH which points to libnewt.so in STAGING_LIBDIR is passed to
make. But during do_compile, LIBNEWTSH is rebuilt. Check the log that
gcc populates file into STAGING_LIBDIR directly:

i586-poky-linux-gcc  -m32 -march=i586
--sysroot=/poky/builds/build/tmp/sysroots/qemux86 -shared -o
/poky/builds/build/tmp/sysroots/qemux86/usr/lib/libnewt.so.0.52.18
...

It is not a proper operation export file into STAGING_LIBDIR during
compile. So remove the var LIBNEWTSH.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoicu: remove obsolete aclocal.m4 workaround (fixed upstream since v52.1)
Andre McCurdy [Thu, 12 Feb 2015 21:05:14 +0000 (13:05 -0800)]
icu: remove obsolete aclocal.m4 workaround (fixed upstream since v52.1)

Patch also includes some minor formatting cleanup of icu.inc.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibaio: Backport generic arch detection patch
Nathan Rossi [Fri, 13 Feb 2015 07:41:34 +0000 (17:41 +1000)]
libaio: Backport generic arch detection patch

* Backport the patch which adds generic architecture detection
* Remove the no longer required patch to fix padding for mips64

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agometa: enable parallel build for several recipes
Robert Yang [Fri, 13 Feb 2015 01:39:34 +0000 (17:39 -0800)]
meta: enable parallel build for several recipes

I used a for loop to build these packages more than 520 times, these
recipes never failed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agovala.bbclass: enable PARALLEL_MAKE
Robert Yang [Fri, 13 Feb 2015 01:27:26 +0000 (17:27 -0800)]
vala.bbclass: enable PARALLEL_MAKE

The midori is built well now.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agopcmciautils: fix and enable parallel build
Robert Yang [Thu, 5 Feb 2015 09:48:41 +0000 (01:48 -0800)]
pcmciautils: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoghostscript: fix and enable parallel build
Robert Yang [Fri, 30 Jan 2015 01:33:35 +0000 (17:33 -0800)]
ghostscript: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoblktrace: fix and enable parallel build
Robert Yang [Fri, 30 Jan 2015 01:33:35 +0000 (17:33 -0800)]
blktrace: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoopenssl: fix and enable parallel build
Robert Yang [Fri, 30 Jan 2015 01:33:35 +0000 (17:33 -0800)]
openssl: fix and enable parallel build

Fixed:
Cannot create directory image/usr: File exists
make: *** [install_sw] Error 17

Create /usr to avoid race issues.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agopth: fix and enable parallel build
Robert Yang [Fri, 30 Jan 2015 01:33:35 +0000 (17:33 -0800)]
pth: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agomtools: fix and enable parallel build
Robert Yang [Fri, 30 Jan 2015 01:33:35 +0000 (17:33 -0800)]
mtools: fix and enable parallel build

Fixed do_install error:
mkdir: cannot create directory `/path/to/image/usr': File exists
mkdir: cannot create directory `/path/to/image/usr/share': File exists

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoat: fix and enable parallel build
Robert Yang [Wed, 28 Jan 2015 10:00:57 +0000 (02:00 -0800)]
at: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agotcp-wrappers: fix and enable parallel build
Robert Yang [Wed, 28 Jan 2015 10:00:57 +0000 (02:00 -0800)]
tcp-wrappers: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agobind: fix and enable parallel build
Robert Yang [Wed, 28 Jan 2015 10:00:57 +0000 (02:00 -0800)]
bind: fix and enable parallel build

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoopenssl: Add mapping for microblaze architecture
Nathan Rossi [Thu, 12 Feb 2015 01:37:01 +0000 (11:37 +1000)]
openssl: Add mapping for microblaze architecture

Map the microblaze architecture to the linux-generic32 target.

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobtrfs-tools: remove nodocs.patch
Robert Yang [Thu, 12 Feb 2015 06:13:53 +0000 (22:13 -0800)]
btrfs-tools: remove nodocs.patch

It isn't used anymore, the docs is disabled by DISABLE_DOCUMENTATION=1.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoneard: do not ship version.h
Robert Yang [Thu, 12 Feb 2015 08:42:46 +0000 (00:42 -0800)]
neard: do not ship version.h

The HEADERS' name has been changed to pkginclude_HEADERS, so use
nodist_pkginclude_HEADERS, otherwise version.h would be shipped.

It would cause other pkgs failed to build if ship version.h to
usr/include/version.h

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agogcc-sanitizers: check gcc-build-internal before link
Robert Yang [Tue, 3 Feb 2015 06:43:26 +0000 (22:43 -0800)]
gcc-sanitizers: check gcc-build-internal before link

The ${STAGING_INCDIR_NATIVE}/gcc-build-internal-$mtarget may not exist
when use the external sdk toolchain, we need check before link for it.

Fixed:
run.do_configure.12538: 149: cd: can't cd to sysroots/x86_64-linux/usr/include/gcc-build-internal-x86_64-wrs-linux

(LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20150204

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agort-tests: fix gzip command
Robert Yang [Tue, 3 Feb 2015 03:15:31 +0000 (19:15 -0800)]
rt-tests: fix gzip command

The "-c" doesn't work in command "gzip file -c", need use "gzip -c file"

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agolibtool: don't execute automake and autoconf on every invocation
Robert Yang [Wed, 11 Feb 2015 02:06:22 +0000 (18:06 -0800)]
libtool: don't execute automake and autoconf on every invocation

From the origin commit message:
Regression from 2.4.2 was causing noticable slow-down in builds
that call libtool many times.
* build-aux/ltmain.in (func_help): Override func_help() from
gl/build-aux/options-parser to only run automake --version and
autoconf --version when libtool --help is executed on the command
line.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoRevert "libtool: avoid running automake/autoconf --version"
Robert Yang [Mon, 9 Feb 2015 02:53:53 +0000 (18:53 -0800)]
Revert "libtool: avoid running automake/autoconf --version"

This reverts commit 1f53edeaf9ea59dd55459a6d5a93829fb4983839.

There is a better fix on upstream, will backport it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agobluez5: upgrade to 5.28
Peter A. Bigot [Sun, 8 Feb 2015 18:42:13 +0000 (12:42 -0600)]
bluez5: upgrade to 5.28

- Fixes to GATT service discovery & probing
- Fix for bearer selection with dual-mode devices
- Fix potential crash when removing devices
- Fix issue with incomplete names in EIR data
- Fix parsing GATT name characteristics
- Fix AVCTP long press & key repetition handling
- Fixes for GATT notification handling

hex2hcd graduated to installed tool; two new noinst tools

See: http://www.bluez.org/release-of-bluez-5-28/
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoofono: upgrade to 1.16
Cristian Iorga [Thu, 12 Feb 2015 08:19:59 +0000 (10:19 +0200)]
ofono: upgrade to 1.16

- Fix issue with PIN retry handling;
- Fix issue with HFP and multiple calls;
- Add support for Distracted Driving Reduction;
- Add support for available technologies property;
- Add support for Telit location reporting driver;
- Add support for u-blox SARA-U270 modems;
- Add support for Quectel UC15 modems.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
10 years agopython-pycurl: 7.19.5 -> 7.19.5.1
Richard Purdie [Fri, 13 Feb 2015 14:44:33 +0000 (14:44 +0000)]
python-pycurl: 7.19.5 -> 7.19.5.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopython-scons: 2.3.2 -> 2.3.4
Richard Purdie [Fri, 13 Feb 2015 14:44:34 +0000 (14:44 +0000)]
python-scons: 2.3.2 -> 2.3.4

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-tools: 2.5.3 -> 2.6.0
Richard Purdie [Fri, 13 Feb 2015 14:44:30 +0000 (14:44 +0000)]
lttng-tools: 2.5.3 -> 2.6.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibpciaccess 0.13.2 -> 0.13.3
Richard Purdie [Fri, 13 Feb 2015 14:44:32 +0000 (14:44 +0000)]
libpciaccess 0.13.2 -> 0.13.3

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-ust: 2.5.2 -> 2.6.0
Richard Purdie [Fri, 13 Feb 2015 14:44:29 +0000 (14:44 +0000)]
lttng-ust: 2.5.2 -> 2.6.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosubversion: 1.8.10 -> 1.8.11
Richard Purdie [Fri, 13 Feb 2015 14:44:31 +0000 (14:44 +0000)]
subversion: 1.8.10 -> 1.8.11

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokexec-tools: 2.0.8 -> 2.0.9
Richard Purdie [Fri, 13 Feb 2015 14:44:28 +0000 (14:44 +0000)]
kexec-tools: 2.0.8 -> 2.0.9

Adjust the patch since it was partially applied upstream (in
a different form) but not completely since the ppc specific
part was not applied.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage: add new items to IMAGE_FEATURES[validitems] list
Saul Wold [Wed, 11 Feb 2015 18:12:14 +0000 (10:12 -0800)]
image: add new items to IMAGE_FEATURES[validitems] list

Add the new items to the validitems list, this is fully tested, initial testing
had been done with a local change that did not make the original commit request

[YOCTO #7308]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogstreamer-plugins: don't ship files in ${PN}
Ross Burton [Wed, 11 Feb 2015 18:06:29 +0000 (18:06 +0000)]
gstreamer-plugins: don't ship files in ${PN}

${PN} generally should be empty as every file the GStreamer packages ship is
owned by a particular plugin or library, so enforce this behaviour by unsetting
FILES_${PN}.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogst-plugins-good: ship equaliser presets in right package
Ross Burton [Wed, 11 Feb 2015 17:41:27 +0000 (17:41 +0000)]
gst-plugins-good: ship equaliser presets in right package

The equaliser presets were packaged into ${PN} which was rarely installed, so
move the files to the right subpackage.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogstreamer1.0-plugins-good: ship equaliser presets in right package
Ross Burton [Wed, 11 Feb 2015 17:19:53 +0000 (17:19 +0000)]
gstreamer1.0-plugins-good: ship equaliser presets in right package

The equaliser presets were packaged into ${PN} which was rarely installed, so
move the files to the right subpackage.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogstreamer1.0-plugins-base: move data to the right subpackage
Ross Burton [Wed, 11 Feb 2015 17:03:51 +0000 (17:03 +0000)]
gstreamer1.0-plugins-base: move data to the right subpackage

The libgsttag library has a data file that was packaged in
gstreamer1.0-plugins-base, so was never actually installed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogst-plugins-*, gstreamer1.0-plugins-*: fix main package binary components
Cristian Iorga [Wed, 11 Feb 2015 16:22:29 +0000 (18:22 +0200)]
gst-plugins-*, gstreamer1.0-plugins-*: fix main package binary components

Users often install the main package thinking it will bring in
all of the individual plugin packages, not realising that the
-meta package exists. Since the main package isn't currently
used for anything else, it would make more sense to just make
installing the main package install all of the plugins.
To do this in a manner that doesn't break any upgrade paths,
just add a dependency from the main package on the -meta
package for all of the gstreamer plugin recipes.

Fixes [YOCTO #5589].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agooe-pkgdata-util: add some QA tests
Paul Eggleton [Fri, 6 Feb 2015 11:28:52 +0000 (11:28 +0000)]
oe-pkgdata-util: add some QA tests

Test each of the subcommands that this utility provides.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: add list-pkg-files subcommand
Paul Eggleton [Wed, 11 Feb 2015 13:43:18 +0000 (13:43 +0000)]
oe-pkgdata-util: add list-pkg-files subcommand

Adds a subcommand to list the files in a package, or list the files in
all packages for a recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: add list-pkgs subcommand
Paul Eggleton [Fri, 6 Feb 2015 13:50:28 +0000 (13:50 +0000)]
oe-pkgdata-util: add list-pkgs subcommand

Add a subcommand to list packages, with options to list packages
matching a specification, and packages produced by a particular recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: allow reverse package name lookups
Paul Eggleton [Fri, 6 Feb 2015 11:02:44 +0000 (11:02 +0000)]
oe-pkgdata-util: allow reverse package name lookups

Add a -r/--reverse option to the lookup-pkg subcommand to enable looking
up the recipe-space package name for one or more runtime package names.

Also make this subcommand into a function that can be reused elsewhere.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: fix read-value to handle data with colons in the value
Paul Eggleton [Wed, 11 Feb 2015 10:46:25 +0000 (10:46 +0000)]
oe-pkgdata-util: fix read-value to handle data with colons in the value

The read-value subcommand was truncating the value if it contained
colons, for example FILES_INFO.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: make find-path show a proper error if no package found
Paul Eggleton [Fri, 6 Feb 2015 11:12:07 +0000 (11:12 +0000)]
oe-pkgdata-util: make find-path show a proper error if no package found

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooe-pkgdata-util: improve command-line usage
Paul Eggleton [Thu, 5 Feb 2015 15:08:22 +0000 (15:08 +0000)]
oe-pkgdata-util: improve command-line usage

* Use argparse instead of optparse for standardised help output, options
  and a much cleaner code structure
* Look up pkgdata directory automatically so the user doesn't have to
  specify it
* Use standard logging

NOTE: this does mean a slight change in syntax - if you do want to
specify the pkgdata directory (usually only necessary if you're calling
it from within the build process) you need to use the parameter -p (or
 --pkgdata-dir) and specify this before the command, not after it.

Examples:

oe-pkgdata-util find-path /sbin/mke2fs
oe-pkgdata-util lookup-recipe libelf1
oe-pkgdata-util read-value PKGSIZE libc6
oe-pkgdata-util -p /home/user/oe/build/tmp/sysroots/qemux86-64/pkgdata read-value PKGSIZE libc6

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agogit: add basic tab completion support
Paul Gortmaker [Tue, 10 Feb 2015 19:17:38 +0000 (14:17 -0500)]
git: add basic tab completion support

Trying to use git w/o tab completion is especially annoying if
you are used to using it elsewhere -- "whatchanged" is simply
too annoying to type out in full more than once.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogit: expand recipe to take advantage of pre-gen'd manpages
Paul Gortmaker [Tue, 10 Feb 2015 19:17:37 +0000 (14:17 -0500)]
git: expand recipe to take advantage of pre-gen'd manpages

These could be created from scratch from git itself, but it
requires asciidoc, xsltproc, python bits and too much other
baggage.  Since the git folks issue a tarball with the manpages
for each release, it is simpler to just go get that.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolib/oe/lsb.py: Fix up for dash
Saul Wold [Tue, 10 Feb 2015 17:57:44 +0000 (09:57 -0800)]
lib/oe/lsb.py: Fix up for dash

Remove the leading -e when using dash which does not use -e with echo

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoimage_types: Error out if BTRFS image is too small
Saul Wold [Tue, 10 Feb 2015 21:05:53 +0000 (13:05 -0800)]
image_types: Error out if BTRFS image is too small

[YOCTO #6804]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocryptodev-module: Fix build on kernel v3.19
Ricardo Ribalda Delgado [Mon, 9 Feb 2015 12:58:28 +0000 (13:58 +0100)]
cryptodev-module: Fix build on kernel v3.19

Kernel commit f938612dd97d481b8b5bf960c992ae577f081c17 removes the get_unused_fd_macro().
This patch replaces the macro with its output.

| NOTE: make -j 8 KERNEL_DIR=/home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/sysroots/qt5022/usr/src/kernel PREFIX=/home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/qt5022-poky-linux/cryptodev-module/1.6-r0/image KERNEL_PATH=/home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/sysroots/qt5022/usr/src/kernel KERNEL_SRC=/home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/sysroots/qt5022/usr/src/kernel KERNEL_VERSION=3.19.0-qtec-standard CC=x86_64-poky-linux-gcc  LD=x86_64-poky-linux-ld.bfd  AR=x86_64-poky-linux-ar
| make -C /home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/sysroots/qt5022/usr/src/kernel SUBDIRS=`pwd` modules
| make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
| make[1]: Entering directory '/home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/sysroots/qt5022/usr/src/kernel'
|   CC [M]  /home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/qt5022-poky-linux/cryptodev-module/1.6-r0/cryptodev-linux-1.6/ioctl.o
| /home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/qt5022-poky-linux/cryptodev-module/1.6-r0/cryptodev-linux-1.6/ioctl.c: In function 'clonefd':
| /home/ricardo/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/qt5022-poky-linux/cryptodev-module/1.6-r0/cryptodev-linux-1.6/ioctl.c:532:2: error: implicit declaration of function 'get_unused_fd' [-Werror=implicit-function-declaration]
|   ret = get_unused_fd();
|   ^

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxserver-xorg: Improvments in systemd-logind disable
Aníbal Limón [Tue, 10 Feb 2015 18:32:14 +0000 (12:32 -0600)]
xserver-xorg: Improvments in systemd-logind disable

Add packageconfig for systemd-logind instead of hard disable in
EXTRA_OECONF this allows users to use packageconfig also add
dependency of dbus because systemd-logind require it for communicate
with systemd.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxserver-xorg: Update to 1.16.3
Aníbal Limón [Tue, 10 Feb 2015 18:32:13 +0000 (12:32 -0600)]
xserver-xorg: Update to 1.16.3

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobase-files/profile: change EDITOR to not be busybox specific
Paul Gortmaker [Wed, 21 Jan 2015 18:25:06 +0000 (13:25 -0500)]
base-files/profile: change EDITOR to not be busybox specific

Setting "EDITOR=/bin/vi" breaks on non-busybox systems, as
vim will populate /usr/bin/vi instead, and you get stuff like:

  op3:~/poky/meta-builder$ git commit -s
  error: cannot run /bin/vi: No such file or directory
  error: unable to start editor '/bin/vi'
  Please supply the message using either -m or -F option.
  op3:~/poky/meta-builder$ which vi
  /usr/bin/vi
  op3:~/poky/meta-builder$

Since we've already specified a proper path above in the profile,
we've no need to call out where in the path vi lives, and hence
this will work with busybox and a full vim install w/o busybox.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agou-boot: update to version 2015.01
Denys Dmytriyenko [Tue, 10 Feb 2015 18:56:00 +0000 (13:56 -0500)]
u-boot: update to version 2015.01

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoprocps: disable fancy new top output mode
Paul Gortmaker [Wed, 21 Jan 2015 18:52:16 +0000 (13:52 -0500)]
procps: disable fancy new top output mode

General consensus is that the new output format, with the all red
colour and one line per core is too fugly to be left as the default.

Use the configure option to switch it back to the sane default that
we've all become used to seeing for decades.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoconnman: upgrade to 1.28
Cristian Iorga [Tue, 10 Feb 2015 12:54:23 +0000 (14:54 +0200)]
connman: upgrade to 1.28

- Fixes an issue with DHCPv6 retransmission timer
calculation that causes system load to jump to 100%;
- All WiFi P2P issues encountered with Miracast have been addressed;
- ConnMan no longer hands off foreground autoscanning to
wpa_supplicant as it causes issues when finding hidden WiFi networks;

Other changes and fixes include:

- Several fixes for handling IPv6 contexts via oFono;
- Fix memory deallocation in exit code paths;
- Use OPEN auth_alg for wpa_supplicant open WiFi networks;
- A WiFi Access Point with unknown strength now has a proper
minimum value which translates to a service 'Strenght' property of 30;
- Fix byte order in DHCP server identifier;
- Properly cancel an ongoing service connect if the Agent exits.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
10 years agoharfbuzz: upgrade to 0.9.38
Cristian Iorga [Mon, 9 Feb 2015 13:29:50 +0000 (15:29 +0200)]
harfbuzz: upgrade to 0.9.38

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
10 years agowic: add GPT support
Alexandre Belloni [Mon, 9 Feb 2015 23:46:44 +0000 (00:46 +0100)]
wic: add GPT support

Add GPT partition table support.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: properly label filesystems
Alexandre Belloni [Mon, 9 Feb 2015 23:46:43 +0000 (00:46 +0100)]
wic: properly label filesystems

Use the partition label option, when available, to label the filesystem.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: fix empty btrfs partitions
Alexandre Belloni [Mon, 9 Feb 2015 23:46:41 +0000 (00:46 +0100)]
wic: fix empty btrfs partitions

btrfs emtpy partition creation is currently not working because of the
usage of the non existant variables rootfs ans extra_imagecmd. It also
as an incorrect size.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: remove useless calls to __write_fstab
Alexandre Belloni [Sun, 8 Feb 2015 23:16:24 +0000 (00:16 +0100)]
wic: remove useless calls to __write_fstab

__write_fstab() is already iterating over parts. There is now need to
call it fort each parts.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: allow to configure overhead factor per partition
Alexandre Belloni [Sun, 8 Feb 2015 23:16:23 +0000 (00:16 +0100)]
wic: allow to configure overhead factor per partition

Introduce a new option --overhead-factor to replace
IMAGE_OVERHEAD_FACTOR.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: allow to configure extra space per partition
Alexandre Belloni [Sun, 8 Feb 2015 23:16:22 +0000 (00:16 +0100)]
wic: allow to configure extra space per partition

Introduce a new option --extra-space instead of using IMAGE_EXTRA_SPACE.
This is useful for boot partitions where the extra space is often
useless or for huge partition where 10MiB may not be enough.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: add rawcopy source plugin
Alexandre Belloni [Sun, 8 Feb 2015 23:16:21 +0000 (00:16 +0100)]
wic: add rawcopy source plugin

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowic: allow creation of partitions not in table
Alexandre Belloni [Sun, 8 Feb 2015 22:52:00 +0000 (23:52 +0100)]
wic: allow creation of partitions not in table

For some architectures it is necessary to reserve space on disk without
it being present in the partition table.

For example, u-boot on i.mx is placed at an offset of 1kB on the sdcard.
While it would be possible to create a partition at that offset and
place u-boot there, it would then be necessary to update the default
u-boot environment to use partition 2 on the mmc instead of partition 1.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotoasterconf: update Toaster configuration file
Belen Barros Pena [Mon, 9 Feb 2015 17:52:05 +0000 (17:52 +0000)]
toasterconf: update Toaster configuration file

Update the config section of the meta/conf/toasterconf.json file
to set the default project variables as in meta-yocto/conf/toasterconf.json

[YOCTO #7248]

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agomesa: update 10.4.3 -> 10.4.4
Andre McCurdy [Tue, 10 Feb 2015 03:23:46 +0000 (19:23 -0800)]
mesa: update 10.4.3 -> 10.4.4

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agomesa: update --with-llvm-shared-libs configure option
Andre McCurdy [Tue, 10 Feb 2015 00:34:27 +0000 (16:34 -0800)]
mesa: update --with-llvm-shared-libs configure option

As per the Mesa 10.2 release notes, "--with-llvm-shared-libs"
has been renamed to "--enable-llvm-shared-libs".

  http://www.mesa3d.org/relnotes/10.2.html

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoqemu: Update PACKAGECONFIG[xen] and add xen to defaults
Nathan Rossi [Tue, 10 Feb 2015 08:15:24 +0000 (18:15 +1000)]
qemu: Update PACKAGECONFIG[xen] and add xen to defaults

* Add build and runtime dependencies for PACKAGECONFIG[xen]
* Add xen as a default PACKAGECONFIG option when it is part of
  DISTRO_FEATURES

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agokern-tools: fix patch application error (preempt-rt)
Bruce Ashfield [Mon, 9 Feb 2015 17:27:21 +0000 (12:27 -0500)]
kern-tools: fix patch application error (preempt-rt)

Updating the SRCREV to import the following kern-tools patch:

    kgit-meta: always clear series file on branch transitions

This was triggered by the patch optimization changes, that no longer
run do_patch if a leaf/final branch is not being processed.

Without this change, invalid patches, or already applied patches in
an existig series file will be re-used which leads to missing files,
or patch errors.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agorunqemu: Add option for BIOS binary filename
Ricardo Neri [Fri, 6 Feb 2015 20:59:58 +0000 (12:59 -0800)]
runqemu: Add option for BIOS binary filename

If we intend to use a custom BIOS binary file, it would be good to be
able to specify the name of the binary via the -bios option of qemu. The
name of the custom binary could be different from the default name used
by qemu. For instance, it was bios.bin in qemu 1.5.0 and changed to
bios-256k.bin for 2.1.0.

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobtrfs-tools: update to 3.18.2
Armin Kuster [Sat, 7 Feb 2015 06:09:28 +0000 (22:09 -0800)]
btrfs-tools: update to 3.18.2

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoqmake_base.bbclass: fix hardcoded paths in a generated qt.conf
Tomas Novotny [Mon, 9 Feb 2015 14:14:45 +0000 (15:14 +0100)]
qmake_base.bbclass: fix hardcoded paths in a generated qt.conf

The qmake_base class generates internal qt.conf for build with hardcoded
qt4 target paths. This is ok for qt4-x11 as this is the default
$QT_DIR_NAME, but it is wrong for qt4-embedded, because qtopia is its
default directory.

Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogst-fluendo-mpegdemux: update to 0.10.85
Marco Trillo [Mon, 9 Feb 2015 08:33:18 +0000 (09:33 +0100)]
gst-fluendo-mpegdemux: update to 0.10.85

* Update gst-fluendo-mpegdemux recipe from 0.10.72 to 0.10.85.
* Provide a more descriptive SUMMARY.
* Fix broken link in parent file gst-fluendo.inc.

Signed-off-by: Marco Trillo <martri@arantia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agorootfs.py: ignore "NOTE:" when catching warnings
Ricardo Neri [Fri, 6 Feb 2015 20:59:57 +0000 (12:59 -0800)]
rootfs.py: ignore "NOTE:" when catching warnings

The script looks for any warn|Warn pattern in the log. However,
it may happen that the warn|Warn pattern appears as part of the name
of the objects described in the NOTE lines of the log. Thus, to avoid
false positives, ignore the line if it contains the word "NOTE:"

Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agodhcp-client: Ignore partial checksums
Rob Woolley [Fri, 30 Jan 2015 21:55:09 +0000 (16:55 -0500)]
dhcp-client: Ignore partial checksums

dhclient will fail to get an IP address if run inside a guest when traffic is
flowing over a virtual network interface.  The user will see the error
message:

  5 bad udp checksums in 5 packets
  No DHCPOFFERS received.
  Unable to obtain a lease on first try.  Exiting.
  Failed to bring up eth0.

This is because Linux only uses partial checksums for packets that go over
virtual network interfaces and dhclient does not like this.

  See linux kernel commit 78ea85f17b15390e30d8b47488ec7b6cf0790663
  ("net: skbuff: improve comment on checksumming")

An application can detect this behaviour by checking for the
TP_STATUS_CSUMNOTREADY flag in the tp_status field.

  See linux kernel commit 8dc4194474159660d7f37c495e3fc3f10d0db8cc
  ("Add optional checksum computation for recvmsg")

An extra parameter is added to decode_udp_ip_header() in dhclient to indicate
whether or not dhclient should ignore partial checksums.  This is used
when the TP_STATUS_CSUMNOTREADY bit is set by the guest kernel.

This fix has been included in Fedora and Ubuntu, however it has not yet been
accepted by ISC upstream.  Likely because it is specific to behaviour in Linux
and other UNIX variants do not seem to be affected.

The patch was imported from the dhcp source RPM in Fedora 21
  (http://pkgs.fedoraproject.org/cgit/dhcp.git/tree/dhcp-xen-checksum.patch?h=f21)

Originally contributed to fedora-cvs-commit by David Cantrell on Jan 30 2007
  (https://www.redhat.com/archives/fedora-cvs-commits/2007-January/msg01442.html)

Submitted to dhcp-bugs@isc.org - [ISC-Bugs #22806] - by Michael S. Tsirkin
  (http://comments.gmane.org/gmane.comp.emulators.kvm.devel/65236)
  (https://lists.isc.org/pipermail/dhcp-hackers/2010-April/001835.html)

Upstream-Status: Submitted [dhcp-bugs@isc.org]
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agou-boot.inc: unbreak
Andreas Müller [Fri, 13 Feb 2015 17:02:11 +0000 (18:02 +0100)]
u-boot.inc: unbreak

fix multiple:

| run.do_deploy.7526: line 107: [: missing `]'

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogcc-target: Don't install target gcc libdir files
Richard Purdie [Fri, 13 Feb 2015 13:05:59 +0000 (13:05 +0000)]
gcc-target: Don't install target gcc libdir files

Installing /usr/lib/gcc/* means we'd have two copies, one from gcc-cross
and one from here. These can confuse gcc cross where includes use #include_next
and builds track file dependencies (e.g. perl and its makedepends code).
For determinism we don't install this to the sysroot, ever and rely on the
copy from gcc-cross.

[YOCTO #7287]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoautotools/siteinfo: Avoid races over siteinfo files
Richard Purdie [Thu, 12 Feb 2015 14:50:11 +0000 (14:50 +0000)]
autotools/siteinfo: Avoid races over siteinfo files

If a siteinfo enabled tasks re-executes at the wrong moment whilst something else is
in do_configure, the _config files can be removed which upsets autoconf and
causes build failures.

Use the same approach as we do for dealing with the aclocal files. We already
parse the manifests so look out any *_config files and if so, copy them, then
reference the copy from siteinfo instead. This has the advantage of also being
more deterministic.

[YOCTO #7101]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibtool: Fix option parsing performance regression
Richard Purdie [Tue, 10 Feb 2015 17:46:29 +0000 (17:46 +0000)]
libtool: Fix option parsing performance regression

Cut and paste the pieces of build-aux/options-parser inline into the main
ltmain.sh code. This removes a performance degradation caused by the
repeated calls to func_quote_for_eval, the mechanism funclib uses
to construct the functions used for option parsing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-yocto/3.14: fix qemumips build error
Bruce Ashfield [Fri, 6 Feb 2015 21:03:25 +0000 (16:03 -0500)]
linux-yocto/3.14: fix qemumips build error

The merge of the 3.14 -stable series triggered a build failure in the
32 bit mips builds.

Updating the SRCREVs to import the fix for the issue.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agokern-tools: import patch performance improvements
Bruce Ashfield [Mon, 2 Feb 2015 19:14:16 +0000 (14:14 -0500)]
kern-tools: import patch performance improvements

Updating the SRCREV for the following commits:

  4822d22b65c2 kgit-meta: dont run kgit-s2q for non-leaf nodes
  3e3de1b9cdec createme: remove meta branch checks

With these, we save 10 seconds on the average patch phase, and
significantly more if very long patch queues are used.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolinux-yocto-dev: update to v3.19+
Bruce Ashfield [Fri, 30 Jan 2015 19:21:59 +0000 (14:21 -0500)]
linux-yocto-dev: update to v3.19+

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolttng: update to 2.6.0-stable
Bruce Ashfield [Fri, 30 Jan 2015 19:20:49 +0000 (14:20 -0500)]
lttng: update to 2.6.0-stable

To fix build issues against the v3.19 kernel, we can safely update to
the lttng 2.6 stable branches.

This allows us to drop two backported patches that are already part of
this update.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolinux-yocto: basic octeon III support
Bruce Ashfield [Mon, 26 Jan 2015 18:19:10 +0000 (13:19 -0500)]
linux-yocto: basic octeon III support

Importing the following commits to add basic octeon III support to the
3.14 linux-yocto kernel:

   1e0bbd1dd68e MIPS:OCTEON: More OCTEONIII support
   f51a5843ee2d MIPS: Octeon: CVMSEG LM loads may cause dcache parity errors
   58bcba842781 MIPS: Octeon: Implement the core-16057 workaround
   ba5a219685e8 MIPS Override assembler ISA for kernel FPU instruction.
   7759a0511965 MIPS donot build fast TLB refill handler with 32-bit kernels.
   3f51e46ff641 MIPS Add minimal support for OCTEON3 to c-r4k.c
   bbde024d903a MIPS Add function get ebase cpunum
   9f18310679cb MIPS OCTEON Enable use of FPU
   d24496ee8fc8 MIPS OCTEON Add OCTEON3 to get cpu type

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolinux-yocto/3.17: update to v3.17.8
Bruce Ashfield [Wed, 21 Jan 2015 20:53:23 +0000 (15:53 -0500)]
linux-yocto/3.17: update to v3.17.8

Updating to the latest korg stable version.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolinux-yocto/3.10: update to v3.10.65
Bruce Ashfield [Wed, 21 Jan 2015 20:47:37 +0000 (15:47 -0500)]
linux-yocto/3.10: update to v3.10.65

Integrating the latest korg -stable updates for 3.10 LTSI.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolinux-yocto/3.14: update to 3.14.29
Bruce Ashfield [Wed, 21 Jan 2015 18:33:28 +0000 (13:33 -0500)]
linux-yocto/3.14: update to 3.14.29

Updating to the latest korg -stable release for 3.14.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agokernel-dev: install all modules by default
Bruce Ashfield [Mon, 19 Jan 2015 14:33:42 +0000 (09:33 -0500)]
kernel-dev: install all modules by default

When doing kernel development testing, we want all the modules that were
built to be installed on the target.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10 years agolibdrm: upgrade to 2.4.59
Nicolas Dechesne [Thu, 29 Jan 2015 15:21:35 +0000 (15:21 +0000)]
libdrm: upgrade to 2.4.59

* Refreshed installtests.patch
* Removed --enable-freedreno-experimental-api, since it is now enabled by
  default upstream

Tested on Snapdragon 600 with freedreno and X11.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoflac: upgrade to 1.3.1
Cristian Iorga [Thu, 5 Feb 2015 18:24:52 +0000 (20:24 +0200)]
flac: upgrade to 1.3.1

- 0001-Fix-Makefile.am-altivec-logic.patch patch removed,
included upstream.
- Copyright years updated, triggered new checksums for copyright files.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoneard: upgrade to 0.15
Cristian Iorga [Thu, 5 Feb 2015 18:24:53 +0000 (20:24 +0200)]
neard: upgrade to 0.15

- parallel-build.patch patch removed,
included upstream;
- systemd unit files provided by neard,
YP-provided removed;
- improved systemd support.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agom4-native 1.4.9: remove it
Robert Yang [Tue, 27 Jan 2015 06:53:55 +0000 (22:53 -0800)]
m4-native 1.4.9: remove it

Its do_compile would be failed once our autoconf-naitve is built:
| /path/to/m4-native/1.4.9-r2/m4-1.4.9/missing: line 54: aclocal-1.10: command not found
| WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
|          you modified `acinclude.m4' or `configure.ac'.  You might want
|          to install the `Automake' and `Perl' packages.  Grab them from

Also:
| /path/to/m4-native/1.4.9-r2/m4-1.4.9/missing: line 54: automake-1.10: command not found

We don't need keep a native GPLv2 recipe, so remove it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agobison 2.3: disable native
Robert Yang [Sat, 31 Jan 2015 14:38:35 +0000 (06:38 -0800)]
bison 2.3: disable native

The following packages will fail to build once we build bion-native 2.3:
libnl
iproute2
libxkbcommon
lttng-tools
gstreamer1.0
babeltrace

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agocoreutils 6.9: disable native
Robert Yang [Sat, 31 Jan 2015 08:54:07 +0000 (00:54 -0800)]
coreutils 6.9: disable native

ERROR: The recipe coreutils-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
   tmp/sysroots/x86_64-linux/bin/kill
 Matched in manifest-x86_64-util-linux-native.populate_sysroot

We have 8.23, so disable it rather than fix.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agoelfutils 0.148: use BPN in SRC_URI
Robert Yang [Mon, 2 Feb 2015 08:59:13 +0000 (00:59 -0800)]
elfutils 0.148: use BPN in SRC_URI

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agosubversion 1.6.15: fix unknown-configure-option
Robert Yang [Wed, 28 Jan 2015 01:10:37 +0000 (17:10 -0800)]
subversion 1.6.15: fix unknown-configure-option

WARNING: QA Issue: subversion: configure was passed unrecognised options: --without-apache [unknown-configure-option]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agorxvt-unicode: fix for 9.20 and 9.21
Robert Yang [Tue, 27 Jan 2015 09:00:23 +0000 (01:00 -0800)]
rxvt-unicode: fix for 9.20 and 9.21

* Add a rxvt-unicode.inc for rxvt-unicode_9.20.bb and rxvt-unicode_9.21.bb
* Fix unknown-configure-option:
  WARNING: QA Issue: rxvt-unicode: configure was passed unrecognised options: --enable-menubar --enable-cursor-blink --enable-shared --disable-strings --enable-xgetdefault [unknown-configure-option]
* Fix build-deps: (add a PACKAGECONFIG)
  WARNING: QA Issue: rxvt-unicode rdepends on startup-notification, but it isn't a build dependency? [build-deps]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
10 years agotar 1.17: fix unknown-configure-option
Robert Yang [Tue, 27 Jan 2015 08:31:21 +0000 (00:31 -0800)]
tar 1.17: fix unknown-configure-option

WARNING: QA Issue: tar: configure was passed unrecognised options: --without-posix-acls [unknown-configure-option]

tar 1.17 doesn't support --without-posix-acls, move it from tar.inc to
tar_1.28.bb to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>