scm/bb/tizen-distro.git
9 years agodialog: inherit brokensep and use pkg-config to detect ncurses
Roy Li [Thu, 19 Jun 2014 09:20:23 +0000 (17:20 +0800)]
dialog: inherit brokensep and use pkg-config to detect ncurses

1. inherit autotools-brokensep, or else configuration will fail since B!=S
2. use pkg-config to detect ncurses, since ncurses-config no longer works

(From meta-openembedded rev: 52b21a1951fc21ae1ae85440fcf6da04ad3258ea)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-power-manager: Fix build with B!=S
Martin Jansa [Fri, 20 Jun 2014 15:22:26 +0000 (17:22 +0200)]
gnome-power-manager: Fix build with B!=S

(From meta-openembedded rev: cc15a4fd24e461f622f5d3aa47da1792390468d2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopm-qa: update to 0.4.11 release
Fathi Boudra [Fri, 20 Jun 2014 12:24:42 +0000 (15:24 +0300)]
pm-qa: update to 0.4.11 release

(From meta-openembedded rev: 5177d38d46c72fc1f8abcb54c4a1caf8312ed927)

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbset: the package doesn't use autotools at all
Denys Dmytriyenko [Thu, 19 Jun 2014 21:21:52 +0000 (17:21 -0400)]
fbset: the package doesn't use autotools at all

Previous attempt at fixing it (3649e6b52f0fad88847fb9d4780c02249b147f5f) was
to replace inherit autotools with autotools-brokensep. But since the package
doesn't use autotools at all, there's no need to inherit either of those
classes.

(From meta-openembedded rev: 162a0867b6f80492e95ddcac8779e2ac91d452a5)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoaufs-util: add new recipe
Paul Eggleton [Thu, 19 Jun 2014 14:09:56 +0000 (15:09 +0100)]
aufs-util: add new recipe

Introducing the aufs-util target recipe. This would be used in
conjuction with the aufs kernel feature to provide union mounts suitable
for live boot applications.

Only the target binaries are currently packages, with man pages,
libraries and other artifacts skipped in this initial integration.

(Integration work done by Bruce Ashfield <bruce.ashfield@windriver.com>
and Chen Qi <Qi.Chen@windriver.com> .)

(From meta-openembedded rev: feff44226210053d786278161dcb4e7b826ece12)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgsf, gnumeric, wv, abiword, goffice: Blacklist because of broken libgsf after...
Martin Jansa [Thu, 19 Jun 2014 09:15:58 +0000 (11:15 +0200)]
libgsf, gnumeric, wv, abiword, goffice: Blacklist because of broken libgsf after glib upgrade

(From meta-openembedded rev: 0de19c01c57ad2ec978c988c89fbb24a429a6d59)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsocketcan: Fix build with B!=S
Martin Jansa [Thu, 19 Jun 2014 08:54:04 +0000 (10:54 +0200)]
libsocketcan: Fix build with B!=S

(From meta-openembedded rev: c811ad2cdca06797f1e9cf9478167bc4808a1908)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: move from meta-oe to meta-gnome
Martin Jansa [Wed, 18 Jun 2014 21:57:29 +0000 (23:57 +0200)]
tracker: move from meta-oe to meta-gnome

* it rdepends on gvfs which is available only in meta-gnome and nothing
  in meta-oe depends on tracker

(From meta-openembedded rev: a04c794b587e207b06465d1eac5e5ea8b1346641)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolive555: fix fetch problem
Steffen Sledz [Sat, 14 Jun 2014 19:44:09 +0000 (21:44 +0200)]
live555: fix fetch problem

live.2013.04.30.tar.gz is no longer available at original live555 url
and the url of the FreeBSD mirror has changed according to[1].

[1] <http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt>

(From meta-openembedded rev: c794fb0ed62c22c86b2c79db9812a58797208c26)

Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: use pkgconfig to check libgcrypt
Roy Li [Wed, 18 Jun 2014 07:48:04 +0000 (15:48 +0800)]
rsyslog: use pkgconfig to check libgcrypt

libgcrypt does no longer provide libgcrypt-config, and provide
*.pc, so we should use pkgconfig to check

(From meta-openembedded rev: 5e0545d79e526ddfba1501122a3da364822add31)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopv: fix metadata fields
Paul Eggleton [Tue, 17 Jun 2014 17:34:59 +0000 (18:34 +0100)]
pv: fix metadata fields

* Use correct LICENSE value to match up with common license file (and
  avoid corresponding warning)
* Set SUMMARY instead of DESCRIPTION

(From meta-openembedded rev: 054f81470721bec76c2cb578220248a4f42cef80)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopv: upgrade to 1.5.3
Paul Eggleton [Tue, 17 Jun 2014 17:34:58 +0000 (18:34 +0100)]
pv: upgrade to 1.5.3

Autotools breakage fixed upstream (which also fixes the S!=B issue).

(From meta-openembedded rev: 87b89ba7a163ab2dbcb9b0d408da58001c93ce42)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolcdproc: fix do_install for S!=B
Paul Eggleton [Tue, 17 Jun 2014 17:34:57 +0000 (18:34 +0100)]
lcdproc: fix do_install for S!=B

(From meta-openembedded rev: cf2140877b403bec838ac81aeb7b820eee79ee86)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodovecot: add the dependency for a C file
Roy Li [Tue, 17 Jun 2014 08:26:55 +0000 (16:26 +0800)]
dovecot: add the dependency for a C file

building rquota_xdr.c depends on a head file, which is generated
when building, so add the dependency to ensure the header file is
generated firstly.

(From meta-openembedded rev: bab22d4b161bdf9c0f69068734c5a3f4adb760b7)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoswig: use pkg-config for pcre detection.
Koen Kooi [Tue, 17 Jun 2014 06:57:59 +0000 (08:57 +0200)]
swig: use pkg-config for pcre detection.

OE-core commit 5870bd272b0b077d0826fb900b251884c1c05061 sabotaged the binconfig way.

(From meta-openembedded rev: e2f0d002cbc81a4dd26daee5e115ab9ea1ab6dd7)

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 agosthttpd: improve init scripts to use config file
Jack Mitchell [Mon, 16 Jun 2014 16:40:29 +0000 (17:40 +0100)]
sthttpd: improve init scripts to use config file

Rather than put hardcoded values into the init scripts,
use a config file. The SRV_DIR is a special value as it
should be used in the conifg file and also passed to make
so it can put the html files in the correct directory.

(From meta-openembedded rev: 117716e668fee5910df7f06a9b2b57bf0ad5285a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxml++: fix ptest target paths
Nick Lewis [Mon, 16 Jun 2014 13:39:20 +0000 (14:39 +0100)]
libxml++: fix ptest target paths

(From meta-openembedded rev: a6eaef942529ed9fc511bd86dd00369862297b26)

Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agounionfs-fuse: A FUSE based implementation of UnionFS
Tom Rini [Mon, 16 Jun 2014 11:59:40 +0000 (07:59 -0400)]
unionfs-fuse: A FUSE based implementation of UnionFS

Cc: Koen Kooi <koen@dominion.thruhere.net>
Cc: Philip Balister <philip@balister.org>
Cc: hongxu jia <hongxu.jia@windriver.com>
(From meta-openembedded rev: 87317f52e9b9a22e64454da6ad6cbd48a89ed951)

Signed-off-by: Tom Rini <tom.rini@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsdl-ttf: Fix build with separate builddir
Marko Lindqvist [Sun, 15 Jun 2014 01:25:20 +0000 (04:25 +0300)]
libsdl-ttf: Fix build with separate builddir

Do not assume that sources are in the current directory in
do_configure_prepend() but refer to them with path to source directory.

(From meta-openembedded rev: d12abd8fea19d2c0b80dfc31b09c4cb7bbfacb0b)

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 agolibsdl-image: Fix build with separate builddir
Marko Lindqvist [Sun, 15 Jun 2014 01:25:19 +0000 (04:25 +0300)]
libsdl-image: Fix build with separate builddir

Do not assume that sources are in the current directory in
do_configure_prepend() but refer to them with path to source directory.

(From meta-openembedded rev: 497dc74fb3cc755c30cf554a59b458a117cdb072)

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 agognome-menus3: Add support for 3.x.x
Alex Lennon [Sat, 14 Jun 2014 11:37:13 +0000 (12:37 +0100)]
gnome-menus3: Add support for 3.x.x

(From meta-openembedded rev: 79384cbed9b7e8dfce6bc728dc005516817ee6da)

Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeject: copy po subdirectory for out-of-tree build
Ash Charles [Fri, 13 Jun 2014 20:45:36 +0000 (13:45 -0700)]
eject: copy po subdirectory for out-of-tree build

The po subdirectory found on the VPATH for an out-of-tree build so we
copy it over. See [1] for discussion.

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-May/096052.html

v3: only create and populate po/ if it doesn't already exist
v4: test to see if we're building out-of-tree

(From meta-openembedded rev: 20944d9c8a3996eb820f747d0adf4e14c5d157d2)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorng-tools: Update rng-tools version to 4
Balasubramanian, Aparna [Fri, 13 Jun 2014 16:02:09 +0000 (12:02 -0400)]
rng-tools: Update rng-tools version to 4

(From meta-openembedded rev: c992b1ba176af7071416c405df03633ef7bf8e20)

Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoacpica: pass target cflags
Koen Kooi [Thu, 12 Jun 2014 09:38:38 +0000 (11:38 +0200)]
acpica: pass target cflags

This fixes:

| make[1]: *** [obj/aeexec.o] Error 1
| In file included from /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/features.h:402:0,
|                  from /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/string.h:25,
|                  from ../../../source/include/platform/aclinux.h:115,
|                  from ../../../source/include/platform/acenv.h:150,
|                  from ../../../source/include/acpi.h:56,
|                  from ../../../source/tools/acpiexec/aecommon.h:51,
|                  from ../../../source/tools/acpiexec/aehandlers.c:44:
| /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory
|  # include <gnu/stubs-soft.h>
|                              ^
| compilation terminated.

(From meta-openembedded rev: cb457359b51ef4ad25d07c85d61f54d907343607)

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 agolibnet: fix build issue with package upgrade
Armin Kuster [Wed, 11 Jun 2014 16:03:01 +0000 (09:03 -0700)]
libnet: fix build issue with package upgrade

The main issue was the endianess detection. The ac override did not work.
The current version has updated automake and autoconf files that address better endianess detection and it plays well with YP autotools.

Build tested on all qemus arches.

(From meta-openembedded rev: ee37bcbbae9bc37878513c14b8b3163c202cd3ef)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoid3lib: fix autoheader warning due to missing AC_DEFINE template
Matthieu CRAPET [Wed, 11 Jun 2014 15:13:51 +0000 (17:13 +0200)]
id3lib: fix autoheader warning due to missing AC_DEFINE template

For more information:
https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg36641.html

(From meta-openembedded rev: d4312063b7d8aff365698f2e978cb684d962f774)

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebmin: split out webmin themes
Anders Darander [Fri, 13 Jun 2014 13:01:21 +0000 (15:01 +0200)]
webmin: split out webmin themes

The default set of themes taks up ~13MB, with a couple of them weighting in
at ~5MB each.

Let's split the themes to separate packages, to allow a considerable size
reduction of the core webmin package (from +15MB to 2.1MB on my build host).

(From meta-openembedded rev: 8a9d356a9202350766a68aa07f97ea97e9ed0a51)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebmin: allow override of webmin login and password
Anders Darander [Fri, 13 Jun 2014 13:01:20 +0000 (15:01 +0200)]
webmin: allow override of webmin login and password

Don't hardcode the webmin login and password in the install script.
Instead, extract them to variables, to allow us to override them in
a bbappend.

(From meta-openembedded rev: b67780140ee4cdbb874c99ef83e1ca616f038c42)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoclaanup: remove garbage file
Joe MacDonald [Mon, 16 Jun 2014 15:02:22 +0000 (11:02 -0400)]
claanup: remove garbage file

I didn't notice a patch that was submitted had garbage in it and so
committed the otherwise okay patch.  Clean up after myself.

(From meta-openembedded rev: c76b3b9b97fcdc5854c1d27247c4998c59c2fd2b)

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: Security Advisory - CVE-2012-1820
Yue Tao [Mon, 16 Jun 2014 02:24:44 +0000 (22:24 -0400)]
quagga: Security Advisory - CVE-2012-1820

The bgp_capability_orf function in bgpd in Quagga 0.99.20.1 and earlier
allows remote attackers to cause a denial of service (assertion failure
and daemon exit) by leveraging a BGP peering relationship and sending a
malformed Outbound Route Filtering (ORF) capability TLV in an OPEN
message.

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-1820

(From meta-openembedded rev: 26b31ad72899a68d93029f5cce4afa63c3b78a6b)

Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotftp-hpa: bug fix on separated CR and LF
Zhang Xiao [Wed, 11 Jun 2014 06:53:37 +0000 (14:53 +0800)]
tftp-hpa: bug fix on separated CR and LF

In ascii mode, if the CR and LF was separated into different transfer
blocks, This LF will be just dropped instead of replacing the previous
CR. Add a checking on the first character to fix it.

(From meta-openembedded rev: d42a2e16056777615e6bcc126cdb92db3b4f9cdf)

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoiftop: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:19 +0000 (08:46 +0800)]
iftop: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

cat: config/pthread.c: No such file or directory

(From meta-openembedded rev: f135f64596d45cbb5f6f722fd6ae4435137ef3a2)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocurlpp: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:20 +0000 (08:46 +0800)]
curlpp: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

