scm/bb/tizen-distro.git
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>
9 years agolibextutils-config-perl: add 0.007
Tim Orling [Wed, 21 May 2014 07:43:37 +0000 (00:43 -0700)]
libextutils-config-perl: add 0.007

[Description from CPAN]
ExtUtils::Config is an abstraction around the %Config hash.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: ebbcdb525ed577ebfd13acbf0ea3eb9438e20575)

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

[Description from CPAN]
The functions exported by this module deal with runtime
handling of Perl modules, which are normally handled at compile time.
This
module avoids using any other modules, so that it can be used in
low-level
infrastructure.

* Add ${CPAN_MIRROR} option
* License line numbers changed from 0.013, same LICENSE.

(From meta-openembedded rev: 3cdd29838bcf60e4fc0c3c8da59b04d46d182b55)

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

[Description from CPAN]
Capture::Tiny provies a simple, portable way to capture
almost anything sent to STDOUT or STDERR, regardless of whether it comes
from Perl, from XS code or from an external program. Optionally, output
can
be teed so that it is captured while being passed through to the
original
filehandles. Yes, it even works on Windows (usually). Stop guessing
which of
a dozen capturing modules to use in any particular situation and just
use
this one.

* Add ${CPAN_MIRROR} option

(From meta-openembedded rev: f7a12fddc82bc0565c8364a7647450394cb4bb7a)

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

[Description from CPAN]
diff() provides a basic set of services akin to the GNU diff
utility. It is not anywhere near as feature complete as GNU diff, but it
is
better integrated with Perl and available on all platforms. It is often
faster than shelling out to a system's diff executable for small files,
and generally slower on larger files.

* Add ${CPAN_MIRROR} since default has become flaky

(From meta-openembedded rev: 8e4341a622dde47da8626c05fee4130ccb2d9f28)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoupdate snort to 2.9.6.0
Maxim Uvarov [Tue, 27 May 2014 15:50:19 +0000 (19:50 +0400)]
update snort to 2.9.6.0

1. looks like snort dropped reference to barnyard2. At least it's missing in configure.
Also download link to barnyard2 is not available now. Drop this package.
2. update snort version from 2.9.4.6 to 2.9.6.0.
3. fix libdnet paths.

(From meta-openembedded rev: 69cbc366c56f916d20188b28890f578ded5f4620)

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: fix incorrect pidfile handling in ntpd init script
Jack Mitchell [Mon, 2 Jun 2014 14:40:51 +0000 (15:40 +0100)]
ntp: fix incorrect pidfile handling in ntpd init script

(From meta-openembedded rev: f3518c4c748b64dde3b14c6d73cd6c15d1b92166)

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcat-openbsd: fixup patching
Dan McGregor [Mon, 12 May 2014 16:30:46 +0000 (10:30 -0600)]
netcat-openbsd: fixup patching

Do the patching in the do_patch phase instead of the compile
phase. That way if the compile phase needs to be rerun
patching isn't attempted a second time.

(From meta-openembedded rev: 4ae3822224cd78c73c3af25a137e0672278d276f)

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetperf: enable SCTP support
Mihaela Sendrea [Tue, 13 May 2014 16:14:20 +0000 (18:14 +0200)]
netperf: enable SCTP support

(From meta-openembedded rev: 7734132dd3749e634865f0e093f6f91064d13633)

Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolksctp-tools: add recipe (version 1.0.16)
Mihaela Sendrea [Tue, 13 May 2014 16:14:19 +0000 (18:14 +0200)]
lksctp-tools: add recipe (version 1.0.16)

This recipe comes from arago-oe-dev:
https://github.com/mrchapp/arago-oe-dev/tree/master/recipes/lksctp-tools

(From meta-openembedded rev: ab6a7ff9b35689013b0cd76be0c3d8455c205856)

Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonet-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS
Alexandre Fournier [Thu, 22 May 2014 12:36:47 +0000 (14:36 +0200)]
net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS

This recipe was installing net-snmp-config script to STAGING_BINDIR
instead of STAGING_BINDIR_CROSS, during the do_install. It is not
recommended and must be done after staging.

Changes:
* Remove STAGING_BINDIR manipulations from do_install_append
* Add net_snmp_sysroot_preprocess function instead
* Append net_snmp_sysroot_preprocess to SYSROOT_PREPROCESS_FUNCS

(From meta-openembedded rev: c4ba56ceebdd0d42f90e2ec509440f105645c376)

Signed-off-by: Alexandre Fournier <alexandre.fournier@kiplink.fr>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwebp: add new recipe for version 0.4.0
Matthieu CRAPET [Wed, 21 May 2014 09:17:45 +0000 (11:17 +0200)]
libwebp: add new recipe for version 0.4.0

This is the WebP image format designed by Google.
WebM is already included in meta-openembedded.

