summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* fwts: update to 14.05.00 releaseFathi Boudra2014-05-151-2/+2
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pm-qa: update to 0.4.9 releaseFathi Boudra2014-05-151-3/+3
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: update to version 2014.03Diego Rondini2014-05-151-4/+15
| | | | | | | | | | | Update glmark2 receipe to upstream version 2014.03. The configure step has changed and instead of using "--enable-stuff" syntax, now the syntax is "--with-flavors=flavor1,flavor2". Thanks to Paul Eggleton for the help on how to deal with that: https://lists.yoctoproject.org/pipermail/yocto/2014-April/019328.html Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: fix build against gnutls3Koen Kooi2014-05-153-1/+64
| | | | | | | OE-core update from gnutls2 to gnutls3, openldap needs patches to cope with that. Also add libgcrypt to DEPENDS since openldap links against it directly now instead of through gnutls. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga, fim, gpsd, hddtemp, libunwind, lzip: Change the url to variable for ↵Changhyeok Bae2014-05-155-7/+5
| | | | | | | | | | | | | savannah in SRC_URI * The variables (SAVANNAH_MIRROR) are defined in oe-core/meta/conf/bitbake.conf. * MIRRORS in quagga and libunwind is removed. because the MIRRORS of savannah is globally defined in oe-core/meta/classes/mirrors.bbclass Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: update LICENSE AGPLv3 -> AGPL-3.0Martin Jansa2014-05-121-1/+1
| | | | | | | * to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: add libpcap dependencyMartin Jansa2014-05-121-1/+1
| | | | | | | * fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic ↵Martin Jansa2014-05-121-1/+1
| | | | | | | | | | builds * otherwise maliit-framework-gtk is empty * fixes following issues from test-dependencies report: maliit-framework/maliit-framework-gtk/latest lost dependency on eglibc glib-2.0 gtk+ gtk+3 libgcc libqtcore4 maliit-framework pango Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: add PACKAGECONFIG for xftMartin Jansa2014-05-121-0/+3
| | | | | | | * fixes following issue in test-dependencies report: xterm/xterm/latest lost dependency on fontconfig libxft Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tk: Fix build with xftMartin Jansa2014-05-122-2/+14
| | | | | | | * xft requires fontconfig, but pkg-config --libs xft doesn't return it add it manually Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: add PACKAGECONFIG for imlib2, qt, gtk, sdlMartin Jansa2014-05-123-3/+25
| | | | | | | | | * fixes following issues from test-dependencies report: navit/navit/latest lost dependency on fribidi navit/navit-graphics-gtk/latest lost dependency on imlib2 navit/navit-graphics-sdl/latest lost dependency on eglibc freetype Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist ↵Martin Jansa2014-05-094-0/+11
| | | | | | | | | | recipes failing in world builds * these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: add DEPENDS and PACKAGECONFIG for help-browserAndreas Müller2014-05-091-1/+5
| | | | | | | | | | * missing DEPENDS were detected in Martin's world with test-dependencies (libxmu & libxpm will still apear in distroless environments) * help-browser depends on webkit-gtk which takes very long to build so disable it by default Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tk: cleanup & add PACKAGECONFIGMatthieu CRAPET2014-05-091-11/+33
| | | | | | | | | | | | | | | | Changes: - add PACKAGECONFIG "xft" enables XFontConfig features - add PACKAGECONFIG "xss" enables XScreenSaver extension - use ${BPN} and ${PV} - use ${VER} intermediate variable for readability - fulfill LIC_FILES_CHKSUM - remove BINCONFIG_GLOB: inherit binconfig is not present, lib/tkConfig.sh paths are valid - add SSTATE_SCAN_FILES, like it is done in tcl recipe (OE-Core) Note: tcl and tk are sharing the same licence, tcl licence file in commited in OE-Core. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Update to 1.0.1Otavio Salvador2014-05-093-77/+26
| | | | | | | | This updates to last stable release and, as a plus, fix an out of tree build failure. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: explicitly disable nfq and ipq modulesMartin Jansa2014-05-071-1/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>