LifetimeLibrary.cpp:1:49: fatal error: utilspp/singleton/SingletonHolder.hpp: No such file or directory

(From meta-openembedded rev: 9f920bcf0eca25e58452f87489292f2a7f12d839)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotcpreplay: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:21 +0000 (08:46 +0800)]
tcpreplay: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_compile error:

src/defines.h:5:18: fatal error: tcpr.h: No such file or directory

(From meta-openembedded rev: e3e7c6b8507fa1c0a6ea8b806ff55d67c7672cd5)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovblade: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:22 +0000 (08:46 +0800)]
vblade: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_install error:

install: cannot stat `vblade-20/vblade': No such file or directory

(From meta-openembedded rev: 15f02ad761613cb7e2aac097dce2ea9a1a954c39)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotftp-hpa: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:24 +0000 (08:46 +0800)]
tftp-hpa: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_install error:

make: *** No rule to make target `install'.  Stop.

(From meta-openembedded rev: 8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconntrack-tools: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:25 +0000 (08:46 +0800)]
conntrack-tools: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_install error:

install: cannot stat `doc/sync/ftfw/conntrackd.conf': No such file or directory

(From meta-openembedded rev: 09da1e007c106d93c6d397ab84233310015da0e8)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcf: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:26 +0000 (08:46 +0800)]
netcf: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_install error:

make: *** No rule to make target `install'.  Stop.

