scm/bb/tizen-distro.git
9 years agotcpreplay: add recipe
Zongchun Yu [Tue, 26 Nov 2013 02:51:54 +0000 (10:51 +0800)]
tcpreplay: add recipe

tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems
which gives you the ability to use previously captured traffic in libpcap
format to test a variety of network devices.

(From meta-openembedded rev: 0501fa0f0bf3c9495c337dccf332b39f791ddbb1)

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotcpdump: move from meta-oe to meta-networking
Zongchun Yu [Tue, 26 Nov 2013 02:54:12 +0000 (10:54 +0800)]
tcpdump: move from meta-oe to meta-networking

(From meta-openembedded rev: d62fe9254a116ae5b908889b61fa83e2a9702e3b)

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoproftpd: move pidfile from /var/ to /var/run/
Roy Li [Wed, 27 Nov 2013 08:37:10 +0000 (16:37 +0800)]
proftpd: move pidfile from /var/ to /var/run/

/var/run/ is more suitable to store pidfile for OE, and this fixes
"/etc/init.d/proftpd stop" failure too, since this script assumes
the pidfile is under /var/run

(From meta-openembedded rev: 9b3e284c58bce673801ca3649b53bc53797ce2e9)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: Backport a patch to fix extract.pl for cross compilation
Roy Li [Thu, 21 Nov 2013 03:27:40 +0000 (11:27 +0800)]
quagga: Backport a patch to fix extract.pl for cross compilation

(From meta-openembedded rev: 75c52163b0f6e847f178d5919678f3c2af6f273f)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: add pam support for vtysh
Hongxu Jia [Fri, 8 Nov 2013 03:30:18 +0000 (11:30 +0800)]
quagga: add pam support for vtysh

According to DISTRO_FEATURES to add pam support for quagga, and import
configure file from Fedora.

(From meta-openembedded rev: ec152778cd6cc670991445d02e35685e6e3404ed)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: Fix watchquagga initscript problem.
Bopeng Liu [Tue, 19 Nov 2013 21:50:36 +0000 (15:50 -0600)]
quagga: Fix watchquagga initscript problem.

Change the default config file for making watchquagga can startup successful

(From meta-openembedded rev: 98367f46aab5401e4bc2daf318c9bb9110af463b)

Signed-off-by: Bopeng Liu <Bopeng.Liu@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: Avoid duplicate connected address adding to the list
Xufeng Zhang [Tue, 19 Nov 2013 07:02:30 +0000 (15:02 +0800)]
quagga: Avoid duplicate connected address adding to the list

commit 27ba970b9("quagga/ripd: Fix two bugs after received SIGHUP signal")
introduces an regression: ifp->connected list is cleaned up when ripd is
restarting, however, for interface addresses which are not specified in
ripd configuration file, they are never to be added into ifp->connected
again, this will lead to some abnormal behavior for route advertising.

Instead of cleaning up the ifp->connected list to avoid duplicated
connected address being added into this list, we can check this
condition during interface address adding process and return early
when an identical address has already been added.

(From meta-openembedded rev: 936febdff7a937cd4ef21ea7e42a800c7b8d2a85)

Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: use /bin/false as the login shell
Robert Yang [Tue, 12 Nov 2013 21:24:24 +0000 (05:24 +0800)]
quagga: use /bin/false as the login shell

Use /bin/false as the login shell, just like what Ubuntu does,
otherwise there might be secure issue.

(From meta-openembedded rev: b613318e14a0038b4fc6d5a7378b1affb64fd471)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontpd: make start-stop-daemon command available for ntpd
Qiang Chen [Tue, 19 Nov 2013 21:50:38 +0000 (15:50 -0600)]
ntpd: make start-stop-daemon command available for ntpd

If ntpd script is being called by a non-root user using sudo,
it will fail as follows:

/etc/init.d/ntpd restart
Stopping ntpd: /etc/init.d/ntpd: line 29: start-stop-daemon:
command not found
done
Starting ntpd: /etc/init.d/ntpd: line 24: start-stop-daemon:
command not found
done

This is because /etc/init.d/ntpd calls start-stop-daemon which
is in /sbin (not in the default path for non-root users)

Explicitly configure the PATH to include /sbin.

(From meta-openembedded rev: 5f8ef9cfb23c22ba09a94d678ef1635f7495fb6c)

Signed-off-by: Qiang Chen <qiang.chen@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Reworked to set PATH instead of hardcode the location of start-stop-daemon

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: fix 60-ntpd.list path
Roy Li [Fri, 8 Nov 2013 05:08:44 +0000 (13:08 +0800)]
ntp: fix 60-ntpd.list path

60-ntpd.list should be installed into the same path as ntp systemd service
file, like Fedora core; Orignal path refers
http://www.freedesktop.org/wiki/Software/systemd/timedated/, but where
systemd_unitdir is assumed as /usr/lib/systemd, not /lib/systemd

(From meta-openembedded rev: ba4f5a82bbdb6c0e89e1749887d9c4168f90363e)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolowpan-tools: fix do_install failure
Paul Eggleton [Tue, 19 Nov 2013 16:25:48 +0000 (16:25 +0000)]
lowpan-tools: fix do_install failure

We don't have a proper help2man so building the manpages fails; just
disable building them to fix this as we do elsewhere.