(From meta-openembedded rev: 9d49c83415d5233ac17d68d21fb5fd6a91085593)

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 agomesa-glut: fix S!=B failure
Matthieu CRAPET [Wed, 21 May 2014 09:17:44 +0000 (11:17 +0200)]
mesa-glut: fix S!=B failure

(From meta-openembedded rev: 02995f82e63ef1aab25b03404102a22fe4d524e7)

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 agofaac: fix S!=B failure
Matthieu CRAPET [Wed, 21 May 2014 07:30:58 +0000 (09:30 +0200)]
faac: fix S!=B failure

Also use ${BP} and ${BPN}.

(From meta-openembedded rev: 8f4be6e2f0cac706d31bffb6f0b4c6591bdd6437)

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 agopm-qa: update to 0.4.10 release
Fathi Boudra [Tue, 20 May 2014 06:49:30 +0000 (09:49 +0300)]
pm-qa: update to 0.4.10 release

Update SRC_URI, /tools/ is deprecated.

(From meta-openembedded rev: 650544e96b568c6a71784d5ababedc6e559bc9aa)

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 agoconntrack-tools: add depends on bison-native
Jackie Huang [Tue, 20 May 2014 06:04:42 +0000 (02:04 -0400)]
conntrack-tools: add depends on bison-native

(From meta-openembedded rev: dfbbb45e816a3789e0081d0a2c78fcabfdf4361f)

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 agoopen-vcdiff: update to 0.8.4
Matthieu CRAPET [Mon, 19 May 2014 11:27:05 +0000 (13:27 +0200)]
open-vcdiff: update to 0.8.4

wget is ignoring "Content-Disposition" http header, that's why I've added 'downloadfilename' in SRC_URI.

Note: Googlecode discarded their download section and moved to Googledrive.
http://google-opensource.blogspot.fr/2013/05/a-change-to-google-code-download-service.html

(From meta-openembedded rev: 8fed52de716dabde6cc9cdac9eef4d73a49d437a)

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 agoliblockfile: remove unrecognized configure option
Chen Qi [Fri, 16 May 2014 08:26:52 +0000 (04:26 -0400)]
liblockfile: remove unrecognized configure option

The '--enable-static' is an unrecognized configure option, thus removing
it.

(From meta-openembedded rev: 90795acc987040bf4743828644b1edf57e929439)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoliblockfile: inherit autotools-brokensep
Chen Qi [Fri, 16 May 2014 08:26:51 +0000 (04:26 -0400)]
liblockfile: inherit autotools-brokensep

Seperation of ${B} and ${S} causes a build failure for liblockfile.

The error message is as follows.
make: *** No rule to make target `lockfile.c', needed by `lockfile.o'.  Stop.

Make liblockfile inherit autotools-brokensep to fix this problem.

(From meta-openembedded rev: c6326c326b6ac91fad1862d85f00d9e7810bbc04)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibssh: update to 0.6.3
Koen Kooi [Thu, 15 May 2014 10:33:22 +0000 (12:33 +0200)]
libssh: update to 0.6.3

(From meta-openembedded rev: 0e7630c31989bec8ac96261b72518f7b505bcdb7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmtp: Fix 'Makefile.am: No such file or directory' build error.
Charles Oram [Wed, 14 May 2014 03:36:45 +0000 (15:36 +1200)]
libmtp: Fix 'Makefile.am: No such file or directory' build error.

* skip_udev_rules_generation() needs to reference Makefile.am in the recipe
  source directory.

(From meta-openembedded rev: 17ce4c6ac0d5b3651c7bd8758511679210a3286c)

Signed-off-by: Charles Oram <charles@oram.co.nz>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorrdtool: fix S!=B failure
Koen Kooi [Tue, 13 May 2014 12:55:38 +0000 (14:55 +0200)]
rrdtool: fix S!=B failure

(From meta-openembedded rev: e2d9735404c30b8434c12ef32f93c0d09bc5a350)

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 agotmux: fix S!=B problems
Koen Kooi [Tue, 13 May 2014 12:46:41 +0000 (14:46 +0200)]
tmux: fix S!=B problems

(From meta-openembedded rev: c7a31944695145d3c48372ae9051f1ed212aa3c5)

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 agogpm: fix S!=B failure
Koen Kooi [Tue, 13 May 2014 12:22:56 +0000 (14:22 +0200)]
gpm: fix S!=B failure

(From meta-openembedded rev: 610a42c83628f01f3db9ae8964c8f080947d6d71)

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 agolog4cplus: use better file for LIC_FILES_CHKSUM
Martin Jansa [Wed, 14 May 2014 09:14:49 +0000 (11:14 +0200)]
log4cplus: use better file for LIC_FILES_CHKSUM

* simplify SRC_URI
* INSTALL file is changing checksum

(From meta-openembedded rev: 6434d97ee958e7f597b9cf358db0275315a33c47)

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