(From meta-openembedded rev: 103cb4ab99186047769655f922ac67aa608154f5)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoautofs: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:27 +0000 (08:46 +0800)]
autofs: inherit autotools-brokensep

Otherwise do_configure failed:
sed: can't read configure.in: No such file or directory

(From meta-openembedded rev: 64adf1643b178ff21f6b005672c896e78dcada2f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorp-pppoe: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:28 +0000 (08:46 +0800)]
rp-pppoe: inherit autotools-brokensep

Otherwise do_compile failed:
No rule to make target `pppoe.c', needed by `pppoe.o'.  Stop.

(From meta-openembedded rev: 9613ff0a7272aa1e7c1ba4952cedc763b779ba2b)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:29 +0000 (08:46 +0800)]
cyrus-sasl: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

sed: can't read sasldb/db_berkeley.c: No such file or directory

(From meta-openembedded rev: a97ab8e018d86461a4701625dc16b09370fad21f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoproftpd: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:30 +0000 (08:46 +0800)]
proftpd: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_compile error:

proftpd-1.3.4b/include/version.h:1:24: fatal error: buildstamp.h: No such file or directory

(From meta-openembedded rev: 13813da08e2887b2bfb97fbf9aa9ded8940e7c9f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoznc: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:31 +0000 (08:46 +0800)]
znc: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

