aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2015-03-25breakpad: Install missing headerskraj/breakpadKhem Raj
We have compile failures due these headers missing from sysroot and other breakpad headers referring to them. So when some package wants to link with breakpad ends up in build errors. Change-Id: I61161e33dfb1ea6383e421e7bd2cb96bb9b06688 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-03-24breakpad: Upgrade to r1435Khem Raj
Fixes parallel build issue with breakpad-native amongst other updates Change-Id: Icc26234ccb4ba77543e8dca52b27ceaeb2f77747 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-12-09RDKSYSINTSW-1318: create RDK-B image recipesSteve Maynard
Reason for change: Add qemuarmbroadband as next step towards Puma-6MG support (build RDK-B for ARM) Test Procedure: build qemux86hyb image for RDK, qemux86broadband and qemuarmbroadband images for RDK-B; run all in qemu Risks: No side effects for RDK build Signed-off-by: Steve Maynard <steve.maynard@twcable.com> Change-Id: Iba5ff1eb79f0160052d99cd02f5b843db222938e
2014-12-03gdal: fix sqlite, expat and libtiff detectionMartin Jansa
* fixes following configure errors like: checking for SQLite3 library >= 3.0.0... yes cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure: line 25411: test: !=: unary operator expected configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! * and autodetected expat support which sometimes tries to use host version from /usr/include Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-14imagemagick: fix SRC_URIJavier Viguera
The package download URL has changed. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2014-09-26libmikmod: Adjust SRC_URIOliver Stäbler
The path to download libmikmod has changed on sourceforge. Adjust the path so the tar.gz can be downloaded again. Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch> Acked-by: Cliff Brake <cbrake@bec-systems.com>
2014-09-01php: Fix native build due mistakenly linking against host's iconvOtavio Salvador
The configure script has mistakenly choose to enable iconv support, due host to provide it, adding '/usr/lib' to the linking flags and failing as: ,----[ Linking error while testing 'fork' support ] | conftest.c:268: warning: conflicting types for built-in function 'fork' | .../build/tmp/sysroots/x86_64-linux/usr/lib/libxml2.so: | undefined reference to `gzopen64@ZLIB_1.2.3.3' | collect2: ld returned 1 exit status `---- This patch disables iconv support for native builds fixing the error. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Armin Kuster <akuster808@gmail.com> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23libgc: add PACKAGECONFIG for libatomic-opsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23irssi: add --with-ncurses optionMartin Jansa
* otherwise do_configure tries to find ncurses.h on host and disables ncurses support when not found, then build fails because of missing -lcurses when using terminfo-core.o: | terminfo-core.o: In function `_set_bg': | /OE/irssi/0.8.15+0.8.16-rc1-r0/irssi-0.8.16-rc1/src/fe-text/terminfo-core.c:343: undefined reference to `tputs' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23glmark2: Add virtual/libx11 dependencyMartin Jansa
* without it, do_configure fails: | Checking for 'x11' : not found | The configuration failed * inherit distro_features_check Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23ktap: Set MACHINE_ARCH because of ktap-module runtime dependencyMartin Jansa
* it's possible to exclude ktap-module dependency from siggen, but then we would need to exclude virtual/kernel and that doesn't work we would need to list all posisble providers as ktap->linux-yocto ktap->linux-foo .... Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-18nbench-byte: Fix parallel building errorOtavio Salvador
This extends the dependencies on pointer.h to fix following error: | ./sysinfo.sh arm-poky-linux-gnueabi-gcc ... | In file included from misc.h:36:0, | from misc.c:23: | nmglobal.h:29:21: fatal error: pointer.h: No such file or directory | #include "pointer.h" | ^ | compilation terminated. | make: *** [misc.o] Error 1 | make: *** Waiting for unfinished jobs.... | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-12ltrace: add PV and PACKAGECONFIG for libunwindMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-12opencv: Disable 'gtk' backend if X11 is not availableOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-06evtest: Stop using Cgit based archiveOtavio Salvador
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-16v4l-utils: Add virtual/libx11 dependency only if X11 is availableOtavio Salvador
In case we are building in a X11-less distro we shouldn't depends on virtual/libx11. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2014-07-16cpuburn-neon: Upgrade to version 20140626Lauren Post
Previous location is no longer accessible and breaks builds that include cpuburn-neon. This updates the location to fix the build breaks Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2014-07-16zeroc-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> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2014-07-01rng-tools: Update rng-tools version to 4Balasubramanian, Aparna
Signed-off-by: Aparna Balasubramanian <aparnab@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> [Backport from meta-oe/master c992b1ba176af7071416c405df03633ef7bf8e20] Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
2014-06-23live555: fix fetch problemSteffen Sledz
live.2013.04.30.tar.gz is no longer available at original live555 url and the url of the FreeBSD mirror has changed according to[1]. [1] <http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-23update maintainer info in README's for daisyCliff Brake
Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12mongodb: update LICENSE AGPLv3 -> AGPL-3.0Martin Jansa
* to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12mongodb: add libpcap dependencyMartin Jansa
* fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic ↵Martin Jansa
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>
2014-05-12xterm: add PACKAGECONFIG for xftMartin Jansa
* fixes following issue in test-dependencies report: xterm/xterm/latest lost dependency on fontconfig libxft Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12tk: Fix build with xftMartin Jansa
* xft requires fontconfig, but pkg-config --libs xft doesn't return it add it manually Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12navit: add PACKAGECONFIG for imlib2, qt, gtk, sdlMartin Jansa
* 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>
2014-05-09emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist ↵Martin Jansa
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>
2014-05-09gimp: add DEPENDS and PACKAGECONFIG for help-browserAndreas Müller
* 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>
2014-05-09tk: cleanup & add PACKAGECONFIGMatthieu CRAPET
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>
2014-05-09v4l-utils: Update to 1.0.1Otavio Salvador
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>
2014-05-07daq: explicitly disable nfq and ipq modulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-07daq: Update from 2.0.1 to 2.0.2Alex Lennon
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>
2014-05-07gtkperf: add gtk+ dependencyMartin Jansa
* 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>
2014-05-05dbench: Fix out of tree buildOtavio Salvador
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>
2014-05-05php: fix do_installing when S!=BKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05libconfig: inherit from autotools-brokensepAndrea Galbusera
do_compile fails otherwise Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05qt-creator: skip libdir qa check, because it's false positiveMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05devicekit-power: add libusb-compat dependencyMartin Jansa
* 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>
2014-05-05maliit-framework: add dependency on libxcompositeMartin Jansa
* 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>
2014-05-05libjpeg-turbo: update 1.3.0 -> 1.3.1Andre McCurdy
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>
2014-05-04libhugetlbfs: update srcrev to 2.18 releaseFathi Boudra
* 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>
2014-05-04gateone: Updated to version 1.2Dan McDougall
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>
2014-05-03lmsensors: update 3.3.3 -> 3.3.5Marc Ferland
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>
2014-05-03fwts: inherit autotools-brokensepKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03libmcrypt: inherit autotools-brokensepKoen Kooi
do_configure fails without it. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03openldap: inherit autotools-brokensepKoen Kooi
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>
2014-05-03mariadb: handle seperate builddirKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03llvm3: Fix build when S != BKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03espeak: install header in proper locationKoen Kooi
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>