(From meta-openembedded rev: 09b6cc46394392a385d68e2b1252ce545ec664b5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoproftpd: Convert proftpd group to system scope
Qiang Chen [Tue, 19 Nov 2013 21:50:37 +0000 (15:50 -0600)]
proftpd: Convert proftpd group to system scope

Proftpd is meant to be a system user, not a normal user of the
system so lets pass the correct parameters to the system.
Just add --system param when creating ftp group.

(From meta-openembedded rev: 6026617ea32b2c941a6de26f5c14efb9e291b100)

Signed-off-by: Qiang Chen <qiang.chen@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolighttpd: Rename .bbappend to match new version from oe-core
Martin Jansa [Sun, 24 Nov 2013 14:48:37 +0000 (15:48 +0100)]
lighttpd: Rename .bbappend to match new version from oe-core

(From meta-openembedded rev: 6bd20f39d54d767aaaf0c5082fc5612eac90eb15)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogitignore: Ignore Edit backup files, patches, .rej, .orig, .swp
Martin Jansa [Sun, 24 Nov 2013 14:19:27 +0000 (15:19 +0100)]
gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp

(From meta-openembedded rev: 64157ef6f460b0c470ccca9bd9d1051572aab6e0)

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: rename libjson to json-c in DEPENDS
Olof Johansson [Thu, 21 Nov 2013 10:04:13 +0000 (11:04 +0100)]
rsyslog: rename libjson to json-c in DEPENDS

The libjson recipe was renamed to json-c in commit 533c1db2 of oe-core.

(From meta-openembedded rev: 20525d901c651ed85830dee19ac2607a854002c8)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbset-modes: Explicitly set MACHINE_ARCH
Martin Jansa [Tue, 19 Nov 2013 13:14:38 +0000 (14:14 +0100)]
fbset-modes: Explicitly set MACHINE_ARCH

* bitbake-diffsigs output:
  basehash changed from 2f6aa4302713441e9c3c7207c4edea33 to 3486f2b65998ee4ec5bd5fbbe02cadb0
  List of dependencies for variable TARGET_LD_ARCH changed from 'set([])' to 'set(['TUNE_LDARGS'])'
  List of dependencies for variable TARGET_AS_ARCH changed from 'set([])' to 'set(['TUNE_ASARGS'])'
  List of dependencies for variable TARGET_OS changed from 'set([])' to 'set(['ABIEXTENSION', 'LIBCEXTENSION'])'
  List of dependencies for variable TARGET_CC_ARCH changed from 'set([])' to 'set(['TUNE_CCARGS'])'
  List of dependencies for variable TARGET_ARCH changed from 'set([])' to 'set(['TUNE_ARCH'])'
  Dependency on Variable ABIEXTENSION was removed
  Dependency on Variable TUNE_CCARGS was removed
  Dependency on Variable TUNE_FEATURES_tune-armv5t was removed
  Dependency on Variable TUNE_FEATURES_tune-armv5te was removed
  Dependency on Variable TUNE_ARCH was removed
  Dependency on Variable LIBCEXTENSION was removed
  Dependency on Variable TUNE_FEATURES_tune-armv5 was removed
  Dependency on Variable TUNE_LDARGS was removed
  Dependency on Variable DEFAULTTUNE was removed
  Dependency on Variable TUNE_ASARGS was removed
  Dependency on Variable TUNE_FEATURES was removed
  Variable TARGET_LD_ARCH value changed from 'none' to '${TUNE_LDARGS}'
  Variable TARGET_AS_ARCH value changed from 'none' to '${TUNE_ASARGS}'
  Variable TARGET_OS value changed from 'linux' to 'linux${LIBCEXTENSION}${ABIEXTENSION}'
  Variable TARGET_CC_ARCH value changed from 'none' to '${TUNE_CCARGS}'
  Variable TARGET_ARCH value changed from 'allarch' to '${TUNE_ARCH}'
  Hash for dependent task fbset-modes.bb.do_patch changed from eb8e475b55d64d5c9f6427a90e080ba6 to ee7e89fdd852378ee18ac23cdd92f3d3

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-futures: New package (provides concurrent.futures)
Dan McDougall [Tue, 19 Nov 2013 19:39:57 +0000 (19:39 +0000)]
python-futures: New package (provides concurrent.futures)

The python-futures package is a backport of Python 3.2+'s
concurrent.futures module to Python 2.6+.

(From meta-openembedded rev: ef44854f921df616621ad80fb6bc9ba7f37a3339)

Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-webserver: Add LAYERVERSION and LAYERDEPENDS
Wenzong Fan [Tue, 19 Nov 2013 22:11:02 +0000 (16:11 -0600)]
meta-webserver: Add LAYERVERSION and LAYERDEPENDS

Add LAYERVERSION and LAYERDEPENDS to layer.conf

(From meta-openembedded rev: c94ca65829c4bd00b2ec4aef48b9435664d2208e)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-oe, meta-efl: Restore few MIRROR variables
Martin Jansa [Wed, 20 Nov 2013 22:12:08 +0000 (23:12 +0100)]
meta-oe, meta-efl: Restore few MIRROR variables

* these were correctly removed from oe-core in
  commit 3b333896c71689c664475d53daed52404bf6b21b
  Author: Phil Blundell <pb@pbcl.net>
  Date:   Thu Nov 14 18:15:46 2013 +0000

    bitbake.conf: Remove obsolete/unused MIRROR cruft
  but we still need them here, so add them to layer.conf

* FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe)
  meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master"
  meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
  meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
  meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master"

* E_MIRROR/E_SVN are used in many recipes in meta-efl, even with
  upstream moveing to git, not all components are already in git
  and for distros with populated PREMIRROR these variables are still
  important to parse the recipes.

(From meta-openembedded rev: 8f69ed50d12fbe00c97e682398581b163858d680)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosnort: add recipe
Chunrong Guo [Mon, 4 Nov 2013 02:39:56 +0000 (10:39 +0800)]
snort: add recipe

  *snort - a free lightweight network intrusion detection
         system for UNIX and Windows

(From meta-openembedded rev: 881eb77ac627a1a64be0efa81ce074ecc362b4c7)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobarnyard2: add recipe
Chunrong Guo [Mon, 4 Nov 2013 02:43:36 +0000 (10:43 +0800)]
barnyard2: add recipe

  *Barnyard2 is a output system for Snort