automake: error: 'configure.ac' is required

(From meta-openembedded rev: 9e915015603bafffbeabec6e385413eafc9f3942)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenflow: inherit autotools-brokensep
Robert Yang [Fri, 13 Jun 2014 00:46:32 +0000 (08:46 +0800)]
openflow: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

run.do_configure.22953: line 109: ./boot.sh: No such file or directory

(From meta-openembedded rev: 2f16a0ea81ddb249c5d8a3e11573cb622436484f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoadd recipe cim-schema, cim-schema-docs and license file DMTF.
Yao Xinpan [Sun, 15 Jun 2014 05:45:09 +0000 (13:45 +0800)]
add recipe cim-schema, cim-schema-docs and license file DMTF.

Common Information Model (CIM) is a model for describing overall
management information in a network or enterprise environment. CIM
consists of a specification and a schema. The specification defines the
details for integration with other management models. The schema
provides the actual model descriptions.

(From meta-openembedded rev: e35a1fe480d3aa5cd0b0b8764f57796f3d7992d7)

Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibol: compile issue files missing in B and packaging issue
Armin Kuster [Thu, 5 Jun 2014 22:58:45 +0000 (15:58 -0700)]
libol: compile issue files missing in B and packaging issue

needed to copy over a file from S to B.
remove packaging requirement for /usr/bin/scsh. Not needed (see link)
https://lists.balabit.hu/pipermail/syslog-ng/2000-August/000795.html

(From meta-openembedded rev: 8316933b400ae6fda688637fcc3e202b38a8e12b)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoradvd: fix install issue for S!=B
Martin Jansa [Fri, 13 Jun 2014 11:36:10 +0000 (13:36 +0200)]
radvd: fix install issue for S!=B

Some files are in "S" that are needed for install.

(From meta-openembedded rev: 5e67ba4a286ad242eb9410048ddf1e523d42f02a)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-notifyd: Ensure xfce4-notifyd subdirectory exists
Ash Charles [Tue, 10 Jun 2014 16:46:49 +0000 (09:46 -0700)]
xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists

The notify-dbus.h file is autogenerated during compilation into the
xfce4-notifyd subdirectory.  This directory doesn't exist in an
out-of-tree build so we add one manually.

(From meta-openembedded rev: 60971c1a5af43dabf62dcecd01d382e8563ddd4e)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-screenshooter: Ensure lib directory exists.
Ash Charles [Tue, 10 Jun 2014 16:36:41 +0000 (09:36 -0700)]
xfce4-screenshooter: Ensure lib directory exists.

Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during
compilation.  The source directory contains a lib/ but this directory
doesn't exist in a build directory by default so we add one manually.
Really, this should be corrected in the upstream package.

(From meta-openembedded rev: 2d80699e8a2685b7b1b17c8326f597a87d7dd714)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolvm2: don't overrwrite EXTRA_OECONF
yaoxp [Mon, 9 Jun 2014 00:59:53 +0000 (08:59 +0800)]
lvm2: don't overrwrite EXTRA_OECONF

EXTRA_OECONF has been assigned before â€˜EXTRA_OECONF = "--with-usrlibdir=${libdir}"’.
collaps the 2 lines into a single EXTRA_OECONF.

(From meta-openembedded rev: 18bc5eb55cf73cf760d1efd98dfe4e75399cd5bc)

Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-m2crypto: avoid swig problem
Chong.Lu@windriver.com [Fri, 6 Jun 2014 10:12:47 +0000 (18:12 +0800)]
python-m2crypto: avoid swig problem

Swig is used to generate C source and it has trouble processing opensslconf.h
sometimes. So, we help it out when multilib variants exist.

For native builds, the variant header will never exist.

Specific multi-lib header files might be named *-32.h or *-n32.h, so we check
for both names. We also might check for *-n64.h although that will never exist.
It appears that *-o??.h will never exist, so we don't check for that.

(From meta-openembedded rev: 872621cf60db401e2826ebfa2c1572a8bf53f2d5)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbset: use BP instead of P to fix multilib build
Jackie Huang [Fri, 6 Jun 2014 08:28:47 +0000 (04:28 -0400)]
fbset: use BP instead of P to fix multilib build

(From meta-openembedded rev: 65d71946f2e9cf7a55dc1f153a1f47fa504ee47a)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopostgresql: use BP instead of P to fix multilib build
Jackie Huang [Fri, 6 Jun 2014 08:28:46 +0000 (04:28 -0400)]
postgresql: use BP instead of P to fix multilib build

(From meta-openembedded rev: 2597d5e92de4f001a8a572d2f0e3f5c17359b166)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovim: use BPN instead of PN to fix multilib build
Jackie Huang [Fri, 6 Jun 2014 08:28:45 +0000 (04:28 -0400)]
vim: use BPN instead of PN to fix multilib build

(From meta-openembedded rev: c9927977c39ba7b3ef3bbc4855641c39abbce5ef)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoyavta: Update to latest sources
chase maupin [Thu, 5 Jun 2014 16:44:30 +0000 (11:44 -0500)]
yavta: Update to latest sources

* Update the yavta test utility to the latest sources in the
  git repository.
* Updated the patch by Koen Kooi that allows stdout mode to be
  used to work with the latest sources.
* Added a CFLAGS setting to use the include directory in the
  sources which are more up-to-date and intended to be used
  when building the application.

(From meta-openembedded rev: bbc32a09b2b6a16d72331026d044eb4bfe17a4c5)

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonbench-byte: Fix parallel building error
Otavio Salvador [Wed, 4 Jun 2014 23:09:39 +0000 (20:09 -0300)]
nbench-byte: Fix parallel building error

This extends the dependencies on pointer.h to fix following error:

| ./sysinfo.sh arm-poky-linux-gnueabi-gcc ...
| In file included from misc.h:36:0,
|                  from misc.c:23:
| nmglobal.h:29:21: fatal error: pointer.h: No such file or directory
|  #include "pointer.h"
|                      ^
| compilation terminated.
| make: *** [misc.o] Error 1
| make: *** Waiting for unfinished jobs....
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.

(From meta-openembedded rev: 75ca64e5917d0177c48f58f631497a05e2773731)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxf86-video-geode: Upgrade to 2.11.15
Martin Jansa [Fri, 13 Jun 2014 11:33:05 +0000 (13:33 +0200)]
xf86-video-geode: Upgrade to 2.11.15

The latest driver corrected a number of issues and compiles without
warnings with just one patch.  The header included by the given patch
is already included in the geode master line, so will not be be
required after the next geode version release.

(From meta-openembedded rev: 0c8de928a293e17f7d562fe0dd4b1a8966f1bba2)

Signed-off-by: Brian Lloyd <blloyd@familyhonor.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomonkey: fix broken separate build with workaround
Eduardo Silva [Wed, 11 Jun 2014 23:20:46 +0000 (17:20 -0600)]
monkey: fix broken separate build with workaround

This patch make use of autotools-brokensep on main
recipe to avoid a broken build when using a different
build directory.

monkey-yocto/f15c9e7cd9143ce8486ae5e78db9092238c3d0ec

(From meta-openembedded rev: 6585a4e479bf994360b5488360a84dec292aad49)

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodaq fix compilation
Maxim Uvarov [Fri, 6 Jun 2014 13:17:47 +0000 (17:17 +0400)]
daq fix compilation

preset paths to remove that error:
/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb
./config.log:cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories]

