summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclass"Koen Kooi2012-10-241-7/+25
| | | | | | The class hasn't hit oe-core yet This reverts commit eb66e508e33ccbec8299041265eef183913a3a8c.
* samba: update to version 3.6.8Otavio Salvador2012-10-2429-47/+21995
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rage: Add license checksumOtavio Salvador2012-10-241-0/+1
| | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* epdfview: Sync with Debian 0.1.8-3 patchesOtavio Salvador2012-10-246-14/+101
| | | | | | | | This includes the patches in use in Debian package to fix color inversion and other minor issues. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql: always replace paths in mysql_config scriptPaul Eggleton2012-10-241-3/+7
| | | | | | | | | | | Path replacement was not happening on some machines if the MySQL build scripts set a different path in the produced mysql_config script, resulting in host paths being left in. Original patch by Joe Slater <jslater@windriver.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgphoto2: fix buildAndreas Müller2012-10-242-1/+51
| | | | | | | | | | | | autoconf.bbclass forces building po dirs by copying po/Makefile.in.in. We have to care for libgphoto2_port/po/Makefile.in.in too and have to remove AM_PO_SUBDIRS() from configure.ac since that causes | autoreconf: running: aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/aclocal-copy/ --automake-acdir=/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ --force -I auto-m4 -I m4m | configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lmsensors: Initial commitMarc Ferland2012-10-247-0/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lmsensors project provides hardware health monitoring tools in the form of kernel drivers, a user-space library and some helper programs. This recipe provides all the different user-space tools offered by lmsensors in separete packages. Startup scripts and default configuration files are also made available through this commit. The packages consist of (description text from lmsensors documentation): * lmsensors-libsensors: The user-space sensors support library code. * lmsensors-sensors: A console tool to report sensor readings and set new sensor limits. * lmsensors-sensord: A daemon to watch sensor values and log problems. It includes RRD support. * lmsensors-fancontrol: Controls fanspeeds responding to changes on temperature sensors. Configuration through pwmconfig. * lmsensors-sensorsdetect: This program tries to detect the available SMBus adapters and the chips connected to them, as well as Super-I/O and misc chips. * lmsensors-sensorsconfconvert: Convert configuration files from lmsensorsv2 to lmsensorsv3. * lmsensors-pwmconfig: tests the pwm (pulse width modulation) outputs of sensors for their effect on the fans and helps to setup the configfile for fancontrol. * lmsensors-isatools: This program sets/gets the registers of ISA or Super-I/O chips. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* devilspie2: initial add 0.24Andreas Müller2012-10-243-0/+81
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* maliit-framework: Clean up recipe and use gtk-immodules-cache.bbclassSamuel Stirtzel2012-10-241-25/+7
| | | | | | | To be merged after gtk-immodules-cache.bbclass hits oe-core Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networksSander van Grieken2012-10-241-0/+16
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Jansson: new recipe, library for creating and manipulating JSON strings in CJack Mitchell2012-10-241-0/+12
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: disable pythonMartin Jansa2012-10-231-1/+2
| | | | | | | | | * otherwise configure uses python-config from host and passes wrong CFLAGS see http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-October/042058.html for details Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to 195Koen Kooi2012-10-231-2/+7
| | | | | | disable microhttd and package new files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpegSamuel Stirtzel2012-10-231-1/+4
| | | | | | | | This fixes "ERROR: Multiple .bb files are due to be built which each provide jpeg" Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Upgrade past v194Khem Raj2012-10-234-32/+61
| | | | | | | Booted on eglibc i586, arm, ppc qemu systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sshfs-fuse : Import recipe from Openembedded Classic.Philip Balister2012-10-191-0/+19
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse : Update to version 2.9.2.Philip Balister2012-10-192-2/+2
| | | | | | | Bug fix release. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql: start at runlevel 5 not SMarcin Juszkiewicz2012-10-191-2/+2
| | | | | | | | | | Without that change target system had to be restarted to get MySQL running or it had to be run by hand. Reason was simple: mysql init script was starting before S99configure when package was not yet configured. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mcnavi: move from meta-oe to meta-eflMartin Jansa2012-10-191-0/+0
| | | | | | | * mcnavi depends on ecore, but meta-oe does not depend on meta-efl * thanks to kergoth for reporting this! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: drop libxp and printproto from DEPENDSMartin Jansa2012-10-191-2/+2
| | | | | | | | | | | | | | | * it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328 * there should be --disable-xprint/--without-xprint too, but it looks like all support for xprint was removed from libxaw already commit 012e73faab8dc8617c6da4679715dae14f6cddd4 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 15 18:25:53 2008 +0300 Remove last remaining vestiges of Xprint support Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ecore: drop libxputil from DEPENDSMartin Jansa2012-10-191-2/+3
| | | | | | | | | | * it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328 * it needs to be explicitly disabled now, because recipe was removed in oe-core, but files still stay in sysroot and we cannot even cleansstate it now without recipes around. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mcnavi: remove myslq_config include path work aroundMartin Jansa2012-10-191-6/+1
| | | | | | * it was fixed in mysql5 3f95bb907381ac5fd789452e1330c12f9a8904f9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-1917-17/+17
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hiawatha: add initial 8.5 recipe and associated filesJack Mitchell2012-10-182-0/+89
| | | | | Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: call gnu-configize in do_configurePaul Eggleton2012-10-182-1/+2
| | | | | | | | | Since we override do_configure, gnu-configize doesn't get called and using the old gnu-config files distributed with the PHP source can cause problems for some people e.g. building for AArch64; so add a call to it explicitly here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Maliit: Add initial recipesSamuel Stirtzel2012-10-174-0/+188
| | | | | | | | | Maliit is a Qt based virtual keyboard under liberal license (LGPLv2.1 / BSD) The inputmethod framework from Qt is used and it supports gtk-immodules. It can also be used without dependencies to GTK+ (separate package for GTK+) Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iso-codes: set SUMMARYPaul Eggleton2012-10-171-1/+2
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libnice: tidy up meta variablesPaul Eggleton2012-10-171-3/+4
| | | | | | | | * Add SUMMARY * Fix typo in DESCRIPTION * Set LICENSE to a parsable form Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* rrdtool: add pango to DEPENDSPaul Eggleton2012-10-171-1/+3
| | | | | | | The configure script fails without pangocairo which is provided by pango. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libc-client: correct LICENSEPaul Eggleton2012-10-171-1/+3
| | | | | | The license is Apache 2.0 according to the included LICENSE.txt file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libxfce4ui: add glade packageAndreas Müller2012-10-161-2/+8
| | | | | | | | | | | | * To edit glade files for xfce-packages it needs libxfce4ui's catalog [1]. * Unfortunately some host distributions do not supply a libxfce4ui-glade package. * By installing glade3 + libxfce4ui-glade it is now possible to edit xfce's glade-files on target machine. [1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/20021 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glade3: initial add 3.8.2Andreas Müller2012-10-162-0/+70
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: Fix serveral build errors and install missing dependenciesOtavio Salvador2012-10-162-10/+50
| | | | | | | | This allow the package to build fine. On the test board it didn't show anything in display but it seems to be hardware specific issue. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* modphp: make LICENSE more accuratePaul Eggleton2012-10-151-1/+1
| | | | | | | | | | | PHP 5 is distributed under the PHP 3.01 license (which we identify as PHP-3.0 as far as common license files go). Fixes the following warning: WARNING: modphp: No generic license file exists for: PHP in any provider Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: fix rpath QA issuePaul Eggleton2012-10-152-1/+5
| | | | | | | | Fixes the following QA issue: ERROR: QA Issue: package modphp contains bad RPATH ${STAGING_DIR_TARGET}/usr/lib in file ${WORKDIR}/packages-split/modphp/usr/lib/apache2/modules/libphp5.so Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* apache2: reorganise packaging definitionsPaul Eggleton2012-10-111-3/+4
| | | | | | | Move RDEPENDS to the end and PACKAGES before other packaging definitions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* apache2: work around bug in apr-1-config/apu-1-config scriptsPaul Eggleton2012-10-111-4/+12
| | | | | | | | | | | | | | | | | The apr-1-config and apu-1-config scripts (installed into the sysroot by apr and apr-util respectively) report incorrect paths with current OE-Core - see: http://bugzilla.yoctoproject.org/show_bug.cgi?id=3267 Since OE-Core is frozen at the moment, work around the issue by taking a copy of the scripts and fixing them up. Additionally we need to not mangle the libtool name as apr installs it into the sysroot as just 'libtool'. This fixes building apache2 with rm_work enabled. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libconfig: port from classic and updateAndrea Galbusera2012-10-101-0/+14
| | | | | | | | * based on recipe from oe-classic * update to currently available upstream version 1.4.9 Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libftid: Change to use GPLv2 intead of GPLv2-RLE.Martin Ertsaas2012-10-101-1/+3
| | | | | | | | | | libftdi itself is licensed under LGPLv2, with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed under a GPLv2-RLE variation of GPLv2, and so we should use GPLv2 instead of GPLv2-RLE. Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Change the PACKAGES_DYNAMIC expression to be more restrictOtavio Salvador2012-10-101-1/+1
| | | | | | | | | Using 'lib*' we end having problem with every other package that generate libraries dynamically thus we changed it to match the library prefixes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update git version to 2012-10-04 snapshotOtavio Salvador2012-10-101-9/+13
| | | | | | | | This package depends on libpostproc to ensure same set of libraries is provided for runtime. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libpostproc: Add git versionOtavio Salvador2012-10-101-0/+49
| | | | | | | This has been split from libav code during development of 0.9 series. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yajl: Update to 2.0.4 versionOtavio Salvador2012-10-101-3/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* owfs: Update to 2.8p20 versionOtavio Salvador2012-10-101-5/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* net-snmp: add pciutils to dependenciesMarcin Juszkiewicz2012-10-101-1/+1
| | | | | | | It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* libdivecomputer: added missing AM_PROG_ARMarcin Juszkiewicz2012-10-102-1/+22
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* swig: update gnu-config filesMarcin Juszkiewicz2012-10-101-1/+5
|
* soft66: added missing AM_PROG_ARMarcin Juszkiewicz2012-10-102-1/+16
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* modemmanager: do not include glib private headersMarcin Juszkiewicz2012-10-102-1/+99
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* ca-certificates: update to 20120623 versionMarcin Juszkiewicz2012-10-101-3/+3
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>