(From meta-openembedded rev: 8265d2bbc2342ceafe381143baa45f04dfafd45a)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdnet: add recipe
Chunrong Guo [Mon, 4 Nov 2013 02:45:15 +0000 (10:45 +0800)]
libdnet: add recipe

   *dumb networking library
   *snort depends libdnet

(From meta-openembedded rev: 6058a18d02b23bc464d3678efdbbd9c37f9c411b)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoofono: Rename .bbappend to match new version from oe-core
Martin Jansa [Mon, 18 Nov 2013 22:33:09 +0000 (23:33 +0100)]
ofono: Rename .bbappend to match new version from oe-core

(From meta-openembedded rev: 65beec527ac271a76470bee1fdcee8f1dcc54ec9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdvdread: Use _remove operator to drop silent rules
Martin Jansa [Sun, 17 Nov 2013 13:10:53 +0000 (14:10 +0100)]
libdvdread: Use _remove operator to drop silent rules

* replace causes different signatures for different MACHINES, see
  http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html

(From meta-openembedded rev: a6c5c20f4ebd9be6710a7835061be1ed75597fc6)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-efl: upgrade efl to 1.7.9, e-wm to 0.17.5
Martin Jansa [Fri, 15 Nov 2013 23:27:53 +0000 (00:27 +0100)]
meta-efl: upgrade efl to 1.7.9, e-wm to 0.17.5

* announcement:
  http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg56588.html
* most likely last bump I'll do in meta-efl before upgrading recipes to 1.8

(From meta-openembedded rev: df93b3771776a5938de88cee27aac3578aa3d870)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopiglit: add OpenGL driver test suite
Ross Burton [Mon, 18 Nov 2013 15:09:27 +0000 (15:09 +0000)]
piglit: add OpenGL driver test suite

Piglit is an OpenGL driver test suite that can automatically stress GL hardware
and generate machine- or human-readable reports.

(From meta-openembedded rev: 23536a4d0cc03cbeaa60aa3bb3a8a886f6759d36)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-numpy: add native support
Ross Burton [Mon, 18 Nov 2013 15:40:20 +0000 (15:40 +0000)]
python-numpy: add native support

The compile hack to use a correct config.h isn't needed for native builds, so
mark it as target-specific.

(From meta-openembedded rev: c13c5f40160d289bb62538a16900fed30621cb22)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmodbus: update to upstream stable version 3.0.5
Andrea Galbusera [Sun, 17 Nov 2013 17:09:56 +0000 (18:09 +0100)]
libmodbus: update to upstream stable version 3.0.5

* update SRC_URI according to download location for new releases

(From meta-openembedded rev: 63dda30632b7fcceead0223129c5e3960b1d8667)

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agompd: update to 0.18.4 and get sources from musicpd.org
Andreas Müller [Fri, 15 Nov 2013 20:45:09 +0000 (21:45 +0100)]
mpd: update to 0.18.4 and get sources from musicpd.org

(From meta-openembedded rev: 3c0417e355b4137a6d3285ac1854ac91811ed7b0)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmpd: sources have moved from sourceforge to musicpd.org
Andreas Müller [Fri, 15 Nov 2013 20:45:08 +0000 (21:45 +0100)]
libmpd: sources have moved from sourceforge to musicpd.org

(From meta-openembedded rev: ec8fe2443c66d1f5c8bf116e1e438c2c65f68e03)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoser2net: new package, Serial to network proxy
Maxin B. John [Mon, 26 Aug 2013 09:28:10 +0000 (09:28 +0000)]
ser2net: new package, Serial to network proxy

The ser2net daemon allows telnet and tcp sessions to be established
with a unit's serial ports.

(From meta-openembedded rev: e31bac96c090ab259644319238b5f84615b6737a)

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolog4cplus: Fix LIC_FILES_CHKSUM
Martin Jansa [Thu, 31 Oct 2013 10:23:52 +0000 (11:23 +0100)]
log4cplus: Fix LIC_FILES_CHKSUM

* was probably broken since it was added in:
  commit a506a9efc86cda9dbf36cd916dbbfb1ae2162c45
  Author: Maxin B. John <maxin.john@enea.com>
  Date:   Tue Aug 27 07:55:14 2013 +0000
  Subject: log4cplus: add recipe

(From meta-openembedded rev: 74d557ab8c3ab89b3316d9e5b6599b3831d6f745)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorfkill: Fix build when WORKDIR is included in some git checkout
Martin Jansa [Fri, 15 Nov 2013 21:02:26 +0000 (22:02 +0100)]
rfkill: Fix build when WORKDIR is included in some git checkout

(From meta-openembedded rev: 8155e22cdd7ec20997124989bd8875159130030c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotbb: Disable thumb
Martin Jansa [Fri, 15 Nov 2013 21:02:14 +0000 (22:02 +0100)]
tbb: Disable thumb

(From meta-openembedded rev: 504133a737161be421de0a85500b02012ddb0813)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibopus: upgrade to version 1.0.3
dv@pseudoterminal.org [Wed, 6 Nov 2013 16:39:38 +0000 (17:39 +0100)]
libopus: upgrade to version 1.0.3

(From meta-openembedded rev: 3ad43f05453ac3464971338329c5ada9305512e9)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agohtop: upgrade to version 1.0.2
dv@pseudoterminal.org [Wed, 6 Nov 2013 16:39:37 +0000 (17:39 +0100)]
htop: upgrade to version 1.0.2

(From meta-openembedded rev: 78909f65d8a34afabd765c155489ca3af2484b99)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovim: Disable parallel install, it has races
Khem Raj [Wed, 6 Nov 2013 00:41:17 +0000 (16:41 -0800)]
vim: Disable parallel install, it has races

We end up with install errors when using high parallel factor like -j20

errors like

| mkdir: cannot create directory
`/``build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74':
File exists
| mkdir: cannot create directory
`/build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74':
File exists

(From meta-openembedded rev: 6c29faf02c9c5268eabd8c62e618cb1b3053eaa3)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-greenlet: uprev to 0.4.1
Bruce Ashfield [Mon, 4 Nov 2013 05:52:04 +0000 (00:52 -0500)]
python-greenlet: uprev to 0.4.1

During runtime testing of meta-cloud-services several python scripts were
continunously segfaulting the interpreter. corefiles and gdb pointed at
the greenlet implementation.

Moving to 0.4.1 fixed the segfaults, and showed no regressions.

(From meta-openembedded rev: 7295c2adf3015585acbf5298291888630da025fa)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomariadb: fix QA Issue ELF binary has relocations in .text while multilib enabled
Hongxu Jia [Fri, 15 Nov 2013 08:33:06 +0000 (16:33 +0800)]
mariadb: fix QA Issue ELF binary has relocations in .text while multilib enabled

bitbake lib32-mariadb
...
WARNING: QA Issue: ELF binary 'bitbake_build/tmp/work/x86-wrsmllib32-linux/lib32-mariadb/5.1.67-r0/packages-split/lib32-libmysqlclient/usr/lib/plugin/ha_xtradb.so.0.0.0' has relocations in .text
WARNING: QA Issue: ELF binary 'bitbake_build/tmp/work/x86-wrsmllib32-linux/lib32-mariadb/5.1.67-r0/packages-split/lib32-libmysqlclient/usr/lib/plugin/ha_innodb_plugin.so.0.0.0' has relocations in .text
...
The mariadb used absolute addresses on IA-32, we should forbid this.

(From meta-openembedded rev: baa94eb95116f4f578aaebd5d4a2620e57377fec)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoemacs: Allows non-x11 build on distribution supporting x11
Alexandre Tuleu [Thu, 7 Nov 2013 18:21:17 +0000 (18:21 +0000)]
emacs: Allows non-x11 build on distribution supporting x11

By default emacs will build with x11 if the distribution has x11
support. However in a .bbappend file a user could strip away x11
support, even if x11 is supported on the platform. There was another
check in do_compile_prepend() that checked if the distro has x11
feature and not if PACAKAGECONFIG enables x11 support.

Since in this receipe dbus dependence is only marked if x11 is
enabled, desactiving x11 support should also desactivate dbus support.

(From meta-openembedded rev: a64bd5b7e4e95d71c8dd5439ac30f2e3fbcff77a)

Signed-off-by: Alexandre Tuleu <alexandre.tuleu.2005@polytechnique.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognuradio: Remove recipes. Now lives in meta-sdr.
Philip Balister [Fri, 15 Nov 2013 00:14:12 +0000 (19:14 -0500)]
gnuradio: Remove recipes. Now lives in meta-sdr.

https://github.com/balister/meta-sdr

(From meta-openembedded rev: 4580f49afe7d974f279eae766c0171aeb208689a)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agouhd: Remove from meta-oe. Now lives in meta-sdr.
Philip Balister [Fri, 15 Nov 2013 00:14:11 +0000 (19:14 -0500)]
uhd: Remove from meta-oe. Now lives in meta-sdr.

https://github.com/balister/meta-sdr

(From meta-openembedded rev: 381c941594752465d08967f3567c7a63e4cc3170)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsmi: initial add 0.4.8
Jack Mitchell [Thu, 14 Nov 2013 10:39:51 +0000 (10:39 +0000)]
libsmi: initial add 0.4.8

(From meta-openembedded rev: 8a56dc88faceb0b1f6e1dfad84203a976a887890)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agozile: initial add 2.4.9
Jack Mitchell [Wed, 13 Nov 2013 17:23:55 +0000 (17:23 +0000)]
zile: initial add 2.4.9

(From meta-openembedded rev: 352ddf095440e0affb3ceb7da2fd45a1ba28f093)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgc: initial add 7.2
Jack Mitchell [Wed, 13 Nov 2013 17:23:54 +0000 (17:23 +0000)]
libgc: initial add 7.2

(From meta-openembedded rev: 288ccbd4d35cae693bac7c081a0866b6325ef5e7)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtkextra: initial add v3.0.5
Jack Mitchell [Wed, 13 Nov 2013 17:03:45 +0000 (17:03 +0000)]
gtkextra: initial add v3.0.5

(From meta-openembedded rev: 8b2e0b285664899b6f0b18fd2bc746de01dbd7ad)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoktap: fix SRCREV for v0.3
Anders Darander [Tue, 12 Nov 2013 11:39:28 +0000 (12:39 +0100)]
ktap: fix SRCREV for v0.3

When ktap made the release announcement, the tag v0.3 seems to have moved. Set the
correct SRCREV for the announced v0.3.

(From meta-openembedded rev: caecde195c436384c77cf84d0dc413303f13ac7c)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoaccel-ppp: fix qa issue 'found library in wrong location' while multilib enabled...
Hongxu Jia [Thu, 7 Nov 2013 02:10:47 +0000 (10:10 +0800)]
accel-ppp: fix qa issue 'found library in wrong location' while multilib enabled on qemux86-64

While multilib enabled on qemux86-64, accel-ppp-lib should be installed to
'${baselib}/accel-ppp', but the accel-ppp's CMakeLists.txt hardcoded
to install to 'lib/accel-ppp', such as:
...
INSTALL(TARGETS log_file
        LIBRARY DESTINATION lib/accel-ppp
)
...

(From meta-openembedded rev: 63be0ff381350e471ebf318baef6a971bd87fe11)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoorc: version 0.4.18 migrated to oe-core
dv@pseudoterminal.org [Wed, 6 Nov 2013 23:00:52 +0000 (00:00 +0100)]
orc: version 0.4.18 migrated to oe-core

(From meta-openembedded rev: e91315fc217cdc925f1f0a7a74df7ca50b31acd7)

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopinpoint: add gdk-pixbuf loaders to runtime recommendations
Ross Burton [Fri, 1 Nov 2013 17:50:10 +0000 (17:50 +0000)]
pinpoint: add gdk-pixbuf loaders to runtime recommendations

A pinpoint that can't load images isn't really useful, so recommend the PNG and
JPEG loaders.

(From meta-openembedded rev: f00693e3306a70335372c5dcec2432031f8948b1)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopinpoint: add missing build dependency on cogl
Ross Burton [Fri, 1 Nov 2013 17:50:09 +0000 (17:50 +0000)]
pinpoint: add missing build dependency on cogl

(From meta-openembedded rev: 5c135661e1fe2128f66daaa94de3273de7980ce0)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomesa-glut: add Mesa's OpenGL Utility Toolkit implementation
Ross Burton [Fri, 1 Nov 2013 17:48:07 +0000 (17:48 +0000)]
mesa-glut: add Mesa's OpenGL Utility Toolkit implementation

(From meta-openembedded rev: 8846c4242ee587db15ead2a9d067bdd5dda1a6ab)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-mako: use BBCLASSEXTEND instead of native recipe
Ross Burton [Fri, 1 Nov 2013 17:22:38 +0000 (17:22 +0000)]
python-mako: use BBCLASSEXTEND instead of native recipe

There isn't a need for a separate native recipe, so use BBCLASSEXTEND and
overrides.

(From meta-openembedded rev: 6c2a235545839b1ae6e9940cafe2b6617a57a344)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoutouch-mtview: Add missing dependency to libx11
Samuel Stirtzel [Thu, 31 Oct 2013 11:36:55 +0000 (11:36 +0000)]
utouch-mtview: Add missing dependency to libx11

(From meta-openembedded rev: bab1d28a3520556f1fd0ecd70ea9579e25dbcb3e)

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenssh: Rename .bbappend to match new version from oe-core
Martin Jansa [Fri, 15 Nov 2013 15:17:02 +0000 (16:17 +0100)]
openssh: Rename .bbappend to match new version from oe-core

(From meta-openembedded rev: 843475197d97fa4ebf90374da7ec0446d4653290)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: Rename .bbappend to match new version from oe-core
Martin Jansa [Fri, 15 Nov 2013 15:16:39 +0000 (16:16 +0100)]
systemd: Rename .bbappend to match new version from oe-core

(From meta-openembedded rev: 27827b3a9676a66ef881aaa3628cf64c5f914bc3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: use cherokee-project.de mirror
Eric Bénard [Thu, 7 Nov 2013 17:12:49 +0000 (18:12 +0100)]
cherokee: use cherokee-project.de mirror

(From meta-openembedded rev: 20f352810d46daea9a20989b77f347fb8564ebf0)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodnsmasq: uprev to 2.6.3
Bruce Ashfield [Mon, 4 Nov 2013 05:49:41 +0000 (00:49 -0500)]
dnsmasq: uprev to 2.6.3

A minimum dnsmasq version of 2.5.9 is required deal with IPv6 link local
addresses. So instead of just going to the minimum version, we can go
all the way to 2.6.3.

As part of this update, the following changes have been made in addition to
the pure version update:

  - PR is dropped in favour of PRSERVER functionality
  - dhcp_release is added to the default build, since it is used in the
    cleanup phase for virtual machines.

(From meta-openembedded rev: ffb5434823195cbdc41c76a110eaa6ae04e2b010)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcf: move from meta-virtualization to meta-networking
Bruce Ashfield [Mon, 4 Nov 2013 05:49:42 +0000 (00:49 -0500)]
netcf: move from meta-virtualization to meta-networking

netcf was orginally introduced in meta-virtualization, since it provides
functionality required by libvirt, but it is otherwise not bound to
virtualization.

So we can move it to meta-networking, and in the process uprev to the
the latest 0.2.3 functinality.

(From meta-openembedded rev: a1b14825aaef4e3430849bd9e3f93302b2f83af1)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: backport a patch from 0.99.22 to fix "no ip address" command
Roy Li [Mon, 4 Nov 2013 03:31:50 +0000 (11:31 +0800)]
quagga: backport a patch from 0.99.22 to fix "no ip address" command

(From meta-openembedded rev: e854d0d71ea957d0fac78135bb67d1a0c70eeb2b)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocrda: correct QA issues with sbindir
Joe MacDonald [Wed, 6 Nov 2013 15:36:48 +0000 (10:36 -0500)]
crda: correct QA issues with sbindir

regdbdump and crda are installed in /sbin/ and still link against stuff in
/usr/lib, causing QA warnings / errors:

   WARNING: QA Issue: crda: /sbin/regdbdump, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x00000000dead1000)
   WARNING: QA Issue: crda: /sbin/regdbdump, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00000000dead3000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x00000000dead1000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-genl-3.so.200 => /usr/lib64/libnl-genl-3.so.200 (0x00000000dead2000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-3.so.200 => /usr/lib64/libnl-3.so.200 (0x00000000dead3000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-nf-3.so.200 => /usr/lib64/libnl-nf-3.so.200 (0x00000000dead4000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-route-3.so.200 => /usr/lib64/libnl-route-3.so.200 (0x00000000dead5000)
   WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00000000dead7000)

relocate them to /usr/sbin to squelch the warning.

(From meta-openembedded rev: fc88b591dfac2c13a7475a2c2d4637ff54cd0a75)

Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoautofs: correct QA issues with orphaned systemd files
Joe MacDonald [Fri, 1 Nov 2013 18:24:36 +0000 (14:24 -0400)]
autofs: correct QA issues with orphaned systemd files

If we build a project without systemd support on a system that has systemd
enabled, the following QA items get flagged:

  /lib
  /lib/systemd
  /lib/systemd/system
  /lib/systemd/system/autofs.service

Trying to keep the solution to the problem as contained as possible in a
way that may be accepted up-stream by adding an optional parameter to the
--with-systemd flag.

(From meta-openembedded rev: 3cf6fd9961b290f6346be94a98b28a44508176e4)

Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibao: add missing plugin to packages list
Patrick Patat [Tue, 29 Oct 2013 13:07:15 +0000 (13:07 +0000)]
libao: add missing plugin to packages list

(From meta-openembedded rev: 153372542a75625cda97b864afc25b3cac54772d)

Signed-off-by: Patrick Patat <patrick.patat@innotis.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-disk-utility: create an extra package for gdu libraries
Andreas Müller [Wed, 30 Oct 2013 20:04:25 +0000 (20:04 +0000)]
gnome-disk-utility: create an extra package for gdu libraries

In some environments only libraries are required and the deamon
started at X-session is an unusused feature.

(From meta-openembedded rev: c9795fbfab3ee317422075ee19d8fb6a8782ef0c)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-common: start Xsession when starting Xserver
Martin Jansa [Tue, 29 Oct 2013 16:08:51 +0000 (17:08 +0100)]
xserver-common: start Xsession when starting Xserver

* since this commit
  commit 305038f932fbcb39f3bb6698f8fad18172c30962
  Author: Jonathan Liu <net147@gmail.com>
  Date:   Wed Jun 12 08:30:15 2013 +0000
    xserver-nodm-init: do not execute Xsession twice

  xserver-nodm-init wasn't working correctly when it was used together
  with xserver-common which doesn't start Xsession from Xserver (unlike
  x11-common in oe-core).

(From meta-openembedded rev: 619af4afb943fed12ef150f7ecf540776fee435e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes: Remove PR = r0 from all recipes
Martin Jansa [Thu, 31 Oct 2013 10:25:45 +0000 (11:25 +0100)]
recipes: Remove PR = r0 from all recipes

* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

(From meta-openembedded rev: 4d62e7f575e2a87197c74ab4639561b45eec0e60)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall
Martin Jansa [Thu, 31 Oct 2013 20:10:51 +0000 (21:10 +0100)]
cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall

* make files in bindir/sbindir a bit more deterministic

(From meta-openembedded rev: 13729091f98720884dc28f9e66c6fb5525ec3c84)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobridge-utils: inherit update-alternatives to avoid duplicate code
Chen Qi [Thu, 31 Oct 2013 06:29:46 +0000 (14:29 +0800)]
bridge-utils: inherit update-alternatives to avoid duplicate code

Inherit update-alternatives to avoid duplicate code.

(From meta-openembedded rev: fe0c58ddd2035fa04540cb09c42a9473ea797154)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agondisc6: chmod in do_install and remove unnecessary pkg_postinst
Chen Qi [Thu, 31 Oct 2013 06:29:45 +0000 (14:29 +0800)]
ndisc6: chmod in do_install and remove unnecessary pkg_postinst

We can use chmod to set the SUID bit for applications in the do_install
task. If we do so, the pkg_postinsts are no longer needed.

(From meta-openembedded rev: edd499dfdba1a944497185af67e307d5cef7ab9e)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: fix pkg_postinst
Chen Qi [Thu, 31 Oct 2013 06:29:44 +0000 (14:29 +0800)]
quagga: fix pkg_postinst

This patch mainly involves two changes.
1. Create necessary files at do_install task. Add these configuration
   files to the CONFFILES variable.
2. Move the `chmod' and `chown' commands to do_install task.

After these two changes, qugga can run successfully at rootfs time.

(From meta-openembedded rev: 7f1b4775ef198d86821997632bf6e38305f3fa1b)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoradvd: fix pkg_postinst
Chen Qi [Thu, 31 Oct 2013 06:29:43 +0000 (14:29 +0800)]
radvd: fix pkg_postinst

`/etc/init.d/populate-volatile.sh update' only needs to run in case
of an on-target installation. And it should have a prerequisite that
the script is executable.

(From meta-openembedded rev: 1ec32c102f48f26f18b4fa4b9ede064928e8a01e)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: remove the unnecessary pkg_postinst
Chen Qi [Thu, 31 Oct 2013 06:29:42 +0000 (14:29 +0800)]
cyrus-sasl: remove the unnecessary pkg_postinst

saslpasswd2 is used by an administrator to set a user's sasl password,
setting a default one in pkg_postinst in not only unnecessary but also
inappropriate.

Besides, running saslpasswd2 takes a significant amount of time to finish,
so this pkg_postinst will make the first boot take longer time.

According to the above two reasons, the patch remove the pkg_postint.

(From meta-openembedded rev: d65d7bd079601033b97dc31a1a7710f9bf2f2b25)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: ensure size_t is defined for use by sasl.h
Mark Asselstine [Wed, 30 Oct 2013 18:45:54 +0000 (14:45 -0400)]
cyrus-sasl: ensure size_t is defined for use by sasl.h

While making use of the cyrus-sasl library an external application
will most likely include sasl.h which will cause compilation failures
if steps haven't been taken to define size_t. This should not be the
responsibility of the application building against the sasl library
but rather handled already in sasl.h. Here we ensure sasl.h has the
proper includes to have size_t defined before it is used.

(From meta-openembedded rev: 82d1ec9d612a0d1300efa912dd01e20068016705)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga/ripd: Fix two bugs after received SIGHUP signal
Xufeng Zhang [Thu, 24 Oct 2013 09:48:41 +0000 (17:48 +0800)]
quagga/ripd: Fix two bugs after received SIGHUP signal

There are two problems for ripd implementation after received
SIGHUP signal:
1). ripd didn't clean up ifp->connected list before reload
    configuration file which makes the same advertise packet
    being sent multiple times(depends on how many SIGHUP was recieved).
2). ripd reset ri->split_horizon flag to RIP_NO_SPLIT_HORIZON
    during restart which is different from the flag when ripd is
    firstly started up, leading to unnecessary route to be advertised.

[YOCTO #5266]

(From meta-openembedded rev: 27ba970b9eabd254aea24848420c4d3b8674761f)

Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolua5.1: apply lua.org patches for lua-5.1.5
Marko Lindqvist [Fri, 25 Oct 2013 08:56:36 +0000 (08:56 +0000)]
lua5.1: apply lua.org patches for lua-5.1.5

(From meta-openembedded rev: e9759bfafb9f19b4dafb8c4888097690030ea616)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomariadb-native: depends on zlib-native
Wenzong Fan [Fri, 25 Oct 2013 06:37:40 +0000 (06:37 +0000)]
mariadb-native: depends on zlib-native

Mariadb will provide zlib.* if it can't find zlib binaries and headers
from sysroots path. We have set it to use external zlib.* firstly with
these definitions/configs in inc file:

    + DEPENDS = "ncurses zlib"
    + --with-zlib-dir=${STAGING_EXECPREFIXDIR}

But native bb file overrides the dependencies with:

    + DEPENDS = "ncurses-native"

If mariadb-naitve was built before zlib-native, its own zlib will be
built and provide zlib.la which will brake other packages link to real
zlib with errors like:

    * .../usr/lib/libz.a(gzclose.o): relocation R_X86_64_32 against \
      `a local symbol' can not be used when making a shared object; \
      recompile with -fPIC
    * .../usr/lib/libz.a: could not read symbols: Bad value

By removing the DEPENDS = "ncurses-native" from the native bb file,
mariadb-native will still have the DEPENDS (ncurses zlib) from the
inc file, and since the recipe is mariadb-native, this is equivalent
to DEPENDS = "ncurses-native zlib-native" due to the map_dependencies()
inner fuction for native_virtclass_handler() in "oe-core/meta/classes/
native.bbclass".

(From meta-openembedded rev: 274147fc56e3f8900547841758930b6aff282069)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomaliit: Follow move to github
Christoph Settgast [Mon, 28 Oct 2013 13:51:03 +0000 (13:51 +0000)]
maliit: Follow move to github

The maliit sources are hosted on github now, update the SRC_URI
accordingly.

(From meta-openembedded rev: 615aeb15051b55e7975c7d3b28c967cd01f4dd26)

Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: Rename bbappend to match new version from oe-core
Martin Jansa [Wed, 30 Oct 2013 17:03:37 +0000 (18:03 +0100)]
connman: Rename bbappend to match new version from oe-core

(From meta-openembedded rev: 12aaa9834cbbab347fdd12def6a708653f185d3f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoat: Rename bbappend to match new version from oe-core
Martin Jansa [Wed, 30 Oct 2013 17:03:05 +0000 (18:03 +0100)]
at: Rename bbappend to match new version from oe-core

(From meta-openembedded rev: 289382d5c1613144138d6dd2a6fd05dbf44636d8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenssh: Rename .bbappend to match new version from oe-core
Martin Jansa [Tue, 29 Oct 2013 11:17:29 +0000 (12:17 +0100)]
openssh: Rename .bbappend to match new version from oe-core

(From meta-openembedded rev: f1aaf7c292f0d7f37187e2d1cb7001aae56c9579)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolowpan-tools: configure python files installation path
Roy Li [Mon, 28 Oct 2013 02:20:27 +0000 (10:20 +0800)]
lowpan-tools: configure python files installation path

configure python files installation path or else it will use the
default value /usr/lib/python*, which is wrong on 64bit and multilibs
enabled system

(From meta-openembedded rev: f855787fb3e7fac8bbd2f3d23d1ea6884e776c66)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotftpd-hpa: update default tftpboot location
Joe MacDonald [Fri, 25 Oct 2013 15:03:56 +0000 (11:03 -0400)]
tftpd-hpa: update default tftpboot location

The tftp-hpa package installs /var/lib/tftpboot and tftpd-hpa is
configured to use that directory, but the default points at /svc/tftpboot.
Correct that so the default points to a location that exists when the
package is installed.

(From meta-openembedded rev: 37c03f32bc51d98cfe4774994ec6639941913932)

Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoapache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES
Roy Li [Fri, 25 Oct 2013 07:02:21 +0000 (15:02 +0800)]
apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES

Since both config_var.mk and config.nice will be packaged into sstate cache,
and be reused, add them into SSTATE_SCAN_FILES to replace the hardcoded paths

(From meta-openembedded rev: 176db0f7e1dc60faea2fa78202c02552a5af8fed)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: fix the installed but not shipped issue
Robert Yang [Sat, 26 Oct 2013 05:59:26 +0000 (01:59 -0400)]
cherokee: fix the installed but not shipped issue

We will get the following ERROR/WARN if we enable the
installed-vs-shipped check in QA:

ERROR: QA Issue: cherokee: Files/directories were installed but not shipped
  /srv
  /srv/www
  /srv/www/htdocs
  /srv/www/htdocs/index.html
  /srv/www/htdocs/images
  /srv/www/htdocs/images/cherokee-logo.png
  /srv/www/htdocs/images/default-bg.png
  /srv/www/htdocs/images/favicon.ico
  /srv/www/htdocs/images/powered_by_cherokee.png

I think that we can pack these files into cherokee just like what
apache2 does.

Fedora 17 also packs them

(From meta-openembedded rev: b71a6567f84e13593aec6f3a6ad4f9e9e0c15c3f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosthttpd: add systemd service
Nick Glynn [Mon, 14 Oct 2013 14:10:54 +0000 (15:10 +0100)]
sthttpd: add systemd service

(From meta-openembedded rev: 603c635feb211e7c092a39e73784303859bfdd47)

Signed-off-by: Nick Glynn <n.s.glynn@gmail.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibedit: fix multilib build issue
Zhenhua Luo [Thu, 24 Oct 2013 07:56:06 +0000 (07:56 +0000)]
libedit: fix multilib build issue

Failed to fetch URL http://www.thrysoee.dk/editline/lib64-libedit-20121213-3.0.tar.gz

(From meta-openembedded rev: beee26305246a75b3e0c75828ba6c660abee6392)

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobigbuckbunny: Don't use whole avi in LIC_FILES_CHKSUM and add version
Martin Jansa [Sun, 20 Oct 2013 12:45:36 +0000 (14:45 +0200)]
bigbuckbunny: Don't use whole avi in LIC_FILES_CHKSUM and add version

* it's causing huge deploy/licenses files:
  211M    deploy/licenses/bigbuckbunny-480p
  317M    deploy/licenses/bigbuckbunny-720p
  886M    deploy/licenses/bigbuckbunny-1080p
  and avi checksum is already verified by SRC_URI checksums

(From meta-openembedded rev: 12994b85e6018eb09ca9ccb238ac179ee23dc229)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.2: drop this version
Martin Jansa [Sun, 20 Oct 2013 12:42:03 +0000 (14:42 +0200)]
llvm3.2: drop this version

* 3.3 is used by default mesa config, 2.8 is used in meta-java, keep 2.9 as last in 2*

(From meta-openembedded rev: f2206daef26f1525a2688a0d5a2b53e8a6f71b99)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodropbear: Rename bbappend to match new version from oe-core
Martin Jansa [Sun, 27 Oct 2013 19:27:19 +0000 (20:27 +0100)]
dropbear: Rename bbappend to match new version from oe-core

(From meta-openembedded rev: 69ad7a82aec017ec3267b47d771075303a884d99)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomacchanger: fix PN -> BPN in FILES_${PN} for multilibs
Roy Li [Fri, 25 Oct 2013 05:23:24 +0000 (13:23 +0800)]
macchanger: fix PN -> BPN in FILES_${PN} for multilibs

(From meta-openembedded rev: 71b4f7524aa21db2a3dd1aa9b3b50b73dfe1b2dd)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocifs-utils: add --ignore-fail-on-non-empty for rmdir
Robert Yang [Thu, 24 Oct 2013 14:40:50 +0000 (10:40 -0400)]
cifs-utils: add --ignore-fail-on-non-empty for rmdir

Add --ignore-fail-on-non-empty for rmdir in case there are files in the
directories.

(From meta-openembedded rev: 2e4b24dad58095579ce3fb34a33b029cfcf0a813)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoautofs: fix do_install failure and remove unused /var/run directory
Chen Qi [Thu, 24 Oct 2013 04:47:39 +0000 (12:47 +0800)]
autofs: fix do_install failure and remove unused /var/run directory

If ${D}/run doesn't exist, the following statement will have non-zero
exit code, which leads to do_install failure.
     test -d ${D}/run && rmdir ${D}/run

Modify it to use the if statement to make the do_install task succeed
no matter ${D}/run exists or not.

Also, this patch removes the unused /var/run directory. Leaving that
directory there will result in /run directory created before splitting
package, which in turn lead to 'installed-vs-shipped' QA error or QA
warning.

(From meta-openembedded rev: ddfcd90894a9b16e13b471d75745ae7b9cf7fca7)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoktap: add initial recipe
Anders Darander [Fri, 18 Oct 2013 05:14:55 +0000 (05:14 +0000)]
ktap: add initial recipe

Ktap is a new scripting dynamic tracing tool for Linux.

>From kernel v3.13 it'll live inside the kernel tree, but for earlier kernels,
this recipe will be usefull.

(From meta-openembedded rev: adb7af3fe95668a85c79acc6f0a2dafc0a96f7e1)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobreakpad: add initial recipe
Anders Darander [Fri, 18 Oct 2013 05:14:54 +0000 (05:14 +0000)]
breakpad: add initial recipe

Breakpad is an open-source multi-platform crash reporting system.

Apart from the breakpad recipe, add a bbclass for applications that want
to use this library. This bbclass will set up the include path and also
generate the symbol file.

(From meta-openembedded rev: a4657e4395e0714198c34f02c54043edb8baeafb)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibhugetlbfs: kill /opt usage
Koen Kooi [Fri, 18 Oct 2013 08:48:06 +0000 (08:48 +0000)]
libhugetlbfs: kill /opt usage

/opt should never be used for packages built by OE, so install the tests in a more standard location.

(From meta-openembedded rev: be7ba2fcf1651e3fb01842925100fd4cddfc7f1f)

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: fix dependency name (json-c => libjson)
Olof Johansson [Fri, 18 Oct 2013 07:27:28 +0000 (07:27 +0000)]
rsyslog: fix dependency name (json-c => libjson)

(From meta-openembedded rev: ed796941d04efa39b3b643f1b1e543eab6675a11)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognumeric: Fix build failure with newer autotools
Khem Raj [Fri, 18 Oct 2013 04:00:14 +0000 (04:00 +0000)]
gnumeric: Fix build failure with newer autotools

Backports from upstream

(From meta-openembedded rev: ddeb0fe9186a0a7d101221d6db32bcdcd09e5a10)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocoriander: add recipe
Cliff Brake [Fri, 18 Oct 2013 00:38:29 +0000 (00:38 +0000)]
coriander: add recipe

Initial recipe created by Khem Raj

(From meta-openembedded rev: 17872764a5cfc402b0b33a1ac9e6d3f9e2e827da)

Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdc1394: Remove redundant dependencies
Khem Raj [Fri, 18 Oct 2013 00:34:23 +0000 (00:34 +0000)]
libdc1394: Remove redundant dependencies

(From meta-openembedded rev: 6e6e0f4faf1b7db0acdbedd15a940bc83c444d2a)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibraw1394: Upgrade 2.0.9 -> 2.1.0
Khem Raj [Fri, 18 Oct 2013 00:16:04 +0000 (00:16 +0000)]
libraw1394: Upgrade 2.0.9 -> 2.1.0

(From meta-openembedded rev: 097e3322fe63d3d3be8e5e28e8224361ff26ab8b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>