summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* daq: Update from 2.0.1 to 2.0.2Alex Lennon2014-05-071-2/+2
| | | | | | | daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkperf: add gtk+ dependencyMartin Jansa2014-05-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * when there is no gtk+ in sysroot, configure fails to find it but doesn't cause do_configure task to fail :/ configure: WARNING: using cross tools not prefixed with host triplet checking pkg-config is at least version 0.9.0... yes checking for GTK... no * builds fails a bit later with confusing do_install error: ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526) ERROR: Logfile of failure stored in: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526 Log data follows: | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common'] | DEBUG: Executing shell function do_install | NOTE: make -j 9 DESTDIR=/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/image install | make: *** No rule to make target 'install'. Stop. | ERROR: oe_runmake failed | WARNING: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/run.do_install.31526:1 exit 1 from | exit 1 | ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526) NOTE: recipe gtkperf-0.40-r0: task do_install: Failed ERROR: Task 2 (/OE/build/oe-core/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb, do_install) failed with exit code '1' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dbench: Fix out of tree buildOtavio Salvador2014-05-052-5/+5
| | | | | | | | This fixes the Makefile so the client.txt file is copied from the original source tree. This fixes the out of tree build error. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: fix do_installing when S!=BKoen Kooi2014-05-051-4/+4
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconfig: inherit from autotools-brokensepAndrea Galbusera2014-05-051-1/+1
| | | | | | | do_compile fails otherwise Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt-creator: skip libdir qa check, because it's false positiveMartin Jansa2014-05-051-0/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* devicekit-power: add libusb-compat dependencyMartin Jansa2014-05-051-1/+1
| | | | | | | | | | * otherwise do_configure fails with: | configure:14379: result: no | configure:14379: checking for usb.h | configure:14379: result: no | configure:14386: error: Can't find usb.h. Please install libusb. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* maliit-framework: add dependency on libxcompositeMartin Jansa2014-05-051-0/+1
| | | | | | | | * otherwise fails in do_compile with: | mimremotewindow.cpp:27:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory | #include <X11/extensions/Xcomposite.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjpeg-turbo: update 1.3.0 -> 1.3.1Andre McCurdy2014-05-051-6/+9
| | | | | | | | | This commit also modifies SRC_URI to fetch a release tarfile instead of checking out from SourceForge SVN and makes some minor updates to the jpeg-tools DESCRIPTION text. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: update srcrev to 2.18 releaseFathi Boudra2014-05-048-228/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update recipe: - update SRCREV to latest release, 2.18 - switch back to master branch - increase verbosity (pass V=1 to EXTRA_OEMAKE) to make debugging easier * Drop patches: - fix-lib64-can-not-be-shiped-in-64bit-target.patch replaced by LIBARGS definition. the build system allows to override libdir using LIB32 and LIB64 variables - 0001-install-perl-lib-to-directory-perl-instead-of-perl5.patch replaced by a one-liner to fixup perl module directory hardcoded to perl5 * Refresh skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch - only disable the error to skip the check * Add patches: - 0001-aarch64-fix-cross-compilation.patch - submitted upstream allow to override CC and use it for aarch64 case like the other arch - 0001-aarch64-fix-page-size-not-properly-computed.patch - submitted upstream fix typo on MB variable (MB -> $MB) and add the missing linker variants (aarch64elfb, aarch64linux, aarch64linuxb) - 0001-replace-lib-lib64-hardcoded-values-by-LIBDIR32-LIBDI.patch submitted upstream. replace lib/lib64 hardcoded values by LIBDIR32 and LIBDIR64 variables * Remove patches that aren't applied in the recipe (they're all merged upstream and available in 2.18 release): - libhugetlbfs/files/aarch64-support.patch - aarch64-unit-test-fixes.patch - add-PROT-NONE-to-the-mprotest-test.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: Updated to version 1.2Dan McDougall2014-05-045-21/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | This new version of Gate One uses a new configuration file format which means the old server.conf is gone. It now stores configuration files in /etc/gateone/conf.d. The /opt/gateone directory is also gone and instead the package installs like a regular Python module in site-packages. SSL certificates/keys are stored in /etc/gateone/ssl/. The new version requires python-tornado 3.1.1 (which was submitted earlier today) and the python-futures package (which was also submitted today). An 80oe.conf file has been added specific to OpenEmbedded that replaces the old pre-configured server.conf functionality. The old patch that removes the init script checks has been deprecated by the use of the --skip_init_scripts option which is now being passed to setup.py. Lastly, Gate One 1.2 is about twice as fast (benchmarked) as Gate One 1.1 on the Beaglebone platform. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors: update 3.3.3 -> 3.3.5Marc Ferland2014-05-031-3/+4
| | | | | | | | This commit also adds a new package (lmsensors-sensorsconfconvert-doc) for the sensors-conf-convert script man page which was added in 3.3.5. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: inherit autotools-brokensepKoen Kooi2014-05-031-1/+1
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmcrypt: inherit autotools-brokensepKoen Kooi2014-05-031-1/+1
| | | | | | | do_configure fails without it. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: inherit autotools-brokensepKoen Kooi2014-05-031-15/+1
| | | | | | | Also remove hack that deletes headers from staging, it's not needed anymore. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: handle seperate builddirKoen Kooi2014-05-031-2/+2
| | | | | Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm3: Fix build when S != BKhem Raj2014-05-031-4/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* espeak: install header in proper locationKoen Kooi2014-05-031-2/+3
| | | | | | | This matches debian, also provide symlink for backwards compatibility. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: move to gitKoen Kooi2014-05-031-4/+3
| | | | | | | The subversion repository has been closed down. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: inherit from autotools-brokensep instead of autotools to fix builddv@pseudoterminal.org2014-05-031-1/+1
| | | | | | | This package will not build with a separate build directory. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* i2c-tools: Fix build when S != BKhem Raj2014-05-031-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: Fix build when S != BKhem Raj2014-05-031-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* t1lib: Fix build when S != BKhem Raj2014-05-031-6/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree ↵Khem Raj2014-05-035-5/+5
| | | | | | | | | builds These recipes are not ready yet Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liboauth: New recipeKhem Raj2014-05-031-0/+16
| | | | | | | Its needed newer libgdata Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcms: Update to lcms2 version 2.6Khem Raj2014-05-032-15/+15
| | | | | | | Fix S != B build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debianutils: Upgrade to 4.4Khem Raj2014-05-031-7/+5
| | | | | | | | | | | License is changed since readlink is dropped from package which was sole package licensed under BSD Additionally fix B != S build too Below is the diff of license change Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* esound: Fix build when B != SKhem Raj2014-05-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: Fix build when B != SKhem Raj2014-05-031-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: enable perl and python bindingsChong.Lu@windriver.com2014-05-031-6/+86
| | | | | | | | | | | | | | 1. default enable perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl instead, perl sets PERL5LIB and invokes perl.real 3. While using dash as /bin/sh, subsequent commands in functions will not use the environment variables passed to the function call line unless explicitly run "export ENV_VAR". 4. delete unrecognized options: "--enable-local-libpng" and "--enable-local-zlib" Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: add threshold.so, load.so and disk.so in PRIVATE_LIBSJackie Huang2014-05-031-0/+3
| | | | | | | | | | | | to avoid the folloing warnings: log.world.20140418_190059.log/bitbake.log:WARNING: gegl-0.2.0 was registered as shlib provider for load.so, changing it to collectd-5.2.2 because it was built later log.world.20140418_190059.log/bitbake.log:WARNING: libgphoto2-camlibs-2.4.11 was registered as shlib provider for disk.so, changing it to collectd-5.2.2 because it was built later log.world.20140418_190059.log/bitbake.log:WARNING: gegl-0.2.0 was registered as shlib provider for threshold.so, changing it to collectd-5.2.2 because it was built later Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: fix compilation error with o3 moduleMatthieu CRAPET2014-05-031-1/+1
| | | | | | | | | Take a more recent revision. See related issue: https://github.com/ajaxorg/o3/commit/0bfd58559fee135d96788ba35115d5de68703609 Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xwd: add recipeBen Shelton2014-05-031-0/+11
| | | | | | | | Adding a recipe for the X Window Dump tool, a lightweight tool that is useful for taking screenshots on embedded targets. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* htop: Update 1.0.2 -> 1.0.3Khem Raj2014-05-031-5/+8
| | | | | | | | Update to latest and at the same time fix building when S != B Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: upgrade to 303, set B=S, licence tweakJack Mitchell2014-05-031-3/+6
| | | | | | | | | - upgrade to version 303 - set B=S due to broken build/source seperation - tweak licence file md5 to account for date change Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lzip: Upgrade to 1.15Changhyeok Bae2014-05-031-3/+2
| | | | | | | lzip v1.14 is not available in SRC_URI. Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Don't build out-of-treePaul Barker2014-05-031-0/+1
| | | | | | | | Out-of-tree builds don't seem to work for vim, probably as it doesn't use automake. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: Update to 6.8.8Khem Raj2014-05-033-4/+107
| | | | | | | | | | | | | | Add ImageMagick to known licenses The license checksum is changed due to year change in license text -Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. +Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. Add suffix .im6 to binaries, this avoids conflicts with other packages e.g. lmbench provides stream utility and imagemagick does too so when both packages are being part of image we have conflicts. This resolves it by renaming stream to stream.im6 to make it distinct Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fftw: Build native version as wellKhem Raj2014-05-031-0/+2
| | | | | | | imagemagick-native needs it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: update to latest svnAnders Darander2014-05-031-2/+3
| | | | | | | | The old license file, COPYING has been renamed to LICENSE. It has also been appended with the the disclaimer from src/common/convert_UTF.h (see r1285). Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad.bbclass: set includedir in CXXFLAGSAnders Darander2014-05-031-0/+1
| | | | | | | | | | Previously this was only set in CFLAGS. An build issue was discovered while convering in internal application from Qt4 to Qt5. As a result of this, the required header files were no longer found, until we also set CXXFLAGS. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eject: Fix wrong return valueJackie Huang2014-05-032-1/+15
| | | | | | | | | Remove the unnecessary return(1) from function usage(), so that eject -h can return the right value. Signed-off-by: Zhangle Yang <zhangle.yang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: enable some bindingsChong.Lu@windriver.com2014-05-032-1/+131
| | | | | | | | | 1. Enable pam, openssl, python, uuid, libxml, tcl, nls, libxml and perl bindings. 2. Make plperl, plpython, pltcl subpackages as dynamic in case other packages runtime depend on them. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: split out contrib into seperate packagesChong.Lu@windriver.com2014-05-031-3/+69
| | | | | | | Make contrib and split them into postgresql-contrib. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: split out some lib files into seperate packagesChong.Lu@windriver.com2014-05-031-25/+67
| | | | | | | | | | 1. Split out libecpg-compat-dev, libecpg-staticdev, libecpg-doc, libpq-staticdev, libpgtypes-staticdev and libpgtypes-dev into seperate packages. 2. Multilib builds set the package name (PN) to both foo and lib32-foo breaking build.use BPN instead to get the Base package name. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: add init script and DESCRIPTIONChong.Lu@windriver.com2014-05-033-5/+303
| | | | | | | | | 1. Add DESCRIPTION 2. Add init script for starting up the PostgreSQL server. 3. Disable krb5 by default Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: split the binaries to package gd-toolsJackie Huang2014-05-031-0/+9
| | | | | | | | | As most linux distribution do, gd only includes the library, and split all the command line tools into gd-tools, and add the perl dependcy since one of the tools is a perl script. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: fix QA Warning Files/directories were installed but not shippedHongxu Jia2014-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | ... WARNING: QA Issue: lib32-libcanberra: Files/directories were installed but not shipped /usr/lib/libcanberra-0.29/libcanberra-gstreamer.so /usr/lib/libcanberra-0.29/libcanberra-multi.so /usr/lib/libcanberra-0.29/libcanberra-pulse.so /usr/lib/libcanberra-0.29/libcanberra-null.so /usr/lib/libcanberra-0.29/libcanberra-alsa.so /usr/lib/libcanberra-0.29/.debug /usr/lib/libcanberra-0.29/.debug/libcanberra-gstreamer.so /usr/lib/libcanberra-0.29/.debug/libcanberra-multi.so /usr/lib/libcanberra-0.29/.debug/libcanberra-pulse.so /usr/lib/libcanberra-0.29/.debug/libcanberra-null.so /usr/lib/libcanberra-0.29/.debug/libcanberra-alsa.so ... The dynamic libraries were installed into '${BPN}-${PV}' rather than '${P}'. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: add perl and perl modules to RDEPENDSChong Lu2014-05-031-0/+13
| | | | | | | | Perl and perl modules don't be installed in small image, but mariadb-server, mariadb-client and mariadb-leftovers need them in runtime, so we add them to RDEPENDS. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
* fbida: update to latest git and make motif a PACKAGECONFIG optionKoen Kooi2014-05-031-5/+5
| | | | | | | | | | The x11 dependencies are now deterministic instead of enabling based on DISTRO_FEATURES without changing DEPENDS. Disable motif by default as well, since *fb*ida is supposed to be framebuffer only by default. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>