summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-geode: Upgrade to 2.11.15Martin Jansa2014-06-132-2/+22
| | | | | | | | | | 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. Signed-off-by: Brian Lloyd <blloyd@familyhonor.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq fix compilationMaxim Uvarov2014-06-101-3/+4
| | | | | | | | | | | 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>
* python-cython: upgrade to 0.20.1Martin Jansa2014-06-102-33/+3
| | | | | | * 0.19+ version is required by newer python-efl-0.10.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: upgrade to 2.0.3, add native supportMartin Jansa2014-06-101-8/+9
| | | | | | | | | | | | | | * 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>
* dfu-util: Remove svn recipesChris Morgan2014-06-102-32/+0
| | | | | | | * 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>
* dfu-util: Add 0.7 and remove old 0.1 recipeChris Morgan2014-06-102-10/+6
| | | | | | | * 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>
* postgresql: B!=S fixArmin Kuster2014-06-101-6/+6
| | | | | | | 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>
* tipcutils: B!=S fixArmin Kuster2014-06-101-5/+5
| | | | | | | 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>
* libxml++: fix build with B noteq SLewis, Nick2014-06-101-2/+2
| | | | | Signed-off-by: Nick Lewis <nick.lewis@usa.g4s.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enca: fix S!=B failureTim Orling2014-06-101-4/+4
| | | | | | | | | | 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>
* vim: Fix packaging of common data filesPaul Barker2014-06-101-2/+2
| | | | | | | | | | | | | 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>
* daq: fix compilationMaxim Uvarov2014-06-101-1/+4
| | | | | | | | | | | 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>
* libsdl-mixer: fix S!=B failureTim Orling2014-06-101-1/+1
| | | | | | | | | | | 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>
* lockdev: fix S!=B failureTim Orling2014-06-101-1/+1
| | | | | | | | | | | 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>
* zeroc-ice : Add recipe.Philip Balister2014-06-102-0/+369
| | | | | | | | | | 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>
* nodejs: Inherit pythonnativeAmy Fong2014-06-101-1/+3
| | | | | | | | 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>
* libmikmod: update to 3.3.6Tim Orling2014-06-101-3/+3
| | | | | | | | | * 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>
* sqlite: Point to Makefile in source directoryAsh Charles2014-06-101-1/+1
| | | | | | | | | 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>
* networkmanager: correct test libs install sourceAsh Charles2014-06-101-1/+1
| | | | | | | | 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>
* lxdm: Use lxdm.conf from build directoryAsh Charles2014-06-101-1/+1
| | | | | | | | | | 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>
* ltrace: Run autogen.sh in source directoryAsh Charles2014-06-101-1/+1
| | | | | | | | | 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>
* mbuffer: Update to version 20140310 from 20091227Ash Charles2014-06-101-5/+7
| | | | | | | | | | 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>
* tesseract-lang: add recipes for all languages availableMario Domenech Goulart2014-06-1066-0/+600
| | | | | | | | 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>
* tesseract: add recipe for version 3.02.02Mario Domenech Goulart2014-06-101-0/+20
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leptonica: add recipe for version 1.7.0Mario Domenech Goulart2014-06-101-0/+14
| | | | | | | Leptonica is required by tesseract. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openobex: fix detection of IrDA during configure with B!=SPaul Eggleton2014-06-102-1/+18
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwebp: add new recipe for version 0.4.0Matthieu CRAPET2014-05-211-0/+46
| | | | | | | | 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>
* mesa-glut: fix S!=B failureMatthieu CRAPET2014-05-211-1/+1
| | | | | Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pm-qa: update to 0.4.10 releaseFathi Boudra2014-05-211-4/+4
| | | | | | | Update SRC_URI, /tools/ is deprecated. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* open-vcdiff: update to 0.8.4Matthieu CRAPET2014-05-212-38/+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>
* liblockfile: remove unrecognized configure optionChen Qi2014-05-211-1/+1
| | | | | | | | 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>
* liblockfile: inherit autotools-brokensepChen Qi2014-05-211-1/+1
| | | | | | | | | | | | 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>
* libssh: update to 0.6.3Koen Kooi2014-05-151-3/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmtp: Fix 'Makefile.am: No such file or directory' build error.Charles Oram2014-05-151-2/+2
| | | | | | | | * 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>
* rrdtool: fix S!=B failureKoen Kooi2014-05-151-5/+5
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tmux: fix S!=B problemsKoen Kooi2014-05-151-1/+1
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpm: fix S!=B failureKoen Kooi2014-05-151-1/+1
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4cplus: use better file for LIC_FILES_CHKSUMMartin Jansa2014-05-151-4/+3
| | | | | | | * simplify SRC_URI * INSTALL file is changing checksum Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: add new recipe for version 1.3Matthieu CRAPET2014-05-152-0/+52
| | | | | | | 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>
* fbset: add dependency flex-nativeKai Kang2014-05-151-1/+1
| | | | | | | | | | | | | 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>
* xorg-fonts-100dpi: add recipeBen Shelton2014-05-151-0/+14
| | | | | | | 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>
* font-bitstream-100dpi: add recipeBen Shelton2014-05-151-0/+14
| | | | | Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-bh-lucidatypewriter: add recipeBen Shelton2014-05-151-0/+14
| | | | | Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-bh-100dpi: add recipeBen Shelton2014-05-151-0/+14
| | | | | Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-adobe-utopia: add recipeBen Shelton2014-05-151-0/+15
| | | | | Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-adobe-100dpi: add recipeBen Shelton2014-05-151-0/+14
| | | | | Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bdftopcf: add recipeBen Shelton2014-05-151-0/+13
| | | | | | | | | The bdftopcf tool is necessary to build the core X fonts, which ship in BDF format. Adapted from a recipe in OE-Classic and from an earlier mailing list post by Trevor Woerner. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdelta3: add optional lzma supportMatthieu CRAPET2014-05-152-1/+62
| | | | | | | Using PACKAGECONFIG. Disabled by default. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpitests: update to 20140424 releaseFathi Boudra2014-05-154-563/+368
| | | | | | | | Sync up/refresh aapits build fixes, 0001-Fixup-aapits-build.patch is splitted and replaced by aapits-linux.patch / aapits-makefile.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: update to 20140424 releaseFathi Boudra2014-05-151-2/+2
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
OpenPOWER on IntegriCloud