Also this patch add required libdnet dependency.

(From meta-openembedded rev: aa2eb3a9d1a4de6276f08a0cf6e7b442197164c8)

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-cython: upgrade to 0.20.1
Martin Jansa [Mon, 2 Jun 2014 13:15:31 +0000 (15:15 +0200)]
python-cython: upgrade to 0.20.1

* 0.19+ version is required by newer python-efl-0.10.0

(From meta-openembedded rev: 3bee30550ca5ffe364ccd620dd9ba73e1b960229)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoluajit: upgrade to 2.0.3, add native support
Martin Jansa [Mon, 2 Jun 2014 10:19:49 +0000 (12:19 +0200)]
luajit: upgrade to 2.0.3, add native support

* http://luajit.org/changes.html says:
  This release has the new PS4 port and various important bugfixes over
  2.0.2 - an update is recommended.
* add native support (used by efl-native)
* drop lua dependency, it doesn't need lua to be built before luajit
* LIC_FILES_CHKSUM change is only from copyright year update
  < Copyright (C) 2005-2013 Mike Pall. All rights reserved.
  ---
  > Copyright (C) 2005-2014 Mike Pall. All rights reserved.

(From meta-openembedded rev: 440ccdf152c846572bf2b7636177181a9134a83f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodfu-util: Remove svn recipes
Chris Morgan [Tue, 3 Jun 2014 19:30:13 +0000 (15:30 -0400)]
dfu-util: Remove svn recipes

* these point at deprecated svn repositories, dfu-util uses git now

(From meta-openembedded rev: 12e0e8fb34a2288830640305ed4a3ecce44f4918)

Signed-off-by: Chris Morgan <chmorgan@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodfu-util: Add 0.7 and remove old 0.1 recipe
Chris Morgan [Sun, 1 Jun 2014 17:42:34 +0000 (13:42 -0400)]
dfu-util: Add 0.7 and remove old 0.1 recipe

* dfu-util-0.7 is the latest release of dfu-util

(From meta-openembedded rev: a810c4c52e82fe677bb7281045943bbdd9fd5740)

Signed-off-by: Chris Morgan <chmorgan@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopostgresql: B!=S fix
Armin Kuster [Wed, 4 Jun 2014 04:29:30 +0000 (21:29 -0700)]
postgresql: B!=S fix

This fixes a configure issue do to incorrect directory reference.

(From meta-openembedded rev: a97e06713ece10b4da7fc11e5f11bf1eca02cdf9)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotipcutils: B!=S fix
Armin Kuster [Wed, 4 Jun 2014 01:08:20 +0000 (18:08 -0700)]
tipcutils: B!=S fix

The do_install_append was trying to install from src location and not the build.

(From meta-openembedded rev: a3142cd44b322ce10bb719be1ceff44bef3300c2)

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxml++: fix build with B noteq S
Lewis, Nick [Fri, 23 May 2014 15:09:52 +0000 (16:09 +0100)]
libxml++: fix build with B noteq S

(From meta-openembedded rev: 1aeeddd4de69dfa31c461e898745cca76eb4727d)

Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoenca: fix S!=B failure
Tim Orling [Thu, 29 May 2014 03:47:17 +0000 (20:47 -0700)]
enca: fix S!=B failure

Point tools to the right paths:
* ${S}/configure.ac in do_configure_prepare()
* ${B}/Makefile in do_configure_append()
* cd ${B} in do_compile()

(From meta-openembedded rev: ff7b1818968f8346d1907f66432e6b1fd34ef96e)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovim: Fix packaging of common data files
Paul Barker [Wed, 28 May 2014 22:10:40 +0000 (22:10 +0000)]
vim: Fix packaging of common data files

The majority of the vim runtime files have been moved from the package
'vim-data' to the package 'vim-common'. However, 'vim-data' was still in
RRECOMMENDS and 'vim-common' was not, so the runtime files were not being
installed by default.

To fix this, 'vim-data' is removed from RRECOMMENDS and 'vim-common' is added
instead. 'vim-data' is also removed from PACKAGES as it should now be empty.

(From meta-openembedded rev: 05620be79aebb2608044891c5fbaef2659c77986)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodaq: fix compilation
Maxim Uvarov [Wed, 28 May 2014 09:32:07 +0000 (13:32 +0400)]
daq: fix compilation

preset paths to remove that error:
/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb
./config.log:cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories]

