- Oct 15, 2012
-
-
Paul Eggleton authored
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>
-
- Oct 11, 2012
-
-
Paul Eggleton authored
Move RDEPENDS to the end and PACKAGES before other packaging definitions. Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Paul Eggleton authored
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>
-
- Oct 10, 2012
-
-
Andrea Galbusera authored
* 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>
-
Martin Ertsaas authored
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>
-
Otavio Salvador authored
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>
-
Otavio Salvador authored
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>
-
Otavio Salvador authored
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>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Marcin Juszkiewicz authored
It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Dropped Serif handling code - there is no Ubuntu Serif. Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
checking for UDEV... no configure: error: Package requirements (libudev >= 143) were not met: No package 'libudev' found Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Marcin Juszkiewicz authored
Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
- Oct 09, 2012
-
-
Paul Eggleton authored
* Update to latest upstream version 0.5.5 * Add an Ubuntu patch to fix incompatibility with current automake * Use automatic package splitting for drivers * Allow specifying drivers to build via LCD_DRIVERS * Allow specifying default enabled driver via LCD_DEFAULT_DRIVER * Disable g15 driver by default (but allow it to be re-enabled using PACKAGECONFIG, assuming the required recipes are also provided). * Fix conf files not going into lcdvc and lcdd packages due to override expansion not happening at the expected time (for CONFFILES_*) * Remove some unnecessary cruft * Move packaging parts of recipe below do_install * Add LIC_FILES_CHKSUM * Make LICENSE more accurate * Add SUMMARY Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Paul Eggleton authored
Add new recipe for phpMyAdmin 3.5.2.2, borrowing the apache.conf file from Debian (with the addition of "Require all granted" to enable access). Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Paul Eggleton authored
* Add "mysql" PACKAGECONFIG option * Add "pgsql" PACKAGECONFIG option (untested) * Use the correct template php.ini filename so that we actually get some content in the default file Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Paul Eggleton authored
* Include conf files in /etc/apache2/modules.d and conf.d * Add -D PHP5 to options so that PHP is enabled if installed * Fix "reload" action in initscript Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Paul Eggleton authored
This needs a PR bump after the fix to mysql_config. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Paul Eggleton authored
mysql_config should point to the directory where the MySQL include files can be found and not its parent. This fixes building modphp with mysql enabled, and allows cherokee to actually enable mysql support. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
Paul Eggleton authored
Add new recipe for the latest git version of pinpoint, the hacker-friendly presentation tool. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
jackie huang authored
Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net>
-
- Oct 05, 2012
-
-
Koen Kooi authored
Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Koen Kooi authored
Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
-
Martin Jansa authored
* it's autodetected and then later when it's not in sysroot it fails: | /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | arm-oe-linux-gnueabi-libtool: link: `/OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la' is not a valid libtool archive | make[1]: *** [wand/libMagickWand.la] Error 1 | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/imagemagick-6.7.5-r3/ImageMagick-6.7.5-6' Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* chrpath-native was added to ASSUME_PROVIDED http://lists.linuxtogo.org/pipermail/openembedded-core/2012-October/030744.html * it would be better to not use chrpath at all, but build.txt says: If you do not have chrpath available, GPSD binaries will be built statically. ... When you are cross-compiling, you'll need chrpath at version 0.14 or later for cross-architecture support. If it's not yet packaged for your environment, see http://alioth.debian.org/projects/chrpath/ and I prefer to stick to upstream Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-