aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-06-10qcanobserver: Update svn URL for new sourceforge layout, fix build with ↵jansa/qcanobserverMartin Jansa
newer eglibc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10python-cython: upgrade to 0.20.1Martin Jansa
* 0.19+ version is required by newer python-efl-0.10.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10luajit: upgrade to 2.0.3, add native supportMartin Jansa
* 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. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10dfu-util: Remove svn recipesChris Morgan
* these point at deprecated svn repositories, dfu-util uses git now Signed-off-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10dfu-util: Add 0.7 and remove old 0.1 recipeChris Morgan
* dfu-util-0.7 is the latest release of dfu-util Signed-off-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10postgresql: B!=S fixArmin Kuster
This fixes a configure issue do to incorrect directory reference. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10tipcutils: B!=S fixArmin Kuster
The do_install_append was trying to install from src location and not the build. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10libxml++: fix build with B noteq SLewis, Nick
Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10enca: fix S!=B failureTim Orling
Point tools to the right paths: * ${S}/configure.ac in do_configure_prepare() * ${B}/Makefile in do_configure_append() * cd ${B} in do_compile() Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10vim: Fix packaging of common data filesPaul Barker
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. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10daq: fix compilationMaxim Uvarov
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. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10libsdl-mixer: fix S!=B failureTim Orling
This package does not like being built out-of-tree. Fixes: | configure: error: cannot find install-sh, install.sh, or shtool in [...] Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10lockdev: fix S!=B failureTim Orling
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 Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10zeroc-ice : Add recipe.Philip Balister
Oh the pain. Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio. Update Upstream-Status for build system patch. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10network-manager-applet: fix S!=B errorAsh Charles
The Makefile fixup in do_configure_append is in the build directory, not the source directory. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10nodejs: Inherit pythonnativeAmy Fong
nodejs should use python from python-native package. On some hosts, the default python is missing bz2 support. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10libmikmod: update to 3.3.6Tim Orling
* URI for 3.3.3 broken * COPYING.LESSER License regressed address for FSF: 5c5 < 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10sqlite: Point to Makefile in source directoryAsh Charles
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. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10networkmanager: correct test libs install sourceAsh Charles
When building out-of-tree, the test binaries are available in the build directory, not the source directory. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10lxdm: Use lxdm.conf from build directoryAsh Charles
The lxdm.conf is populated to the build/data directory, not the source directory. Upstream-Status: Inappropriate (configuration) Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10ltrace: Run autogen.sh in source directoryAsh Charles
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. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10libdc1394: fix S!=B failureTim Orling
Fixes: fatal error: dc1394/camera.h: No such file or directory | #include <dc1394/camera.h> | ^ | compilation terminated. Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10mbuffer: Update to version 20140310 from 20091227Ash Charles
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 Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10schroedinger: fix S!=B error, rename "files"Tim Orling
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/" Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10fluidsynth: fix S!=B errorsTim Orling
Fixes: : fatal error: fluidsynth/version.h: No such file or directory | #include "fluidsynth/version.h" Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10ruby overwrites configuration files in ruby-nativeAmy Fong
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. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10xfce4-settings: Install cursors from srcdirAsh Charles
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 Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10xfce-git: Run autogen.sh in source directoryAsh Charles
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) Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10xfce4-dev-tools: Allow out of tree buildsAsh Charles
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 Signed-off-by: Ash Charles <ash@gumstix.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10contrib/tesseract-langs.sh: add script to generate recipes for tesseract ↵Mario Domenech Goulart
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-10tesseract-lang: add recipes for all languages availableMario Domenech Goulart
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-10tesseract: add recipe for version 3.02.02Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10leptonica: add recipe for version 1.7.0Mario Domenech Goulart
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-10openobex: fix detection of IrDA during configure with B!=SPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-09MAINTAINERS: update my email address for meta-networkingJoe MacDonald
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-07monkey: add Monkey HTTP ServerEduardo Silva
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-04libtest-harness-perl: add 3.30Tim Orling
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-04libalgorithm-diff-perl: add 1.15Tim Orling
[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-04libextutils-cppguess-perl: add 0.07Tim Orling
[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-04libmodule-build-tiny-perl: add 0.036Tim Orling
[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-04libextutils-installpaths-perl: add 0.010Tim Orling
[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-04libextutils-helper-perl: add 0.022Tim Orling
[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-04libextutils-config-perl: add 0.007Tim Orling
[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-04libmodule-runtime-perl: add 0.014Tim Orling
[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-04libcapture-tiny-perl: add 0.24Tim Orling
[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-04libtext-diff-perl: add 1.41Tim Orling
[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-03update snort to 2.9.6.0Maxim Uvarov
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-03ntp: fix incorrect pidfile handling in ntpd init scriptJack Mitchell
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03netcat-openbsd: fixup patchingDan McGregor
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-03netperf: enable SCTP supportMihaela Sendrea
Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Joe MacDonald <joe@deserted.net>