Also this patch add required libdnet dependency.

(From meta-openembedded rev: 20459d1760b6af2097a9d6cef1bf9338ba70c3c9)

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsdl-mixer: fix S!=B failure
Tim Orling [Wed, 28 May 2014 03:29:15 +0000 (20:29 -0700)]
libsdl-mixer: fix S!=B failure

This package does not like being built out-of-tree.

Fixes:
| configure: error: cannot find install-sh, install.sh, or shtool in
[...]

(From meta-openembedded rev: 4c88f838d569805a652922612500c47304c669ad)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolockdev: fix S!=B failure
Tim Orling [Wed, 28 May 2014 03:03:50 +0000 (20:03 -0700)]
lockdev: fix S!=B failure

This package does not like being built out-of-tree.

Fixes:
[...]/lockdev/1.0.3+gitAUTOINC+16b899645d-r0/git/scripts/git-version: line 3:
NEWS: No such file or directory

(From meta-openembedded rev: eddfd999fadb5d5531615106519b2bea844ab2dd)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agozeroc-ice : Add recipe.
Philip Balister [Tue, 27 May 2014 18:09:49 +0000 (14:09 -0400)]
zeroc-ice : Add recipe.

Oh the pain.

Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio.
Update Upstream-Status for build system patch.

(From meta-openembedded rev: 2de36b20a554ec0f1ce35a433901b77e9899f995)

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 agonetwork-manager-applet: fix S!=B error
Ash Charles [Tue, 27 May 2014 16:56:48 +0000 (09:56 -0700)]
network-manager-applet: fix S!=B error

The Makefile fixup in do_configure_append is in the build directory,
not the source directory.

(From meta-openembedded rev: 351bc35e25d8667d435232a0a76e2ab998f7043b)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonodejs: Inherit pythonnative
Amy Fong [Tue, 27 May 2014 16:52:00 +0000 (12:52 -0400)]
nodejs: Inherit pythonnative

nodejs should use python from python-native package. On some hosts, the
default python is missing bz2 support.

(From meta-openembedded rev: 14af1771aad8e580837189155835f212a401e869)

Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmikmod: update to 3.3.6
Tim Orling [Tue, 27 May 2014 15:12:14 +0000 (08:12 -0700)]
libmikmod: update to 3.3.6

* URI for 3.3.3 broken
* COPYING.LESSER License regressed address for FSF:
5c5
<      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

(From meta-openembedded rev: 033964b269f448b2f330ef48e51dfa5611f1a650)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosqlite: Point to Makefile in source directory
Ash Charles [Mon, 26 May 2014 18:11:49 +0000 (11:11 -0700)]
sqlite: Point to Makefile in source directory

Makefile.linux-gcc used to compile sqlite is found in the source
directory.  When building out-of-tree, we need to specify the
whole path.

(From meta-openembedded rev: a2cd67f9d49c1bc1ddfae8fa4fe91418569ddd2a)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetworkmanager: correct test libs install source
Ash Charles [Tue, 27 May 2014 01:05:53 +0000 (18:05 -0700)]
networkmanager: correct test libs install source

When building out-of-tree, the test binaries are available in the build
directory, not the source directory.

