]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agotcl: Upgrade to 8.6.3
Chong Lu [Thu, 13 Nov 2014 08:56:14 +0000 (16:56 +0800)]
tcl: Upgrade to 8.6.3

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolsb: update RDEPENDS for broken-out util-linux-getopt
Richard Tollerton [Wed, 5 Nov 2014 21:26:17 +0000 (15:26 -0600)]
lsb: update RDEPENDS for broken-out util-linux-getopt

lsb currently depends on util-linux solely for getopt, but that has now
been broken out into util-linux-getopt. Update RDEPENDS accordingly.

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Acked-by: Ken Sharp <ken.sharp@ni.com>
Acked-by: Ben Shelton <ben.shelton@ni.com
Acked-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agodefault-providers.inc: define VIRTUAL-RUNTIME_getopt
Richard Tollerton [Wed, 5 Nov 2014 21:26:16 +0000 (15:26 -0600)]
default-providers.inc: define VIRTUAL-RUNTIME_getopt

getopt can be provided by either util-linux or busybox. Allow the
distro to control which implementation is used, and default it to
util-linux.

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Acked-by: Ken Sharp <ken.sharp@ni.com>
Acked-by: Ben Shelton <ben.shelton@ni.com
Acked-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoutil-linux: break out util-linux-getopt
Richard Tollerton [Wed, 5 Nov 2014 21:26:15 +0000 (15:26 -0600)]
util-linux: break out util-linux-getopt

The getopt binary itself is only a few kb, while the util-linux package
is much larger. The lsb package is very small and depends only on
getopt. Break it out into util-linux-getopt in order to reduce the disk
requirements of lsb on systems that don't otherwise bring in util-linux.

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Acked-by: Ken Sharp <ken.sharp@ni.com>
Acked-by: Ben Shelton <ben.shelton@ni.com
Acked-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agorpm: fix the rpm addsign function
Roy.Li [Wed, 12 Nov 2014 01:54:56 +0000 (09:54 +0800)]
rpm: fix the rpm addsign function

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopython: Fix CVE-2014-7185
Wenzong Fan [Wed, 12 Nov 2014 08:25:48 +0000 (03:25 -0500)]
python: Fix CVE-2014-7185

Integer overflow in bufferobject.c in Python before 2.7.8 allows
context-dependent attackers to obtain sensitive information from
process memory via a large size and offset in a "buffer" function.

This back-ported patch fixes CVE-2014-7185

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoghostscript: upgrade to 9.15
Hongxu Jia [Wed, 12 Nov 2014 09:08:55 +0000 (17:08 +0800)]
ghostscript: upgrade to 9.15

Rebase cups-no-gcrypt.patch and ghostscript-9.02-parallel-make.patch to 9.15

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosystemd-serialgetty: Disable the carrier detect requirement for serial consoles
Otavio Salvador [Wed, 12 Nov 2014 10:33:26 +0000 (08:33 -0200)]
systemd-serialgetty: Disable the carrier detect requirement for serial consoles

This aligns the params of getty with the ones used in Debian. From the
getty(8) manpage:

,----[ getty(8) manpage ]
|  -L, --local-line
|
|    Force the line to be a local line with no need for carrier
|    detect. This can be useful when you have a locally attached
|    terminal where the serial line does not set the carrier detect
|    signal.
`----

Reported-by: Craig McQueen <craig.mcqueen@beamcommunications.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosysvinit-inittab: Disable the carrier detect requirement for serial consoles
Otavio Salvador [Wed, 12 Nov 2014 10:33:25 +0000 (08:33 -0200)]
sysvinit-inittab: Disable the carrier detect requirement for serial consoles

This aligns the params of getty with the ones used in Debian. From the
getty(8) manpage:

,----[ getty(8) manpage ]
|  -L, --local-line
|
|    Force the line to be a local line with no need for carrier
|   detect. This can be useful when you have a locally attached
|   terminal where the serial line does not set the carrier detect
|   signal.
`----

Reported-by: Craig McQueen <craig.mcqueen@beamcommunications.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Tested-by: Craig McQueen <craig.mcqueen@beamcommunications.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotoolchain-scripts.bbclass: Export KCFLAGS to ensure sysroot is provided
Otavio Salvador [Wed, 12 Nov 2014 10:33:24 +0000 (08:33 -0200)]
toolchain-scripts.bbclass: Export KCFLAGS to ensure sysroot is provided

When building the U-Boot the lack of a proper sysroot can trigger
following error:

,----
| arm-poky-linux-gnueabi-ld.bfd: cannot find -lgcc
| make[2]: *** [examples/standalone/hello_world] Error 1
| make[1]: *** [examples/standalone] Error 2
| make: *** [examples] Error 2
`----

Guillaume Fournier has posted a very complete analysis of the
problem[1].

1. https://lists.yoctoproject.org/pipermail/meta-freescale/2014-November/011270.html

The use of KCFLAGS makes the build of U-Boot work out of box, now that
it uses the Linux kernel build system.

Reported-by: Guillaume Fournier <gfournier@brioconcept.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxkeyboard-config: Inherit gettext
Andrei Gherzan [Fri, 7 Nov 2014 16:23:44 +0000 (17:23 +0100)]
xkeyboard-config: Inherit gettext

In a GPLv3-free build we have two different versions of gettext in sysroot due
to GPLv3 restrictions. In this case we need gettext-native too so we can have
the needed macros and avoid errors like:
"error: possibly undefined macro: AM_GNU_GETTEXT"

The needed dependency is added by gettext class which is prefered because it
takes care of NLS flags too.

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobluez5: fix QA error from configure option
Peter A. Bigot [Mon, 10 Nov 2014 21:12:59 +0000 (15:12 -0600)]
bluez5: fix QA error from configure option

The systemdunitdir option was split into systemdsystemunitdir and
systemduserunitdir before bluez5 was ever released, so this produced a
QA error and was ignored.  There appears to be no reason to override the
inferred default, so replace it with an explicit --enable-systemd.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolinux-firmware: upgrade to git rev 0e5f637
Cristian Iorga [Tue, 11 Nov 2014 08:46:25 +0000 (10:46 +0200)]
linux-firmware: upgrade to git rev 0e5f637

- Intel iwlwifi firmware copyright years changed.
- Cleanup and updates for Intel wireless firmware.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobluez5: upgrade to 5.25
Cristian Iorga [Tue, 11 Nov 2014 08:46:24 +0000 (10:46 +0200)]
bluez5: upgrade to 5.25

- Cleanups and minor fixes;
- Phonebook Access Profile 1.2 and Message Access Profile 1.2 features and improvements;
- Various GATT related fixes;
- Fix for a race condition which could occasionally cause LE connection/pairing failures.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosbc: upgrade to 1.3
Cristian Iorga [Tue, 11 Nov 2014 08:46:23 +0000 (10:46 +0200)]
sbc: upgrade to 1.3

- Frame length calculation for dual-channel mode operation bug fixed;
- Prevents overflow of an internal frame length variable.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowpa-supplicant: upgrade to 2.3
Cristian Iorga [Tue, 11 Nov 2014 08:46:22 +0000 (10:46 +0200)]
wpa-supplicant: upgrade to 2.3

- P2P WiFi improvements;
- Bug fixes.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodocbook-xsl-stylesheets: fix do_configure typo
Ross Burton [Wed, 12 Nov 2014 14:08:41 +0000 (14:08 +0000)]
docbook-xsl-stylesheets: fix do_configure typo

do_configure was incorrectly spelt do_configre, which with recent changes to
base.bbclass mean make clean was invoked, which doesn't exist.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotzdata: update to 2014j
Armin Kuster [Tue, 11 Nov 2014 15:10:35 +0000 (07:10 -0800)]
tzdata: update to 2014j

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotzcode: update to 2014j
Armin Kuster [Tue, 11 Nov 2014 15:10:34 +0000 (07:10 -0800)]
tzcode: update to 2014j

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agostrace: add libunwind dependency
Chong Lu [Wed, 12 Nov 2014 02:09:52 +0000 (10:09 +0800)]
strace: add libunwind dependency

Add libunwind package dependency to solve following error:

configure: error: failed to find libunwind-ptrace.h

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agometa-environment: Fix config-site with a multilib config
Mark Hatle [Tue, 11 Nov 2014 02:09:29 +0000 (20:09 -0600)]
meta-environment: Fix config-site with a multilib config

[YOCTO #6951]

The TOOLCHAIN_CONFIGSITE_SYSROOTCACHE value was defaulting to the nativesdk
path and not the associated target path.  Set the value in toolchain-scripts
to the target path.

Be sure to set the MLPREFIX within the meta-environment script as multilibs
are processed.

Update the config_site file name to use -BPN- not PN.  Otherwise the
environment processing can't find the correct filename.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agovala: upgrade to 0.26.1
Ross Burton [Mon, 27 Oct 2014 23:21:53 +0000 (23:21 +0000)]
vala: upgrade to 0.26.1

vapigen can't be disabled anymore, so remove --disable-vapigen.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoopkg-utils: Update SRCREV
Paul Barker [Fri, 31 Oct 2014 10:34:26 +0000 (10:34 +0000)]
opkg-utils: Update SRCREV

update-alternatives now escapes '[' in expressions passed to sed.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agonss: Upgrade to 3.17.2
Chong Lu [Tue, 11 Nov 2014 01:43:29 +0000 (09:43 +0800)]
nss: Upgrade to 3.17.2

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agodocumentation.conf: add missing tasks / variables
Paul Eggleton [Tue, 11 Nov 2014 10:48:24 +0000 (10:48 +0000)]
documentation.conf: add missing tasks / variables

Document some recently added tasks and variables.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoclassextend: Do not extend for that already have multilib prefix
Jackie Huang [Tue, 11 Nov 2014 01:54:11 +0000 (20:54 -0500)]
classextend: Do not extend for that already have multilib prefix

If a BSP supports two or more multilibs, for example:

    MULTILIBS = "multilib:lib32 multilib:lib64"

and a variable is already extended to include multilib variants,
for example in populate_sdk_base:

    commit 396371588c7fd2d691ca9c39cd02287e43cb665b
    Author: Richard Purdie <richard.purdie@linuxfoundation.org>
    Date: Thu Jul 24 22:09:09 2014 +0100

    populate_sdk_base: Extend TOOLCHAIN_TARGET_TASK to include multilib variants

    Most people expect the toolchain from a multilib build to contain multilib
    components. This change makes that happen and is easy for users to override
    should they want something different.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The mapping clsextend.map_depends_variable("TOOLCHAIN_TARGET_TASK")
ends up with a wrong double extended package name like:

    lib32-lib64-packagegroup-core-standalone-sdk-target

This patch avoid such issues.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosystemd: add PACKAGECONFIG for 'audit'
Chen Qi [Mon, 10 Nov 2014 08:58:44 +0000 (16:58 +0800)]
systemd: add PACKAGECONFIG for 'audit'

Add PACKAGECONFIG for 'audit', otherwise there would be warnings like
below which would possibly lead to do_rootfs failure.

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

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoapr-native: Set CONFIG_SHELL to /bin/bash
Robert Yang [Mon, 10 Nov 2014 03:37:41 +0000 (19:37 -0800)]
apr-native: Set CONFIG_SHELL to /bin/bash

The apr-native provides usr/share/build-1/libtool which is required by
the recipe such as apache2-native. If we don't set the CONFIG_SHELL to
/bin/bash, then:

1) If we build apr-native on a host which is "/bin/sh -> bash", the
   interpreter in usr/share/build-1/libtool would be "#!/bin/sh".
2) When we re-use apr-native's sstate on a host which is
   "/bin/sh -> dash", there would be errors.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogptfdisk: add 0.8.10+git version
Koen Kooi [Mon, 10 Nov 2014 10:11:33 +0000 (11:11 +0100)]
gptfdisk: add 0.8.10+git version

Besides from being useful as fdisk replacement this gives us 'sgdisk'
which can be used to set the GUID for partitions, e.g.

sgdisk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcblk0p1

To mark it as ESP in scripts like mkefidisk.sh.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoqemu: remove task sanitize_sources
Kai Kang [Mon, 10 Nov 2014 02:22:05 +0000 (10:22 +0800)]
qemu: remove task sanitize_sources

There is no dtc/.git and pixman/.git files any longer. So remove task
sanitize_sources which is used to remove these files.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agou-boot: update to version 2014.07
Denys Dmytriyenko [Tue, 16 Sep 2014 23:10:01 +0000 (19:10 -0400)]
u-boot: update to version 2014.07

u-boot doesn't really support building its tools for the target, as they are
built with HOSTCC compiler, which is also used to compile fixdep utility
that gets executed during the build. Since it might be beneficial to have a
target version of mkimage, let's hack it to build fixdep in a separate step.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosystemd: avoid using system-auth
Chen Qi [Wed, 5 Nov 2014 04:44:00 +0000 (12:44 +0800)]
systemd: avoid using system-auth

Patch systemd-user pam configuartion file to avoid using system-auth
file. Instead, we use common-* files.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibtool: remove build host paths from installed libtool
Shiqun Lin [Mon, 3 Nov 2014 09:08:42 +0000 (17:08 +0800)]
libtool: remove build host paths from installed libtool

Resulted libtool contains references about paths from the build host

Below variables contains hard coded build paths from the host:
LTCC=
lt_sysroot=
sys_lib_search_path_spec=
LD=
CC=
compiler_lib_search_dirs=
predep_objects=
postdep_objects=
compiler_lib_search_path=

Signed-off-by: Shiqun Lin <Shiqun.Lin@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobeecrypt: add option --with-dev-dsp
Kai Kang [Wed, 29 Oct 2014 11:16:07 +0000 (19:16 +0800)]
beecrypt: add option --with-dev-dsp

Add this configure option for developer to control if the
/dev/dsp should be used on target. Instead of judging it
based on the very device file of build server.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoscripts: use '/usr/bin/env' in shebangs with python
Martin Hundebøll [Thu, 30 Oct 2014 10:43:24 +0000 (11:43 +0100)]
scripts: use '/usr/bin/env' in shebangs with python

To support yocto on systems with python3 as default version, scripts
should use /usr/bin/env python in the shebang, as this allows the use of
a fake env to mimic python2 as default version.

This patch simply replaces occurrences of #!/usr/bin/python with
 #!/usr/bin/env python and was done with this oneliner:

     git grep -lE '^#!/usr/bin/python' | xargs \
         sed -i 's|/usr/bin/python|/usr/bin/env python|'

Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooprofile: 0.9.9 -> 1.0.0
Richard Purdie [Tue, 4 Nov 2014 11:39:07 +0000 (11:39 +0000)]
oprofile: 0.9.9 -> 1.0.0

opcontrol is now dropped and replaced with the operf interface. As such, we drop
the opstart/opstop commands and any patches related to the old removed interfaces.

Some patches were also mered upstream so those are also dropped.

There is also a problem found on mips with the security flags enabled, the
patch has more specific details.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopython-pygtk: Clean up incorrect "fix"
Gary Thomas [Wed, 5 Nov 2014 14:57:38 +0000 (07:57 -0700)]
python-pygtk: Clean up incorrect "fix"

This patch removes most of "dirty fix #1" which is no longer needed
(no dependency on python-pygobject-dev exists).  A side effect is
that the pygtk code generator will also be installed.

Merge 'fix-path.inc' into this recipe as it is not used by any other
recipe.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopopulate_sdk_base: improve POSIXLY_CORRECT compat
Richard Tollerton [Wed, 5 Nov 2014 21:06:16 +0000 (15:06 -0600)]
populate_sdk_base: improve POSIXLY_CORRECT compat

The install script is sometimes called under POSIXLY_CORRECT. This
requires two fixes be made:

1. `find -perm /0000` is a gnuism; replace with an equivalent boolean
expression using `-perm -0000`.

2. POSIX grep requires that all options be passed on the command line
before all files; otherwise, the options must be parsed as filenames.

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotcl: Upgrade to 8.6.2
Chong Lu [Tue, 30 Sep 2014 09:33:04 +0000 (17:33 +0800)]
tcl: Upgrade to 8.6.2

libgcc_s.so.1 is needed by running ptest, so add libgcc to
RDEPENDS_${PN}-ptest.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agostrace: Upgrade to 4.9
Chong Lu [Tue, 30 Sep 2014 09:33:05 +0000 (17:33 +0800)]
strace: Upgrade to 4.9

Remove two backported patches:
0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch
strace-fix-64-bit-process-detection.patch

Update two patches to fit new version:
Makefile-ptest.patch
strace-add-configure-options.patch

Add coreutils, grep and gawk to RDEPENDS_${PN}-ptest for making
ptest pass.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agobyacc: Upgrade to 20140715
Chong Lu [Tue, 30 Sep 2014 09:33:06 +0000 (17:33 +0800)]
byacc: Upgrade to 20140715

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibpcre: Upgrade to 8.36
Chong Lu [Wed, 8 Oct 2014 06:44:40 +0000 (14:44 +0800)]
libpcre: Upgrade to 8.36

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolz4: update to version r123
Armin Kuster [Wed, 1 Oct 2014 14:23:38 +0000 (07:23 -0700)]
lz4: update to version r123

Makefile md5sum changed since version is hardcode in it.

Added : experimental lz4frame API; special thanks to Takayuki Matsuoka and
Christopher Jackson for testings and suggestions
Fix : s390x support, thanks to Nobuhiro Iwamatsu

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopinentry: update 0.9
Armin Kuster [Sat, 1 Nov 2014 19:35:16 +0000 (12:35 -0700)]
pinentry: update 0.9

removed  some EXTRA_OECONF to  fix:
WARNING: QA Issue: pinentry: configure was passed unrecognised options: --disable-glibtest --disable-pinentry-gtk --disable-pinentry-qt [unknown-configure-option]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoncurses, busybox, cml1.bbclass: Fix menuconfig display corruption
Jason Wessel [Fri, 7 Nov 2014 09:15:45 +0000 (17:15 +0800)]
ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

Previously there was a change to the ncurses compile to make it more
like the typical way it was compiled on a host system.  This fixed a
whole class of host machines, but masked the real underlying problem
with the display corruption issues and menuconfig.

The corner case that led to the discovery that the wrong curses.h file
was getting used was when there was no curses libraries at all on one
of the development hosts.  What had happened before was that
/usr/include/curses.h on the host system had to match closely enough
to the curses.h in the sysroot and then linking against the sysroot
version of curses.so was ok (meaning no display corruption).  But on
some systems with ncurses.h vs curses.h such as SuSE hosts, there were
still issues.

If we fix the root of the problem and force the mconf and lxdialog to
use the correct headers and libraries from the sysroot there is no
further issues and the menuconfig target works properly.  It also
means we can back out the custom compilation flags to the ncurses
recipe because they are no longer needed.

For the kernel part of the menuconfig / nconfig changes it will be
merged separately and this is all based on:

https://lkml.org/lkml/2013/3/3/103

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agonfs-utils: change owner/group of directories in do_install
Chen Qi [Fri, 7 Nov 2014 08:47:19 +0000 (16:47 +0800)]
nfs-utils: change owner/group of directories in do_install

Previously, the owners/groups of directories like /var/lib/nfs/statd
are changed in the init script, /etc/init.d/nfscommon. This is actually
a workaround. We need to change them at do_install time.

This patch fixes the above problem by changing owners/groups at do_install
time.

Besides, configuration option '--with-staduser=nobody' is changed to be
'--with-statduser=rpcuser'. And /var/lib/nfs/statd/state is modified to have
permission 0644, just like other distros (ubuntu, fedora, etc.) do.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoperl: set the perl libraries search path
Jackie Huang [Thu, 6 Nov 2014 05:33:38 +0000 (00:33 -0500)]
perl: set the perl libraries search path

The default value for this is ../../lib which ends up with
something like:
| ./sysroots/x86_64-linux/usr/bin/perl-native/perl5.20.0.real \
| "-I../../lib" "-I../../lib" "-MExtUtils::Command::MM" -e pod2man \
| "--" --section=0 --perm_rw=644 perldoc.pod blib/man1/perldoc.1

in this case, nativeperl will find libraries from the target build,
When using an x86-64 host to target Haswell, you can end up with
../../lib including precompiled modules which use Haswell
instructions, it fails with:
| Running pm_to_blib for dist/if directly
| Skip ../../lib/if.pm (unchanged)
| Makefile:457: recipe for target 'manifypods' failed
| make[1]: *** [manifypods] Illegal instruction

So set it to use the -native ones instead of those from the target
build.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoapt: Add missing running depency debianutils
Ricardo Ribalda Delgado [Mon, 3 Nov 2014 10:13:51 +0000 (11:13 +0100)]
apt: Add missing running depency debianutils

apt-file calls run-parts with options --list and --regex:

root@neopili:~/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/bobcat_64-poky-linux/apt/0.9.9.4-r0/apt-0.9.9.4# grep run-parts cmdline/apt-key -rn
187: for trusted in $(run-parts --list $TRUSTEDPARTS --regex '^.*\.gpg$'); do

busybox implementation of run-parts does not support --regex. And --list option is not enabled on yocto busybox configuration.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agodebianutils: Add recipe from meta-oe
Ricardo Ribalda Delgado [Mon, 3 Nov 2014 10:13:50 +0000 (11:13 +0100)]
debianutils: Add recipe from meta-oe

This recipe is a running dependency of recipe apt

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopackage_manager: DpkgPM fix populate_sdk
Aníbal Limón [Mon, 3 Nov 2014 22:16:25 +0000 (16:16 -0600)]
package_manager: DpkgPM fix populate_sdk

DpkgPM change all_arch_list variable set from PACKAGE_ARCHS to passed
archs variable because is different when is executed from rootfs.py
and sdk.py.

Credits to: Ricardo Ribalda <ricardo.ribalda@gmail.com>

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoimage-buildinfo.bbclass: new class, writes build information to image
Alejandro Hernandez [Wed, 5 Nov 2014 19:21:58 +0000 (13:21 -0600)]
image-buildinfo.bbclass: new class, writes build information to image

Writes build information to target filesystem on /etc/build such as enabled
layers, their current status and commit.

squashspaces was moved to oe/utils.py to make it available to different classes
and avoid code duplication.

[YOCTO #6770]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowatchdog: Upgrade to 5.14
Saul Wold [Fri, 7 Nov 2014 00:19:44 +0000 (16:19 -0800)]
watchdog: Upgrade to 5.14

Move the patches from generic files to watchdog
Rebased the fix-ping due to code reorg on the source

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoman-pages: Upgrade to 3.75
Saul Wold [Fri, 7 Nov 2014 00:19:43 +0000 (16:19 -0800)]
man-pages: Upgrade to 3.75

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolsbinitscripts: Upgrade to 9.56.1
Saul Wold [Fri, 7 Nov 2014 00:19:42 +0000 (16:19 -0800)]
lsbinitscripts: Upgrade to 9.56.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoless: Upgrade to 470
Saul Wold [Fri, 7 Nov 2014 00:19:41 +0000 (16:19 -0800)]
less: Upgrade to 470

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agohdparm: Upgrade to 9.45
Saul Wold [Fri, 7 Nov 2014 00:19:40 +0000 (16:19 -0800)]
hdparm: Upgrade to 9.45

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agohelp2man: Upgrade to 1.46.4
Saul Wold [Fri, 7 Nov 2014 00:19:39 +0000 (16:19 -0800)]
help2man: Upgrade to 1.46.4

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agocups: Upgrade to 2.0.0
Saul Wold [Fri, 7 Nov 2014 00:19:38 +0000 (16:19 -0800)]
cups: Upgrade to 2.0.0

Remove backported patch and rebase gcrypt patch

Licence change updates the date and removes the OpenSSL exception

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoat: Upgrade to 3.1.16
Saul Wold [Fri, 7 Nov 2014 00:19:37 +0000 (16:19 -0800)]
at: Upgrade to 3.1.16

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoresolvconf: Upgrade to 1.76
Saul Wold [Fri, 7 Nov 2014 00:19:36 +0000 (16:19 -0800)]
resolvconf: Upgrade to 1.76

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibxkbcommon: Upgrade to 0.5.0
Saul Wold [Fri, 7 Nov 2014 00:19:35 +0000 (16:19 -0800)]
libxkbcommon: Upgrade to 0.5.0

COPYING has additional MIT section

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosystemtap: Upgrade to 2.6 Git Version
Saul Wold [Fri, 7 Nov 2014 00:19:33 +0000 (16:19 -0800)]
systemtap: Upgrade to 2.6 Git Version

Remove backported patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibksba: Ugrade to 1.3.1
Saul Wold [Fri, 7 Nov 2014 00:19:31 +0000 (16:19 -0800)]
libksba: Ugrade to 1.3.1

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibgcrypt: Ugrade to 1.6.2
Saul Wold [Fri, 7 Nov 2014 00:19:30 +0000 (16:19 -0800)]
libgcrypt: Ugrade to 1.6.2

Remove backported patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoliburcu: Ugrade to 0.8.5
Saul Wold [Fri, 7 Nov 2014 00:19:29 +0000 (16:19 -0800)]
liburcu: Ugrade to 0.8.5

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agonpth: Upgrade to 1.0
Saul Wold [Fri, 7 Nov 2014 00:19:28 +0000 (16:19 -0800)]
npth: Upgrade to 1.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobtrfs: Update to 3.17 version
Saul Wold [Fri, 7 Nov 2014 00:19:27 +0000 (16:19 -0800)]
btrfs: Update to 3.17 version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibcap: Upgrade to 2.24
Saul Wold [Fri, 7 Nov 2014 00:19:26 +0000 (16:19 -0800)]
libcap: Upgrade to 2.24

Tarballs moved to kernel.org
Deleted upstream'ed patch
merged minimal .bb with .inc

Check for security dir before moving it when pam is enabled.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogcc: Fix intermittent failures during configure
Mark Hatle [Fri, 7 Nov 2014 19:21:57 +0000 (13:21 -0600)]
gcc: Fix intermittent failures during configure

If configure or any of the components it uses from the shared work directory
change, do_configure may fail.

An existing do_preconfigure was created to handle these conditions, but
a 'sed' operation was missed, and a call to gnu-configize was also missed.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogdb: 7.7.1 -> 7.8.1
Richard Purdie [Tue, 4 Nov 2014 11:39:08 +0000 (11:39 +0000)]
gdb: 7.7.1 -> 7.8.1

Drop patch merged upstream.

Also drop old arm/thumb patch which breaks the compile on arm. We've
had this since 2010 (or longer) and the issue has likely been fixed
upstream by now. If not someone with more knowledge will need to
figure out the fix against the current codebase.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackage/prserv: Merge two similar functions into one
Richard Purdie [Wed, 5 Nov 2014 18:44:24 +0000 (18:44 +0000)]
package/prserv: Merge two similar functions into one

Having these two separate functions handling PR values seems pointless,
and worse, there are impossible code branches mixed within them.

Merge them into one function and tweak comments so at least you
don't have to read both functions to figure out what is going on.

This does restructure the conditionals to try and aid readability.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobase: Make PRINC warning an error
Richard Purdie [Wed, 5 Nov 2014 18:43:03 +0000 (18:43 +0000)]
base: Make PRINC warning an error

Apparently 1.5 years of warnings isn't enough to get anyone to take any
notice. We therefore make this an error so people can ignore it for
another 6 months whereafter we can finally give up and remove the
obsolete code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoperl: Enable rebuilds to account for configuration changes
Richard Purdie [Wed, 5 Nov 2014 18:49:03 +0000 (18:49 +0000)]
perl: Enable rebuilds to account for configuration changes

If configure/compile was rerun for perl, changes such as libdir changes
were not being picked up. To fix this we we add "make clean"
functionality, if the makefile is present.

We also in this case need to delete the .so file, else some perl modules
try and load the target arch libraries leading to build failures. I'd
love it if there were a better way to do this and am open to better
proposals but this was the best I could find, not being a perl expert.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobase: Improve makefile clean handling, introduce CLEANBROKEN variable
Richard Purdie [Wed, 5 Nov 2014 18:46:35 +0000 (18:46 +0000)]
base: Improve makefile clean handling, introduce CLEANBROKEN variable

It turns out we have quite a number of Makefiles out there without a
clean target. Rather than have all cases code an empty do_configure, add
a CLEANBROKEN variable which when set to "1" will disable the attempt to
"make clean".

This patch also adjusts various recipes which either have this problem
fixed, or have been reported to have make clean failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoltp: update to 20140828 release
Fathi Boudra [Wed, 5 Nov 2014 10:03:33 +0000 (12:03 +0200)]
ltp: update to 20140828 release

bump SRCREV to 20140828 tag
drop automake-foreign patch - fixed upstream (commit 18594de and edbae29)
add add-know-for-tirpc patch - workaround ftbfs with libtirpc found
update realtime tests fixes upstream status from submitted to backported -
merged upstream

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoreadline: Patch for readline multikey dispatch issue
Saul Wold [Fri, 7 Nov 2014 13:52:31 +0000 (13:52 +0000)]
readline: Patch for readline multikey dispatch issue

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage_types.bbclass: whitespace and reorder
Peter A. Bigot [Sun, 2 Nov 2014 10:48:37 +0000 (04:48 -0600)]
image_types.bbclass: whitespace and reorder

Use a multi-line value to set IMAGE_TYPES and put all the compressed
versions of a format on one line.  Other than moving ext2.lzma this is
just whitespace.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoweston: update to version 1.6.0, add libinput PACKAGECONFIG
Denys Dmytriyenko [Tue, 23 Sep 2014 19:31:54 +0000 (15:31 -0400)]
weston: update to version 1.6.0, add libinput PACKAGECONFIG

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowayland: update version to 1.6.0
Denys Dmytriyenko [Tue, 23 Sep 2014 19:31:53 +0000 (15:31 -0400)]
wayland: update version to 1.6.0

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibinput: add 0.6.0 version
Denys Dmytriyenko [Tue, 23 Sep 2014 19:31:52 +0000 (15:31 -0400)]
libinput: add 0.6.0 version

libinput is an optional dependency for Weston to handle input devices
externally, which provides better support especially for touch devices.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agonss: Upgrade to 3.17
Saul Wold [Thu, 4 Sep 2014 20:42:08 +0000 (13:42 -0700)]
nss: Upgrade to 3.17

CVE patches removed since they have been implemented upstream
Rename patch dir (files) to generic PN name

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agofindutils: Upgrade to 4.5.14
Saul Wold [Thu, 4 Sep 2014 20:41:09 +0000 (13:41 -0700)]
findutils: Upgrade to 4.5.14

Move findutils-4.4.2 directory to more generic findutils
Removed backported patches

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agovala: Update to 0.24.0
Saul Wold [Thu, 4 Sep 2014 20:39:55 +0000 (13:39 -0700)]
vala: Update to 0.24.0

Remove un-needed PR and INC_PR
Rename vala-0.16 to more geneic vala

Now correctly supports seperate build/source directorys so drop -sepbuild tag

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotexinfo: integrate texinfo 4.8
Roy Li [Thu, 11 Sep 2014 02:28:28 +0000 (10:28 +0800)]
texinfo: integrate texinfo 4.8

It is a GPLv2 package

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoinsane.bbclass: add condition for build-deps
Chong Lu [Fri, 31 Oct 2014 09:15:45 +0000 (17:15 +0800)]
insane.bbclass: add condition for build-deps

Add condition for build-deps, then we can use it in INSANE_SKIP.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogst-plugin-bluetooth: remove systemd service file
Chong Lu [Fri, 31 Oct 2014 03:22:10 +0000 (11:22 +0800)]
gst-plugin-bluetooth: remove systemd service file

The service file should be included in bluez4 package, not in plugin package.

This solves the following warning:

WARNING: QA Issue: gst-plugin-bluetooth: Files/directories were installed but not shipped
  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/bluetooth.service [installed-vs-shipped]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoqemu: upgrade to 2.1.2
Cristian Iorga [Fri, 31 Oct 2014 14:36:07 +0000 (16:36 +0200)]
qemu: upgrade to 2.1.2

Mainly a bug fix release.

- Patch 0001-Back-porting-security-fix-CVE-2014-5388.patch removed,
included upstream.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopsplash: update to latest git version
Paul Eggleton [Fri, 31 Oct 2014 15:33:30 +0000 (15:33 +0000)]
psplash: update to latest git version

Include two enhancement patches from Olaf Mandel <o.mandel@menlosystems.com>

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogcc: backport two patches to fix ICE in dwarf2out_var_location
Jackie Huang [Fri, 31 Oct 2014 14:41:49 +0000 (10:41 -0400)]
gcc: backport two patches to fix ICE in dwarf2out_var_location

The first patch fixes the ICE in dwarf2out_var_location, at
dwarf2out.c.

r212171:
    * except.c (emit_note_eh_region_end): New helper function.
    (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
    emit EH_REGION_END note.
    * jump.c (cleanup_barriers): Do not split a call and its
    corresponding CALL_ARG_LOCATION note.

But it introduced a regression issue:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63348

so backport the fix for the regression as well:

r215613:
    PR rtl-optimization/63348
    * emit-rtl.c (try_split): Do not emit extra barrier.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoconnman: upgrade to 1.26
Cristian Iorga [Fri, 31 Oct 2014 17:44:26 +0000 (19:44 +0200)]
connman: upgrade to 1.26

- WiFi P2P support in ConnMan has been significantly improved;
- Applications can now register WiFi Display, UPnP or Bonjour P2P services;
- Various bug fixes.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agowget: upgrade to 1.16
Paul Eggleton [Fri, 31 Oct 2014 18:05:08 +0000 (18:05 +0000)]
wget: upgrade to 1.16

Among other things, fixes CVE-2014-4877:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4877

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoacl: add acl dependency to acl-ptest
Ross Burton [Fri, 31 Oct 2014 21:49:19 +0000 (21:49 +0000)]
acl: add acl dependency to acl-ptest

The acl test suite doesn't work without the acl binaries, so add an explicit
dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agotoaster.bbclass: read elapsed time from the stats file
Alexandru DAMIAN [Fri, 31 Oct 2014 19:15:48 +0000 (19:15 +0000)]
toaster.bbclass: read elapsed time from the stats file

We read the elapsed time fromt the build stats file, instead
of computing it independently.

[YOCTO #6833]
[YOCTO #6685]

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoperl: Fix bug when installs SDK in custom directory
Aníbal Limón [Mon, 3 Nov 2014 23:43:00 +0000 (17:43 -0600)]
perl: Fix bug when installs SDK in custom directory

Add site_perl and vendor_perl directories in create_wrapper
this fix bug when searching for libraries in these directories.

[YOCTO #6890]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopackagegroup-self-hosted: add git-perltools
Jackie Huang [Tue, 4 Nov 2014 07:39:01 +0000 (02:39 -0500)]
packagegroup-self-hosted: add git-perltools

git-perltools provides some usefull git tools like:
git-submodule, git-request-pull, git-send-email, git-am, etc.

We should have it added in self-hosted image.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosubversion: 1.8.9 -> 1.8.10
Richard Purdie [Tue, 4 Nov 2014 07:17:24 +0000 (07:17 +0000)]
subversion: 1.8.9 -> 1.8.10

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokexec-tools: 2.0.7 -> 2.0.8
Richard Purdie [Tue, 4 Nov 2014 11:39:06 +0000 (11:39 +0000)]
kexec-tools: 2.0.7 -> 2.0.8

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomdadm: 3.3.1 -> 3.3.2
Richard Purdie [Tue, 4 Nov 2014 11:39:05 +0000 (11:39 +0000)]
mdadm: 3.3.1 -> 3.3.2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopython-pycurl: 7.19.3.1 -> 7.19.5
Richard Purdie [Tue, 4 Nov 2014 11:39:02 +0000 (11:39 +0000)]
python-pycurl: 7.19.3.1 -> 7.19.5

Lines in the readme referring to the license moved, license is unchanged.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibunistring: 0.9.3 -> 0.9.4
Richard Purdie [Tue, 4 Nov 2014 11:39:04 +0000 (11:39 +0000)]
libunistring: 0.9.3 -> 0.9.4

Drop two patches merged upstream.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>