Commit Graph

4448 Commits

Author SHA1 Message Date
Mario Domenech Goulart
cb41796a5e 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.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:23 +02:00
Mario Domenech Goulart
fccc8f1514 tesseract-lang: add recipes for all languages available
One recipe per language, all including the common tesseract-lang.inc
file.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:23 +02:00
Mario Domenech Goulart
9d655b7b72 tesseract: add recipe for version 3.02.02
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:23 +02:00
Mario Domenech Goulart
212e9d8907 leptonica: add recipe for version 1.7.0
Leptonica is required by tesseract.

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:22 +02:00
Paul Eggleton
4079368a04 openobex: fix detection of IrDA during configure with B!=S
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10 12:16:22 +02:00
Joe MacDonald
374545b58c MAINTAINERS: update my email address for meta-networking
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-09 21:28:52 -04:00
Eduardo Silva
33e1da434d 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.

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
2014-06-07 15:48:37 +01:00
Tim Orling
25b3fb81c9 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:55 +01:00
Tim Orling
a0557f541a 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
8935358ae1 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
2ee811a7aa 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
c27e0dcffa 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
ad4ec56399 libextutils-helper-perl: add 0.022
[Description from CPAN]
This module provides various portable helper function for
module building modules.

* Add ${CPAN_MIRROR} option

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
ebbcdb525e libextutils-config-perl: add 0.007
[Description from CPAN]
ExtUtils::Config is an abstraction around the %Config hash.

* Add ${CPAN_MIRROR} option

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:54 +01:00
Tim Orling
3cdd29838b 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.

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:53 +01:00
Tim Orling
f7a12fddc8 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:53 +01:00
Tim Orling
8e4341a622 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

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-06-04 09:52:53 +01:00
Maxim Uvarov
69cbc366c5 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.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:57:28 -04:00
Jack Mitchell
f3518c4c74 ntp: fix incorrect pidfile handling in ntpd init script
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:57:28 -04:00
Dan McGregor
4ae3822224 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.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:18:51 -04:00
Mihaela Sendrea
7734132dd3 netperf: enable SCTP support
Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:18:51 -04:00
Mihaela Sendrea
ab6a7ff9b3 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

Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:18:51 -04:00
Alexandre Fournier
c4ba56ceeb 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

Signed-off-by: Alexandre Fournier <alexandre.fournier@kiplink.fr>
Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03 21:18:51 -04:00
Matthieu CRAPET
9d49c83415 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.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:58:27 +02:00
Matthieu CRAPET
02995f82e6 mesa-glut: fix S!=B failure
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:58:23 +02:00
Matthieu CRAPET
8f4be6e2f0 faac: fix S!=B failure
Also use ${BP} and ${BPN}.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:58:11 +02:00
Fathi Boudra
650544e96b pm-qa: update to 0.4.10 release
Update SRC_URI, /tools/ is deprecated.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:56:30 +02:00
Jackie Huang
dfbbb45e81 conntrack-tools: add depends on bison-native
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:56:23 +02:00
Matthieu CRAPET
8fed52de71 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

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:56:15 +02:00
Chen Qi
90795acc98 liblockfile: remove unrecognized configure option
The '--enable-static' is an unrecognized configure option, thus removing
it.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:56:09 +02:00
Chen Qi
c6326c326b 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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21 13:56:05 +02:00
Koen Kooi
0e7630c319 libssh: update to 0.6.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 13:00:37 +02:00
Charles Oram
17ce4c6ac0 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.

Signed-off-by: Charles Oram <charles@oram.co.nz>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:59:48 +02:00
Koen Kooi
e2d9735404 rrdtool: fix S!=B failure
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:57:46 +02:00
Koen Kooi
c7a3194469 tmux: fix S!=B problems
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:57:41 +02:00
Koen Kooi
610a42c836 gpm: fix S!=B failure
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:57:36 +02:00
Martin Jansa
6434d97ee9 log4cplus: use better file for LIC_FILES_CHKSUM
* simplify SRC_URI
* INSTALL file is changing checksum

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:22 +02:00
Martin Jansa
ecd62f7474 exalt-client: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
f91aa2a21b elmdentica: remove autopoint to fix B!=S build
* it probably isn't needed anymore

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
0103d10a30 ephoto, libeflvala: use autotools-brokensep
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
516d4498f0 flame: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
c9d54b9b07 rain: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
2eadef304c exalt: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:21 +02:00
Martin Jansa
b6d91f59cf lightmediascanner: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Martin Jansa
d1810d6043 azy: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Matthieu CRAPET
6f0a4b9471 jq: add new recipe for version 1.3
jq is like sed but for JSON data. It's a very useful tool with no dependency.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Kai Kang
b2b895b69c fbset: add dependency flex-native
Build fbset failed with:
| flex modes.l
| make: flex: Command not found
| make: *** [lex.yy.c] Error 127

Add dependency flex-native to fix it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Ben Shelton
4c9e177bc8 xorg-fonts-100dpi: add recipe
Adding a packagegroup recipe to build all the core 100dpi X fonts.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Ben Shelton
f540381261 font-bitstream-100dpi: add recipe
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:20 +02:00
Ben Shelton
04e54c4043 font-bh-lucidatypewriter: add recipe
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15 12:30:19 +02:00