(From meta-openembedded rev: 74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolxdm: Use lxdm.conf from build directory
Ash Charles [Mon, 26 May 2014 20:42:25 +0000 (13:42 -0700)]
lxdm: Use lxdm.conf from build directory

The lxdm.conf is populated to the build/data directory, not
the source directory.

Upstream-Status: Inappropriate (configuration)

(From meta-openembedded rev: 3801a2a8fde43832b705d48d257acf6a7707a7d4)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoltrace: Run autogen.sh in source directory
Ash Charles [Mon, 26 May 2014 20:34:00 +0000 (13:34 -0700)]
ltrace: Run autogen.sh in source directory

The autogen.sh script needs to be run in and from the source
directory.  The configuration step can still be run from
out-of-tree.

(From meta-openembedded rev: 1c2147485f2db7b0e917d0ad0aaa58898d5477b1)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdc1394: fix S!=B failure
Tim Orling [Mon, 26 May 2014 19:04:20 +0000 (12:04 -0700)]
libdc1394: fix S!=B failure

Fixes:
fatal error: dc1394/camera.h: No such file or directory
|  #include <dc1394/camera.h>
|                            ^
| compilation terminated.

(From meta-openembedded rev: bd44e542463c957e6a8b34bbacc3d0badd46a85e)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agombuffer: Update to version 20140310 from 20091227
Ash Charles [Mon, 26 May 2014 18:52:31 +0000 (11:52 -0700)]
mbuffer: Update to version 20140310 from 20091227

The previous version of mbuffer could not be built out-of-tree and
seems rather old [1].

[1] http://www.maier-komor.de/mbuffer.html

(From meta-openembedded rev: 5f80b2cbd3ff9a8cef10bbb9a6fb8c2a25074b7c)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoschroedinger: fix S!=B error, rename "files"
Tim Orling [Mon, 26 May 2014 18:45:11 +0000 (11:45 -0700)]
schroedinger: fix S!=B error, rename "files"

Fixes:
 *** No rule to make target
 `[...]/schroedinger/1.0.11-r0/schroedinger-1.0.11/schroedinger/tmp-orc.c',
 needed by `tmp-orc.o'.  Stop.

Rename "files/" to "schroedinger/"

(From meta-openembedded rev: b03c9add866e8e3e0f08f812a3ecb0b4aa793359)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofluidsynth: fix S!=B errors
Tim Orling [Mon, 26 May 2014 18:15:03 +0000 (11:15 -0700)]
fluidsynth: fix S!=B errors

Fixes:
: fatal error: fluidsynth/version.h: No such file or directory
|  #include "fluidsynth/version.h"

(From meta-openembedded rev: 5db6148d8c21682e3f70c18fc2f0a14ee97471b8)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby overwrites configuration files in ruby-native
Amy Fong [Thu, 22 May 2014 20:43:40 +0000 (16:43 -0400)]
ruby overwrites configuration files in ruby-native

ruby's install rule is calling install-cross, this overwrites files installed
by ruby-native causing build failures with ruby apps, specifically where gems
are involved, especially on hosts where there is no host ruby:

(from sysroot-native's gem)
gem env
 RubyGems Environment:
   - RUBYGEMS VERSION: 1.8.23
   - RUBY VERSION: 1.9.3 (2012-04-20 patchlevel 194) [x86_64-linux]
   - INSTALLATION DIRECTORY: /usr/lib64/ruby/gems/1.9.1
   - RUBY EXECUTABLE: /usr/bin/ruby
   - EXECUTABLE DIRECTORY: /usr/bin
   - RUBYGEMS PLATFORMS:
     - ruby
     - x86_64-linux
   - GEM PATHS:
      - /usr/lib64/ruby/gems/1.9.1
      - /folk/afong/.gem/ruby/1.9.1
   - GEM CONFIGURATION:
      - :update_sources => true
      - :verbose => true
      - :benchmark => false
      - :backtrace => false
      - :bulk_threshold => 1000
   - REMOTE SOURCES:
      - http://rubygems.org/

Files affected - fake.rb, rbconfig.rb, config.h, win32.h and ruby libraries.
We should be using the versions from ruby-native.

(From meta-openembedded rev: 23961504590ff7e962e097a94567d9f862494568)

Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-settings: Install cursors from srcdir
Ash Charles [Mon, 26 May 2014 17:21:12 +0000 (10:21 -0700)]
xfce4-settings: Install cursors from srcdir

Cursors patched into the install by 0001-add-cursor-theme-xfce-invisible.patch
are located in the source directory.  To install during an out-of-tree build,
we need to copy them from the source directory, not the current build
directory. See [1] for discussion.

Upstream-Status: Submitted

[1] https://bugzilla.xfce.org/show_bug.cgi?id=9474

(From meta-openembedded rev: df58431f76f7d3aadc5e8204d6fe8aa3c2bfc423)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce-git: Run autogen.sh in source directory
Ash Charles [Mon, 26 May 2014 16:57:04 +0000 (09:57 -0700)]
xfce-git: Run autogen.sh in source directory

The autogen.sh script executed by the xfce-git.bbclass needs to be
run in and from the source directory.  The configuration step can
still be run from out-of-tree.

Currently, this affects these recipes:
 * libxfce4ui
 * xarchiver
 * xfce4-taskmanager
 * xfce4-closebutton-plugin
 * xfce4-settings
 * xfwm4

Upstream-Status: Inappropriate (configuration)

(From meta-openembedded rev: 14648c1650bb201a44dac07f1d81189fac24908f)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-dev-tools: Allow out of tree builds
Ash Charles [Mon, 26 May 2014 15:52:51 +0000 (08:52 -0700)]
xfce4-dev-tools: Allow out of tree builds

The xdt-autogen target in the generated scripts/Makefile refers to
a $(srcdir)/xdt-autogen.in file.  For an out-of-tree build, this file
is actually located in $(builddir)/xdt-autogen.in. See [1]

Upstream-Status: Submitted

[1] https://bugzilla.xfce.org/show_bug.cgi?id=10899

(From meta-openembedded rev: 799bff981545c48a33f84c93c3fc979708f39b49)

Signed-off-by: Ash Charles <ash@gumstix.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocontrib/tesseract-langs.sh: add script to generate recipes for tesseract languages
Mario Domenech Goulart [Mon, 26 May 2014 12:59:00 +0000 (09:59 -0300)]
contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages

This script writes language recipes for tesseract.  It downloads the
listing of available languages and language tarballs from the official
site and writes language recipes tesseract-lang-<lang>_<version>.bb
for each language.

(From meta-openembedded rev: cb41796a5e0573bf3676b5c54fcc12c6dd42f9fb)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotesseract-lang: add recipes for all languages available
Mario Domenech Goulart [Mon, 26 May 2014 12:57:44 +0000 (09:57 -0300)]
tesseract-lang: add recipes for all languages available

One recipe per language, all including the common tesseract-lang.inc
file.

(From meta-openembedded rev: fccc8f1514c5bc84a343a757f60c9dc793db2643)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotesseract: add recipe for version 3.02.02
Mario Domenech Goulart [Mon, 26 May 2014 12:57:43 +0000 (09:57 -0300)]
tesseract: add recipe for version 3.02.02

(From meta-openembedded rev: 9d655b7b720f84f93c7344a9fccbaea151e44d20)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoleptonica: add recipe for version 1.7.0
Mario Domenech Goulart [Mon, 26 May 2014 12:57:42 +0000 (09:57 -0300)]
leptonica: add recipe for version 1.7.0

Leptonica is required by tesseract.

(From meta-openembedded rev: 212e9d890755864ff2447d2e5072dd01433b074c)

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenobex: fix detection of IrDA during configure with B!=S
Paul Eggleton [Sat, 24 May 2014 14:44:15 +0000 (15:44 +0100)]
openobex: fix detection of IrDA during configure with B!=S

(From meta-openembedded rev: 4079368a04216d6018634af672671e2ef3edec2a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoMAINTAINERS: update my email address for meta-networking
Joe MacDonald [Wed, 4 Jun 2014 02:19:38 +0000 (22:19 -0400)]
MAINTAINERS: update my email address for meta-networking

(From meta-openembedded rev: 374545b58ce380b52670e5a5fcad94c388136227)

Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomonkey: add Monkey HTTP Server
Eduardo Silva [Thu, 5 Jun 2014 17:00:07 +0000 (11:00 -0600)]
monkey: add Monkey HTTP Server

This patch adds the Monkey HTTP Server v1.5.0 recipes. The content
on this patch includes the modifications suggested by people in the
Maling List.

(From meta-openembedded rev: 33e1da434d150d148f1ccc6934ed7709f3247e2c)

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibtest-harness-perl: add 3.30
Tim Orling [Thu, 22 May 2014 03:23:22 +0000 (20:23 -0700)]
libtest-harness-perl: add 3.30

Test::Harness - Run Perl standard test scripts with statistics

* Uses ${CPAN_MIRROR} option
* RPROVIDES based on v3.28 recipe:
        Paul Eggleton <paul.eggleton@linux.intel.com>
        http://github.com/bluelightning/public_bb_recipes
* which is forked from
        Emil Petersen <erp@movis.dk> repo
        http://github.com/EmilRP/public_bb_recipes/
* run through oe-stylize and clean bad white space
* correct email address to oe-dev

(From meta-openembedded rev: 25b3fb81c9627efd76d5aec468513c53e53148cb)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibalgorithm-diff-perl: add 1.15
Tim Orling [Wed, 21 May 2014 07:43:42 +0000 (00:43 -0700)]
libalgorithm-diff-perl: add 1.15

[from README]
This is a module for computing the difference between two files, two
strings, or any other two lists of things.  It uses an  intelligent
algorithm similar to (or identical to) the one used by the Unix `diff'
program.   It is guaranteed to find the *smallest possible* set of
differences.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: a0557f541a5eebea2d2cea36ff1cdafc57a3c649)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibextutils-cppguess-perl: add 0.07
Tim Orling [Wed, 21 May 2014 07:43:41 +0000 (00:43 -0700)]
libextutils-cppguess-perl: add 0.07

[Description from CPAN]
ExtUtils::CppGuess attempts to guess the system's C++
compiler that is compatible with the C compiler that your perl was built
with.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: 8935358ae1416f99d2f0337d3d9b01a342fd5032)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmodule-build-tiny-perl: add 0.036
Tim Orling [Wed, 21 May 2014 07:43:40 +0000 (00:43 -0700)]
libmodule-build-tiny-perl: add 0.036

[Description from CPAN]
Many Perl distributions use a Build.PL file instead of a
Makefile.PL file to drive distribution configuration, build, test and
installation. Traditionally, Build.PL uses Module::Build as the
underlying
build system. This module provides a simple, lightweight, drop-in
replacement.

* Add ${CPAN_MIRROR} option
* Versions since 0.033 depend on TAP::Harness::Env

(From meta-openembedded rev: 2ee811a7aa17b196d407842f46421690143c81ac)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibextutils-installpaths-perl: add 0.010
Tim Orling [Wed, 21 May 2014 07:43:39 +0000 (00:43 -0700)]
libextutils-installpaths-perl: add 0.010

[Description from CPAN]
This module tries to make install path resolution as easy
as possible.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: c27e0dcffa478e00aa68b1ced9e5fe4538066925)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibextutils-helper-perl: add 0.022
Tim Orling [Wed, 21 May 2014 07:43:38 +0000 (00:43 -0700)]
libextutils-helper-perl: add 0.022

[Description from CPAN]
This module provides various portable helper function for
module building modules.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: ad4ec563994fc19e916fd8a78ec2f6bdde6e47d7)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>