scm/bb/tizen-distro.git
10 years agoimage.bbclass: add ability to set systemd default target
Chen Qi [Fri, 20 Dec 2013 02:45:52 +0000 (10:45 +0800)]
image.bbclass: add ability to set systemd default target

Add ability to set the default target for systemd images.

The default target for system is controlled by SYSTEMD_DEFAULT_TARGET.
The default value for this variable is derived from checking whether
IMAGE_FEATURES contains 'x11-base' or not. Each image could override
this value in its own recipe. For now, we don't need to do any change,
because all images that support graphical environment has 'x11-base'
in its IMAGE_FEATURES.

[YOCTO #3816]

(From OE-Core rev: 049f89155b1e80875aad6e53b21808b827c06915)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooe-selftest: New tests for sstate related operations
Corneliu Stoicescu [Thu, 19 Dec 2013 17:05:32 +0000 (18:05 +0100)]
oe-selftest: New tests for sstate related operations

(From OE-Core rev: 014bb6a891ccc7701df3b1f18dadee967ed06c3f)

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: bitbake/lib/bb/cooker.py: remove a duplicated self.data
Robert Yang [Fri, 3 Jan 2014 17:24:32 +0000 (01:24 +0800)]
bitbake: bitbake/lib/bb/cooker.py: remove a duplicated self.data

(Bitbake rev: 34afbdd0fc809b8fb20696aeef3e6a61d6812e16)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclasses/package: set SUMMARY in do_split_packages()
Paul Eggleton [Sat, 28 Dec 2013 19:58:39 +0000 (19:58 +0000)]
classes/package: set SUMMARY in do_split_packages()

do_split_packages() is commonly used to split out plugin/module packages
dynamically within recipes. If it doesn't set SUMMARY for each of these
packages then they get a generic SUMMARY from the recipe, which isn't
particularly useful; so add a parameter to set this and default it from
the current description parameter (it ought to have been the other way
around, but the description parameter is what we currently have in use
by all recipes that use this function.)

Fixes [YOCTO #5406].

(From OE-Core rev: 2b3080831042ffab26d70c3feee232fc31aa591a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake.conf: add full stop to default DESCRIPTION
Paul Eggleton [Sat, 28 Dec 2013 19:46:08 +0000 (19:46 +0000)]
bitbake.conf: add full stop to default DESCRIPTION

SUMMARY should not end with a full stop; however if DESCRIPTION is not
set in a recipe and thus defaulted from SUMMARY, the additional
DESCRIPTION values for other standard packages e.g. ${PN}-dev look a bit
odd without a full stop separating the SUMMARY value and the rest of the
text. Add a full stop to avoid this.

(From OE-Core rev: 4b022399815f32166c402d458a40afa6470fc776)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoenchant: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 11:48:03 +0000 (11:48 +0000)]
enchant: tidy up recipe

* Move recipe definitions into logical order
* Fix spacing

(From OE-Core rev: b45dd39b21f72c63ce47c1ac8aa84651b939cf95)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqmmp: add SUMMARY and tweak DESCRIPTION
Paul Eggleton [Sat, 28 Dec 2013 19:44:05 +0000 (19:44 +0000)]
qmmp: add SUMMARY and tweak DESCRIPTION

Also fix plugin descriptions to be more readable by adding missing
spaces.

(From OE-Core rev: 749df43649e4b2487e7d0a14b6cbf0f407baef6d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoalsa-utils: add missing individual package SUMMARY values
Paul Eggleton [Sat, 28 Dec 2013 21:34:27 +0000 (21:34 +0000)]
alsa-utils: add missing individual package SUMMARY values

Add some SUMMARY values for individual packages that did not already
have their own (alsa-utils-iecset, alsa-utils-aseqdump and
alsa-utils-alsaloop).

(From OE-Core rev: cec8408b14c4b864e009caf936c4e896b228ef5a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoTweak SUMMARY
Paul Eggleton [Thu, 19 Dec 2013 15:13:01 +0000 (15:13 +0000)]
Tweak SUMMARY

For these recipes, I took the opportunity to fix up the new SUMMARY
values as the originals needed tweaking. I've tried to make them
concisely explain the function of the recipe / package where possible.

(From OE-Core rev: a414d49f04541122e16469eca9e5d1770141f7cc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoUpdate after toplevel LICENSE file checksum change
Richard Purdie [Thu, 2 Jan 2014 14:19:45 +0000 (14:19 +0000)]
Update after toplevel LICENSE file checksum change

(From OE-Core rev: bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: bitbake: fetcher2: clean(): remove the .patch.done
Robert Yang [Fri, 27 Dec 2013 06:51:51 +0000 (01:51 -0500)]
bitbake: bitbake: fetcher2: clean(): remove the .patch.done

There was a problem:

$ bitbake xf86-video-omapfb -cfetch && bitbake xf86-video-omapfb -ccleanall

Everything should be removed, but the
0006-omapfb-port-to-new-xserver-video-API.patch.done still exists in the
DL_DIR, this is because the clean() in the fetch2/__init__.py skips
removing the local file, so that it will skip removing the .done.

The local file (file://) isn't needed to be removed since it is not
downloaded into DL_DIR, but the .done should be removed, this patch will
remove the .done, and it doesn't remove anything else since the clean()
in local.py does nothing.

[YOCTO #5687]

(Bitbake rev: 2bc99b9dfa532430a13c39fca4e5ef3a2206b3b8)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: bitbake: fetcher2: git.py: clean(): remove the .tar.gz.done
Robert Yang [Fri, 27 Dec 2013 06:51:52 +0000 (01:51 -0500)]
bitbake: bitbake: fetcher2: git.py: clean(): remove the .tar.gz.done

There was a problem:

$ bitbake xf86-video-omapfb -cfetch && bitbake xf86-video-omapfb -ccleanall

The git2_git.pingu.fi.xf86-video-omapfb.tar.gz has been removed from the
DL_DIR, but the git2_git.pingu.fi.xf86-video-omapfb.tar.gz.done still exists,
this is because the "open(ud.donestamp, 'w').close()" in try_mirror_url() will
create the git2_git.xxx.tar.gz.done, but no one removes it (the clean() in
fetch2/__init__.py removes the DL_DIR/git2/pkg.done)

This only happens on the git fetcher AFAIK.

[YOCTO #5688]

(Bitbake rev: fb2dc84875eb477661f421b21bc404d4805ce379)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: bitbake: replace 3 spaces with 4
Robert Yang [Fri, 27 Dec 2013 15:55:53 +0000 (23:55 +0800)]
bitbake: bitbake: replace 3 spaces with 4

A part of fetch2/__init__.py uses 3 spaces as the indent, I
think that they should be typos.

(Bitbake rev: abafd85e2fcf23cee872e0e9e468898101430f1f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoe2fsprogs: silence debugfs
Ross Burton [Mon, 23 Dec 2013 13:38:34 +0000 (13:38 +0000)]
e2fsprogs: silence debugfs

debugfs echos the commands when it is executing a script, but as the scripts
used at rootfs time are long this massively inflates the do_rootfs log.

Comment out the echo so that the rootfs isn't 20K lines longer than it needs to
be.

(From OE-Core rev: 13a8d3869b0fe0ebdddcee37fb48c5b9cdf718ba)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowipe-sysroot: explain what is being deleted, and check for arguments
Ross Burton [Mon, 23 Dec 2013 13:51:23 +0000 (13:51 +0000)]
wipe-sysroot: explain what is being deleted, and check for arguments

Print the directories that will be deleted, and add a rudimentary check for
arguments and display a message if arguments were passed.

[ YOCTO #5423 ]

(From OE-Core rev: e46b00a6810eaed27a24495cacb19e565de59fec)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodbus: enable API entry point checks
Ross Burton [Mon, 23 Dec 2013 17:32:56 +0000 (17:32 +0000)]
dbus: enable API entry point checks

We were disabling API entry point sanity checking which should only be done if
the performance gain is prefereable to correctness.  Instead don't disable
checks explicitly as the default is enabled, allowing distributions to append
--disable-checks if required.

(From OE-Core rev: 079975e456abe9e76bde3f2866ffe50f2610345f)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodbus: use PACKAGECONFIG for X11 and systemd
Ross Burton [Mon, 23 Dec 2013 17:32:55 +0000 (17:32 +0000)]
dbus: use PACKAGECONFIG for X11 and systemd

Instead of several variables and overrides, use PACKAGECONFIG to respect X11 and
systemd DISTRO_FEATURES.

(From OE-Core rev: 963da99c77ad28bd184a4de59af9cbcfaef62358)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibxcb: don't hard-code package splitting
Ross Burton [Mon, 23 Dec 2013 15:10:10 +0000 (15:10 +0000)]
libxcb: don't hard-code package splitting

Instead of having a log PACKAGES list and a correspondingly long FILES_ list,
just use do_split_packages.

(From OE-Core rev: 5a70bd7f0da588edbecd13d569635f0c66915b08)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibxcb: don't disable parallel building
Ross Burton [Mon, 23 Dec 2013 15:10:09 +0000 (15:10 +0000)]
libxcb: don't disable parallel building

Several test builds later and there were no failures, so this appears to have
been fixed upstream.

(From OE-Core rev: 23915fe83431874b2488009ee2a88d6104568fd6)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoREADME: fix DISTRO = "" reference
Paul Eggleton [Mon, 23 Dec 2013 20:59:50 +0000 (20:59 +0000)]
README: fix DISTRO = "" reference

DISTRO should be set to "nodistro" for distro-less configurations since
empty string results in empty items ending up in OVERRIDES leading to
unexpected behaviour with FILESPATH.

(From OE-Core rev: 25436b6813b6245faeb981cf93a0c32b871dd8d3)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoFix license notices for OE-Core
Paul Eggleton [Mon, 23 Dec 2013 20:59:49 +0000 (20:59 +0000)]
Fix license notices for OE-Core

* Fix up LICENSE:
  - Replace reference to Poky with OpenEmbedded
  - Remove reference to bitbake and meta-extras that aren't part of this
    repository
  - Clarify license statements
* Add a COPYING.GPLv2 file in meta/ for the GPLv2 parts
* Add a COPYING.MIT file to meta-skeleton consistent with the other
  meta-* directories

(From OE-Core rev: b777180f317a844513fcaae42fd7c91dff308f9b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotzcode: Update to 2013i
Saul Wold [Tue, 24 Dec 2013 00:29:09 +0000 (16:29 -0800)]
tzcode: Update to 2013i

(From OE-Core rev: 86f9917de741a553d646975101630e9efd26dd97)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotzdata: Update to 2013i
Saul Wold [Tue, 24 Dec 2013 00:29:08 +0000 (16:29 -0800)]
tzdata: Update to 2013i

The solar* time file are no longer distributed (see tzdata's NEWS for details)

(From OE-Core rev: 15d151a3f6376ca5b79991a142252d20cad538d0)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobyacc: upgrade to 20140101
Chong Lu [Thu, 2 Jan 2014 09:41:30 +0000 (17:41 +0800)]
byacc: upgrade to 20140101

Upgrade byacc to 20140101.

(From OE-Core rev: 1ff3c692f9c4a50353a26186dc3cb90064f9a1b4)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosystemtap: Add --enable-prologues to configuration
Tom Zanussi [Tue, 31 Dec 2013 19:59:24 +0000 (13:59 -0600)]
systemtap: Add --enable-prologues to configuration

In some cases, the debuginfo generated by the compiler is insufficient
for systemtap to figure out function param locations; using -P allows
it to use prologue searching to find the correct locations.

Enable prologue searching in the configuration so the user doesn't
have to specify it manually.

Fixes [YOCTO #5403].

(From OE-Core rev: 798faec374cac7743d2b5bf390ef6263a0e6cdf4)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agometa/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to gnome...
Jacob Kroon [Mon, 30 Dec 2013 18:17:58 +0000 (19:17 +0100)]
meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to gnome-terminal

By default, all GNOME terminals share a single process,
reducing memory usage.  This can be disabled by starting gnome-terminal
with the --disable-factory option

However, gnome-terminal in Fedora 20 does no longer support the
'--disable-factory' flag, so remove it. As the support for 'mate' terminals was
added as a copy of the gnome code in 8cc078a9c679845464c59028f584d7aba098cc1f,
remove the flag here aswell.

(From OE-Core rev: e8dca725ed8211a874472300a3ed50e494039ab9)

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokmod: fix zlib dependency
Martin Jansa [Mon, 30 Dec 2013 14:50:18 +0000 (15:50 +0100)]
kmod: fix zlib dependency

* unlike BBCLASSEXTENDed native support, dependencies in kmod-native doesn't get
  automatic -native suffix, so kmod-native was depending on target zlib.
* move the dependency from .inc and apply it with right suffix

(From OE-Core rev: ef0a1812cd79a68f30da5b2770cd5c566d6ecf0b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotest-dependencies.sh: avoid showing misleading error messages
Jackie Huang [Mon, 30 Dec 2013 09:09:16 +0000 (17:09 +0800)]
test-dependencies.sh: avoid showing misleading error messages

This avoids the following error messages when no dependency
issue detected:
find: `/build/r_cgp-dep_1225/p_x86_1225/bitbake_build/tmp/work/': No such file or directory
grep: test-dependencies/1388042399/3_min/failed/*: No such file or directory
ls: cannot access test-dependencies/1388042399/3_min/failed/*: No such file or directory

(From OE-Core rev: 2492bec586d407b1a89491aed7e81e80af997248)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogit: upgrade to 1.8.5.2
Robert Yang [Mon, 30 Dec 2013 10:02:30 +0000 (18:02 +0800)]
git: upgrade to 1.8.5.2

* Upgrade to 1.8.5.2
* Remove the SRC_URI from the git.inc since we use the one in
  git_1.8.5.2.bb

(From OE-Core rev: 89e721830f2b2840d62e613c4bc89eca1fffd03a)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomake: remove the obsolete SCCS.patch
Robert Yang [Mon, 30 Dec 2013 10:02:28 +0000 (18:02 +0800)]
make: remove the obsolete SCCS.patch

This patch is used for removing SCCS/*s.conftest, but there is no SCCS
directory from 3.81, so remove it.

(From OE-Core rev: 35ab83cadfe8c5f451dbe9a0b0732339e4381099)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoquilt: upgrade to 0.61
Chong Lu [Fri, 27 Dec 2013 10:17:40 +0000 (18:17 +0800)]
quilt: upgrade to 0.61

(From OE-Core rev: 691a2746e95caa583f89d8fd6eed246fc3e54979)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoglib-2.0: add EXTRA_OECONF for uclibc
Saul Wold [Thu, 26 Dec 2013 23:44:03 +0000 (15:44 -0800)]
glib-2.0: add EXTRA_OECONF for uclibc

The uclibc configuration requires the gnu libiconv, so tell configure which one to use

[YOCTO #5431] (one of many)

(From OE-Core rev: a90b32d63c8a816462b42a33851e4e5e6041bbca)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotcl: Fix ${bindir}/tclsh symlink
Martin Jansa [Thu, 26 Dec 2013 17:59:00 +0000 (18:59 +0100)]
tcl: Fix ${bindir}/tclsh symlink

* 8.6.1 version installs tclsh8.6 binary and tclsh symlink to tclsh${VER}
  (tclsh8.6.1) which doesn't exist
  lrwxrwxrwx 1 bitbake bitbake   12 Dec 26 16:19 sysroots/x86_64-linux/usr/bin/tclsh -> ./tclsh8.6.1
  -rwxr-xr-x 2 bitbake bitbake 8.8K Dec 26 16:19 sysroots/x86_64-linux/usr/bin/tclsh8.6
* add another symlinks tclsh8.6.1 -> tclsh8.6

(From OE-Core rev: fe0e2d72d7e86f960cfb39342dcdd661a8b8a10b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopython: fix unrecognised options: --without-cxx --with-cyclic-gc
Saul Wold [Fri, 20 Dec 2013 18:30:39 +0000 (10:30 -0800)]
python: fix unrecognised options: --without-cxx --with-cyclic-gc

The -with-cxx changed to with-cxx-main sometime around the 2.5 time frame
It appears that there never was a with-cyclic-gc configure option, or if
there was it was from some past patch we no longer have.

(From OE-Core rev: 3bfadeb3d86dc2b51525b7650567c42df0d0abcb)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosqlite: remove unrecognised options: --enable-tempstore
Saul Wold [Fri, 20 Dec 2013 18:23:48 +0000 (10:23 -0800)]
sqlite: remove unrecognised options: --enable-tempstore

This option appears to be commented out in the configure.ac with no explaination,
It does not appear to be commented out in the source, so it occurs during the sqlite
release process!

(From OE-Core rev: 30616257b8d611db204cb85126c2578325b9c048)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoeglibc: Remove older version 2.17
Saul Wold [Fri, 27 Dec 2013 18:13:26 +0000 (10:13 -0800)]
eglibc: Remove older version 2.17

(From OE-Core rev: 14066651cd74724dcb59c10f994f5b2bf38a4745)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogcc: Drop 4.7.2 version since 4.8 is stable now
Richard Purdie [Fri, 20 Dec 2013 13:07:28 +0000 (13:07 +0000)]
gcc: Drop 4.7.2 version since 4.8 is stable now

We've had 4.8 around for a while now, I'm not aware of any issues with
it so we can drop the older 4.7 version.

(From OE-Core rev: 15685dccd37f7636bbdd56af04a9dbc9b7595612)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake.conf: set a default for MACHINE_FEATURES
Paul Eggleton [Wed, 29 May 2013 16:27:51 +0000 (17:27 +0100)]
bitbake.conf: set a default for MACHINE_FEATURES

Ensure that if MACHINE_FEATURES is not set by the machine config that we
don't end up with expansion errors during parsing. Technically since the
introduction of MACHINE_FEATURES_BACKFILL = "rtc" this is unlikely to be
a problem unless "rtc" is also added to
MACHINE_FEATURES_BACKFILL_CONSIDERED, however we should be consistent
with DISTRO_FEATURES which is defaulted in bitbake.conf.

(From OE-Core rev: bf2c8946d96524aaa91ab43762c963ea38ccc342)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 13:52:53 +0000 (13:52 +0000)]
pciutils: tidy up recipe

* Move package-specific defitions to the end
* Define pciutils-ids package as ${PN}-ids
* Add SUMMARY and tweak DESCRIPTION for pciutils-ids package

(From OE-Core rev: c8c39c78878cdffe47b376b6211dd1ae45fd59d2)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoopkg-utils: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 12:55:49 +0000 (12:55 +0000)]
opkg-utils: tidy up recipe

* Update HOMEPAGE
* Rearrange statements in logical order

(From OE-Core rev: b180ede825dca8747c8c64dc2f23d64809a3ba95)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoguilt-native: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 11:50:38 +0000 (11:50 +0000)]
guilt-native: tidy up recipe

* Fix indentation and spacing
* Drop SRC_URI checksums that aren't used (recipe is fetching from git)

(From OE-Core rev: d673ec1686631f4b146f59f8dc36287b65a5d95d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoenchant: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 11:48:03 +0000 (11:48 +0000)]
enchant: tidy up recipe

* Move recipe definitions into logical order
* Fix spacing

(From OE-Core rev: b3419d1d0cf3c7d21ed9e2ab65f16b8fc1b352bf)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agostat: tidy up recipe
Paul Eggleton [Sun, 22 Dec 2013 00:21:41 +0000 (00:21 +0000)]
stat: tidy up recipe

* Add SUMMARY
* Tweak DESCRIPTION
* Use PV in SRC_URI
* Drop commented-out function that we obviously don't need
* Move BBCLASSEXTEND to end to match with convention

(From OE-Core rev: f50ece3e1f2fb1b0faee6c86a4e2ebf46e8e80dc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoadt-installer: tweak DESCRIPTION and add SUMMARY and HOMEPAGE
Paul Eggleton [Sun, 22 Dec 2013 11:36:44 +0000 (11:36 +0000)]
adt-installer: tweak DESCRIPTION and add SUMMARY and HOMEPAGE

(From OE-Core rev: 48bdfc957f1994f945ca46fd769e154c1d50f027)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocore-image-lsb: fix DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 12:40:59 +0000 (12:40 +0000)]
core-image-lsb: fix DESCRIPTION

LSB includes X, and I wouldn't really call this image "basic" or
"foundational" in our terms, so adjust the description to be a bit more
appropriate.

(From OE-Core rev: 6ba089373b5b2117c3d50ee58c11c6f46e62fecb)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobinutils: add/tweak SUMMARY
Paul Eggleton [Sun, 22 Dec 2013 11:20:03 +0000 (11:20 +0000)]
binutils: add/tweak SUMMARY

(From OE-Core rev: 82a58c3342133d342907b54dafb2f22518d00707)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoicecc-create-env-native: add SUMMARY and tweak DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:23:59 +0000 (00:23 +0000)]
icecc-create-env-native: add SUMMARY and tweak DESCRIPTION

(From OE-Core rev: 274672362dbf0221144f2286bcd9a0b977c24fa6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogmp: set SUMMARY and DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:17:05 +0000 (00:17 +0000)]
gmp: set SUMMARY and DESCRIPTION

Use the same values for both versions (the GPLv2 version doesn't use the
.inc file).

(From OE-Core rev: 99c3f40299ddf97fd85eaea4d86176f2b4d4db92)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-video-modesetting: set SUMMARY and DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:12:43 +0000 (00:12 +0000)]
xf86-video-modesetting: set SUMMARY and DESCRIPTION

Set these consistent with other X.org video driver recipes.

(From OE-Core rev: 3737149835bc41915c1ac0ed4678a3d828bd77eb)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-video-fbdev: set SUMMARY and DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:12:06 +0000 (00:12 +0000)]
xf86-video-fbdev: set SUMMARY and DESCRIPTION

Set these consistent with other X.org video driver recipes.

(From OE-Core rev: ff3af182f03948407ac71df54e8038296787dd11)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxf86-input-vmmouse: set SUMMARY and DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:11:12 +0000 (00:11 +0000)]
xf86-input-vmmouse: set SUMMARY and DESCRIPTION

Set these consistent with other X.org input driver recipes.

(From OE-Core rev: fe7c955e63672afebe2475a0f482ef1bdb766c24)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqt4: set SUMMARY and tweak DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 00:10:24 +0000 (00:10 +0000)]
qt4: set SUMMARY and tweak DESCRIPTION

(From OE-Core rev: da0a84295583aaf9f943f7e3a64373079a70024d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoBasic recipe formatting fixes
Paul Eggleton [Sat, 21 Dec 2013 23:56:36 +0000 (23:56 +0000)]
Basic recipe formatting fixes

Fix statement indenting and spacing issues that I happened to notice.

(From OE-Core rev: d11e297b007aba625b398c52952ec929c3b02b83)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-dummy: set reasonable DESCRIPTION
Paul Eggleton [Sat, 21 Dec 2013 23:47:48 +0000 (23:47 +0000)]
linux-dummy: set reasonable DESCRIPTION

(From OE-Core rev: 2deb5211fdad0df501c3c2cdb0ed14caccb37ebe)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-dummy: set LICENSE to GPLv2 to avoid license warning
Paul Eggleton [Sat, 21 Dec 2013 23:42:47 +0000 (23:42 +0000)]
linux-dummy: set LICENSE to GPLv2 to avoid license warning

This recipe doesn't actually produce any non-empty packages, but since
it's pretending to be a Linux kernel it might as well pretend to have
the same license, if for no other reason than to avoid producing a
warning since the previous value ("GPL") isn't acceptable.

(From OE-Core rev: 92cbf6962b82f9118bdc55883851adf2b5fcc930)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogawk: set reasonable SUMMARY and DESCRIPTION
Paul Eggleton [Sat, 21 Dec 2013 23:41:45 +0000 (23:41 +0000)]
gawk: set reasonable SUMMARY and DESCRIPTION

Also ensure both versions have the same values.

(From OE-Core rev: 3111dc9a2edc2942f892589e575e7af63b1717d6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxev: add proper SUMMARY and DESCRIPTION
Paul Eggleton [Sat, 21 Dec 2013 23:40:04 +0000 (23:40 +0000)]
xev: add proper SUMMARY and DESCRIPTION

Add these consistent with other X.Org application recipes.

(From OE-Core rev: 7c2360f6c90e0f16b81d456861f44147c473017b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibunique: fix HOMEPAGE and touch up DESCRIPTION
Paul Eggleton [Sat, 21 Dec 2013 23:35:45 +0000 (23:35 +0000)]
libunique: fix HOMEPAGE and touch up DESCRIPTION

(From OE-Core rev: dee7d5b94f12e7e966bd39f0c82551d2c549588d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobash: update HOMEPAGE
Paul Eggleton [Sat, 21 Dec 2013 23:34:16 +0000 (23:34 +0000)]
bash: update HOMEPAGE

(From OE-Core rev: ec7a9dcacce39e922295a7d84b815b01af27a8b8)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agostartup-notification: fix HOMEPAGE
Paul Eggleton [Sat, 21 Dec 2013 23:33:15 +0000 (23:33 +0000)]
startup-notification: fix HOMEPAGE

(From OE-Core rev: 5a9254487a84a29fbf09d4f481c9dfa8832a6b8a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolame: update HOMEPAGE
Paul Eggleton [Sat, 21 Dec 2013 23:32:34 +0000 (23:32 +0000)]
lame: update HOMEPAGE

(From OE-Core rev: 4af2f72f657dae94f65a60441aca76c19b0f7361)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibsamplerate0: add HOMEPAGE
Paul Eggleton [Sat, 21 Dec 2013 23:32:03 +0000 (23:32 +0000)]
libsamplerate0: add HOMEPAGE

(From OE-Core rev: ec3f2d3cda1eced3d1c519c2243af4b764674c9f)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotelepathy-mission-control: fix HOMEPAGE
Paul Eggleton [Sat, 21 Dec 2013 23:31:05 +0000 (23:31 +0000)]
telepathy-mission-control: fix HOMEPAGE

(From OE-Core rev: 2a155e89bc9e25241b4f18b921844649b6b85ea5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogettext: set reasonable SUMMARY and DESCRIPTION
Paul Eggleton [Sun, 22 Dec 2013 11:40:50 +0000 (11:40 +0000)]
gettext: set reasonable SUMMARY and DESCRIPTION

Ensure both versions have the same values.

(From OE-Core rev: 164daf1398573bb503dbe301b4df5aabbc7cafc2)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoAdd missing SUMMARY values
Paul Eggleton [Sat, 21 Dec 2013 22:51:12 +0000 (22:51 +0000)]
Add missing SUMMARY values

These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.

(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoReplace one-line DESCRIPTION with SUMMARY
Paul Eggleton [Thu, 19 Dec 2013 15:13:01 +0000 (15:13 +0000)]
Replace one-line DESCRIPTION with SUMMARY

A lot of our recipes had short one-line DESCRIPTION values and no
SUMMARY value set. In this case it's much better to just set SUMMARY
since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY
is at least useful. I also took the opportunity to fix up a lot of the
new SUMMARY values, making them concisely explain the function of the
recipe / package where possible.

(From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoReplace OpenedHand Bugzilla in BUGTRACKER
Paul Eggleton [Sat, 21 Dec 2013 13:06:07 +0000 (13:06 +0000)]
Replace OpenedHand Bugzilla in BUGTRACKER

This site no longer exists, and all of these are now (semi-)maintained
on yoctoproject.org infrastructure, so set BUGTRACKER to point to the
Yocto Project Bugzilla.

(From OE-Core rev: 4be5a258872f4d8b94a6215a455e7bd992db17f5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoDrop empty/invalid BUGTRACKER values
Paul Eggleton [Thu, 19 Dec 2013 15:09:36 +0000 (15:09 +0000)]
Drop empty/invalid BUGTRACKER values

Setting this value to blank or "n/a" in just a few recipes accomplishes
nothing.

(From OE-Core rev: 2d6f11d6bae8b03a00086f1dd43ca1853ac667d5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agospeex: fix SRC_URI to use PV instead of hardcoding the version
Paul Eggleton [Thu, 19 Dec 2013 14:01:49 +0000 (14:01 +0000)]
speex: fix SRC_URI to use PV instead of hardcoding the version

(From OE-Core rev: 7e9d1c6565d4065f52ad6d4fe8ede2159faafac6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomesa-demos: fix unrecognised options
Robert Yang [Sun, 29 Dec 2013 03:50:46 +0000 (11:50 +0800)]
mesa-demos: fix unrecognised options

Fix two unrecognised options:
* --disable-libosmesa -> --disable-osmesa
* --disable-libx11 -> --disable-x11

(From OE-Core rev: 32e45c2e54877c5d0ba364041234eaa932bfb827)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoghostscript: remove unrecognised option
Robert Yang [Sun, 29 Dec 2013 03:48:36 +0000 (11:48 +0800)]
ghostscript: remove unrecognised option

Remove --without-jasper since the jasper had been removed:

  commit 6070a6f33bebf7538e48219010bc1e4de8341ea8
  Author: Ray Johnston <ray.johnston@artifex.com>
  Date:   Fri Aug 3 00:32:32 2012 -0700

      Rip out jasper -- openjpeg is our JPX implementation.

(From OE-Core rev: 711ec79d118e0d116b14d48a08820e4f88979ed5)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowget: remove unrecognised option
Robert Yang [Sat, 28 Dec 2013 16:14:58 +0000 (00:14 +0800)]
wget: remove unrecognised option

Remove the --with-libc, I can't find anything about this option from
wget's log history.

(From OE-Core rev: 4751b3d4c5002759ba8f574167a6c321ff9042d6)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocups: remove unrecognised option
Robert Yang [Sat, 28 Dec 2013 15:38:33 +0000 (23:38 +0800)]
cups: remove unrecognised option

Remove the following 2 options:
* --disable-tiff
* --with-pdftops

The tiff and pdftops filters have been moved into another package
cups-filters, so these options are not valid any more.

Please visit here for more info:
http://www.cups.org/str.php?L3930

(From OE-Core rev: acf2aca0c6af216d2757b0591accd80608ac5898)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoenchant: fix unrecognised option
Robert Yang [Sat, 28 Dec 2013 14:23:32 +0000 (22:23 +0800)]
enchant: fix unrecognised option

Fix the unrecognised option --disable-binreloc, the configure now uses:

AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes")

We can use br_cv_binreloc=no to fix it.

(From OE-Core rev: 00c893c0fe524abb4ae4f1aa6d007ff543fb6afb)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobluez-hcidump: remove unrecognised options
Robert Yang [Sat, 28 Dec 2013 12:52:48 +0000 (20:52 +0800)]
bluez-hcidump: remove unrecognised options

Remove the following two options since they are not needed any more:
* --with-bluez-libs
* --with-bluez-includes

  commit 78631c5f66f0580695ff3aac4dc8831e3795b735
  Author: Marcel Holtmann <marcel@holtmann.org>
  Date:   Wed Aug 31 00:57:30 2011 -0700

      Change includes to use local copy of Bluetooth library

(From OE-Core rev: 42877cedf24629fe61855ce3de5831e55d53a9bc)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0: remove unrecognised options
Robert Yang [Sun, 29 Dec 2013 03:06:02 +0000 (11:06 +0800)]
gstreamer1.0: remove unrecognised options

Remove the following two unrecognised options:
* --disable-oggtest
* --disable-vorbistest

They are defined in m4/ogg.m4 and m4/vorbistest.m4, but now configure
doesn't use them, configure.ac uses another way to define the
--enable-ogg and --enable-vorbis, and there is no test options, so
remove them.

(From OE-Core rev: 246119c1ec216c66395c26292938168c27b73f69)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0: remove unrecognised options
Robert Yang [Sat, 28 Dec 2013 12:09:32 +0000 (20:09 +0800)]
gstreamer1.0: remove unrecognised options

Fix the following options:

--disable-docs-build: replace with --disable-docbook --disable-gtk-doc
--with-check=no: --disable-check

(From OE-Core rev: 035f0e282ced1d1a2ebaf6900aa870a88e0f9450)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer: fix unrecognised options
Robert Yang [Sat, 28 Dec 2013 12:09:32 +0000 (20:09 +0800)]
gstreamer: fix unrecognised options

Fix the following options:

--disable-docs-build: replace with --disable-docbook --disable-gtk-doc
--with-check=no: replace with --disable-check

(From OE-Core rev: 72a75bb0fbe7caddf00710a61015f18a96e40cbf)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibid3tag: remove unrecognised option
Robert Yang [Sat, 28 Dec 2013 04:23:18 +0000 (12:23 +0800)]
libid3tag: remove unrecognised option

There is no --enable-speed in libid3tag's configure, but in libmad, and
it's already there, so remove it.

(From OE-Core rev: bc64977ac02fc71de620254eb9f65998ae842629)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodpkg: fix/remove unrecognised options
Robert Yang [Sat, 28 Dec 2013 03:58:17 +0000 (11:58 +0800)]
dpkg: fix/remove unrecognised options

Fix/remove the following unrecognised options:
* --without-static-progs: can't find anything about this in the history,
  so remove it.
* --without-dselect -> --disable-dselect
* --with-start-stop-daemon -> --enable-start-stop-daemon
* --with-bz2lib, typo, should be --with-bz2
* --without-sgml-doc: the sgml doc had been removed from dpkg, so
  remove it.

(From OE-Core rev: 8d30a464cdb8c6bf0b9d2757ff7f8fc3445f51ba)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotremor: remove unrecognised option
Robert Yang [Sat, 28 Dec 2013 03:29:24 +0000 (11:29 +0800)]
tremor: remove unrecognised option

Remove the --disable-rpath, it seems taht there is never such an option
in tremor's configure, and it uses our libtool, so we don't have to
worry about the rpath.

(From OE-Core rev: 7803d98c7d72bc2313b965dfdf198bac6f31e6b0)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoalsa-lib: remove unrecognised options
Robert Yang [Sat, 28 Dec 2013 02:01:49 +0000 (10:01 +0800)]
alsa-lib: remove unrecognised options

Remove --with-cards and --with-oss, they are never in alsa-lib, but in
alsa-driver, and the --with-cards had also been dropped from
alsa-driver.

(From OE-Core rev: ba2901ca9de118d92abe63ac78fa3652ffa66ee7)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoflac: remove unrecognised options
Robert Yang [Sat, 28 Dec 2013 01:34:12 +0000 (09:34 +0800)]
flac: remove unrecognised options

Remove --disable-id3libtest and --without-id3lib which had been removed
from flac for many years, here is the log from flac:

  commit e31d9eb05cb82bd5f9cab1e6ad5295ddad22bcab
  Author: Josh Coalson <jcoalson@users.sourceforce.net>
  Date:   Tue Sep 28 00:23:57 2004 +0000

      remove id3 support from the plugins

(From OE-Core rev: 4c75b4f973b156bfeabedbe79a7bcfaaf9fe5bfa)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: fetch2: avoid printing "no checksum" error message twice
Paul Eggleton [Fri, 20 Dec 2013 14:48:45 +0000 (14:48 +0000)]
bitbake: fetch2: avoid printing "no checksum" error message twice

Because of the way we were handling this error, it was printed twice -
once via logger.error() (to avoid the log being printed) and a second
time when the exception gets wrapped in a FuncFailed at a higher level.
Call logger.error() earlier and change the text we send in the
exception to be more brief, so it more closely resembles the behaviour
when there is an invalid checksum.

(Bitbake rev: 46765369d7f76ec7f67b90430131a79eb6a66235)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake: fetch2: fail checksum validation if SRC_URI checksums set to ""
Paul Eggleton [Fri, 20 Dec 2013 14:48:44 +0000 (14:48 +0000)]
bitbake: fetch2: fail checksum validation if SRC_URI checksums set to ""

We were checking SRC_URI md5sum/sha256sum values against None here, so
if they were set to "" then no error was produced. Since the value is
still effectively unset in this case, this is not the right behaviour;
just check if the value doesn't evaluate to False instead.

(Bitbake rev: 040943a718795c64dc4e604abfcf08b26b7d00e6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoopenssl: use PACKAGECONFIG to disable perl bits
Saul Wold [Fri, 20 Dec 2013 18:47:26 +0000 (10:47 -0800)]
openssl: use PACKAGECONFIG to disable perl bits

Adding perl to the RDEPENDS caused a performance hit to the overall build time since this was
the only package that depended on perl.  The openssl-misc package is not installed by default
so use a PACKAGECONFIG which can be overridden to allow the perl scripts along with  perl to
 be installed.

(From OE-Core rev: 421e927bd453259f4b3cdbd1676f6e12f97bf34f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotoaster.bbclass: fix crash on buildstats collection
Alexandru DAMIAN [Wed, 18 Dec 2013 19:24:47 +0000 (19:24 +0000)]
toaster.bbclass: fix crash on buildstats collection

Toaster needs buildstats to be enabled in order to
collect task statistics. The toaster.bbclass didn't
have a guard to stop task data collection if the buildstats
weren't enabled, leading to a crash.

This patch verifies that the task variables are defined before
trying to use them.

(From OE-Core rev: 7f2637ec8d1b8840c31255572b5cb058777382e7)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agovalgrind: upgrade to 3.9.0
Cristiana Voicu [Fri, 20 Dec 2013 09:43:49 +0000 (11:43 +0200)]
valgrind: upgrade to 3.9.0

Changed patches directory to "valgrind";
Removed 4 patches because they were merged upstream;
Updated 2 patches because now it has configure.ac instead of .in;
Changed license md5 for 2 files because of a small change for copyright
year

(From OE-Core rev: 57794c201aa732392a135e03e04faf18929f645f)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclasses/insane: restore printing LIC_FILES_CHKSUM checksum if not specified
Paul Eggleton [Fri, 20 Dec 2013 14:55:10 +0000 (14:55 +0000)]
classes/insane: restore printing LIC_FILES_CHKSUM checksum if not specified

OE-Core rev ec8590aa81e201e28e500935d31cd7266114471f (by me)
unintentionally disabled printing the actual checksum value if no
checksum was specified, i.e.:

LIC_FILES_CHKSUM = "file://COPYING;md5="

Printing the actual checksum in this case is really useful when writing
a new recipe, so put this back in.

(From OE-Core rev: e58cdd385584d7449236e6b1dc1bce0cbc8f2a0a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibav: add libpostproc to PROVIDES (for 0.8.x version only)
Paul Eggleton [Fri, 20 Dec 2013 14:55:09 +0000 (14:55 +0000)]
libav: add libpostproc to PROVIDES (for 0.8.x version only)

There is a separate libpostproc recipe in meta-oe for use with 9.x and
later versions of libav for those few that need libpostproc; however if
you just add meta-oe and try to build libpostproc without selecting the
libav 9.x version recipe, you'll be building the libpostproc recipe
together with libav 0.8.x, which provides its own libpostproc; this
leads to confusing errors at packaging time. In order to flag up that
these conflict more appropriately, add libpostproc to PROVIDES
explicitly so that you at least get a multiple providers error at the
start of the build.

Fixes [YOCTO #5335].

(From OE-Core rev: e8f9420fe901675fc1a8d4e41302c2faa4a7dc4a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosstate: Use datastore copies due to data changes persisting
Richard Purdie [Sat, 21 Dec 2013 08:57:16 +0000 (08:57 +0000)]
sstate: Use datastore copies due to data changes persisting

The way the "all arch" PKGSPEC is enabled, it causes corruption
of the datastore of sstate operations against other tasks.

Data store copies are cheap and allow us to use that trick, resetting
to a clean copy of the data afterwards.

(From OE-Core rev: afaf16100efa79a275a2f4b9f2caa80decfdeb81)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoexternalsrc: Fix deltask usage
Richard Purdie [Sat, 21 Dec 2013 08:56:48 +0000 (08:56 +0000)]
externalsrc: Fix deltask usage

An incorrect version of the patch merged which entirely removed the covered
variable. This corrects the patch so the code works.

(From OE-Core rev: 33874f9af895757c4b0fd2f4d350ed308edac03c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoterminal: Exclude BB_ORIGENV from the signatures
Richard Purdie [Fri, 20 Dec 2013 17:16:25 +0000 (17:16 +0000)]
terminal: Exclude BB_ORIGENV from the signatures

devshell was printing a traceback when exiting due to the use of dump_sigs()
being called on the task. This is turn was since this function referenced
BB_ORIGENV. We might as well globally exclude this for now since its a
data store object and cannot be pickled, not would it make sense to do so.

[YOCTO #5683]

(From OE-Core rev: 84b549afb46fce7b5cdaa977286aeb2e90d3bfdb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoyocto-bsp: Add missing interfaces file for qemu BSP templates
Tom Zanussi [Fri, 20 Dec 2013 16:39:11 +0000 (10:39 -0600)]
yocto-bsp: Add missing interfaces file for qemu BSP templates

The qemu BSPs were picking up the wrong interfaces file, resulting in
some erratic interface behavior seen with qemu-based BSPs - this fixes
the problem.

[YOCTO #5636]

(From meta-yocto rev: bbc3d56d6ec28b4cd92874fe4f98e1cd499415be)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosstate/sstatesig: Add populate_lic to list of arch invariant sstate tasks
Richard Purdie [Fri, 20 Dec 2013 12:08:56 +0000 (12:08 +0000)]
sstate/sstatesig: Add populate_lic to list of arch invariant sstate tasks

Like fetch, unpack and patch, populate_lic doesn't vary between different
archs so we should mark it as such. This means better sstate cache reuse
with fewer duplicate files as well as less confusing sstate debugging.

sstatesig also needs to account for the fact BPN is used for sstate files
in these cases.

(From OE-Core rev: 3d59d0bed756f64d0092caa3892239c779c4a341)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobitbake.conf: Exclude WORKDIR changes from sstate checksums
Richard Purdie [Fri, 20 Dec 2013 12:06:41 +0000 (12:06 +0000)]
bitbake.conf: Exclude WORKDIR changes from sstate checksums

The layout of stamp files ensures that changes to WORKDIR mean recipes get rebuilt correctly.
Since WORKDIR usually contains MULTIMACH_TARGET_SYS and that depends on tune variables,
including WORKDIR in sstate checksums adds a lot of noise to the system for what amounts to
no gain.

On the other hand, removing it reduces noise, reduces the size of the siginfo files and
reduces the amount of processing bitbake has to do. It therefore seems like dropping it
from the checksums is an all around win.

(From OE-Core rev: 453353e05d027c6a505d1e13a7982718a13bca8b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosstate: Convert to use ':' as a filename sperator and use SSTATE_SWSPEC globally
Richard Purdie [Fri, 20 Dec 2013 12:06:02 +0000 (12:06 +0000)]
sstate: Convert to use ':' as a filename sperator and use SSTATE_SWSPEC globally

Currently the code has problems differentiating between "gcc-cross" and "gcc-cross-initial"
sstate files. We could add in a ton of special casing but tests show this isn't scaling
well. Using a more unique separator resolves the issue.

The choice of which separator to use is a hard one. We need something which isn't commonly
used in PN, PV, PR, *_OS and *_ARCH which rules out '-', '_' and it needs to work ok with
webservers/http which makes ';' and '%' harder.

The change also sets SSTATE_SWSPEC globally since writing out differently named siginfo
files for the fetch/unpack/patch tasks is a waste of diskspace, the hashes match for
all PN in the majority of cases and if they don't, its not a big issue as the hash is
different. This makes the results from sstate debugging more understandable.

(From OE-Core rev: 6f823a23c5f1d0ffa0a27db1c1bc1907de788505)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibcap: Allow rebuilds to work correctly
Richard Purdie [Fri, 20 Dec 2013 12:05:25 +0000 (12:05 +0000)]
libcap: Allow rebuilds to work correctly

Currently rerunning configure for libcap causes a build failure. This fixes
the sed expressions to work correctly for a rebuild.

(From OE-Core rev: 2a7b96549aab7c6dd854edf3c18e2bb6bb48479d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobeecrypt: Allow PACKAGECONFIG to be overridden
Saul Wold [Thu, 19 Dec 2013 23:31:02 +0000 (15:31 -0800)]
beecrypt: Allow PACKAGECONFIG to be overridden

(From OE-Core rev: ec480d385dd61798dfa224d0c940a36f053f2942)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoharfbuzz: Allow PACKAGECONFIG to be overridden
Saul Wold [Thu, 19 Dec 2013 23:30:40 +0000 (15:30 -0800)]
harfbuzz: Allow PACKAGECONFIG to be overridden

(From OE-Core rev: ca35307b988367f18c3039c1d6c2bc400965a23f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>