Commit Graph

2260 Commits

Author SHA1 Message Date
Marcin Juszkiewicz 2055773314 soft66: added missing AM_PROG_AR
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:33 +02:00
Marcin Juszkiewicz e1768d6b35 modemmanager: do not include glib private headers
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:33 +02:00
Marcin Juszkiewicz f2136b93ef ca-certificates: update to 20120623 version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz d9619f6e6a libedit: update to latest version
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz 6b3dfebd43 ttf-ubuntu-font-family: added license stuff and updated to 0.80 version
Dropped Serif handling code - there is no Ubuntu Serif.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz bf0a086890 ttf-wqy-zenhei: added license stuff
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz cbffec21fb ttf-mplus: added license stuff
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz 1612f92bb7 ttf-hunkyfonts: added license stuff
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz e2d2e822f4 ttf-gentium: added license stuff
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:32 +02:00
Marcin Juszkiewicz 1a28138101 lvm2: added missing dependency on udev
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>
2012-10-10 09:47:31 +02:00
Marcin Juszkiewicz 49fa1df21e orrery: added missing dependency on gtk+
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:31 +02:00
Marcin Juszkiewicz 1c6b8287b4 lzip: update to 1.13
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-10-10 09:47:31 +02:00
Paul Eggleton aee9bec633 lcdproc: add recipe from OE-Classic and update/clean up
* 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>
2012-10-09 14:25:40 +02:00
Koen Kooi aff5f48fb8 Revert "systemd.bbclass: Dont check for multilib and change for nativesdk renaming"
This triggers:

ERROR: Nothing RPROVIDES 'connman-systemd' (but /OE/tentacle/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb RDEPENDS on or otherwise requires it)

This reverts commit cbac8756e8.
2012-10-09 11:16:04 +02:00
Paul Eggleton edc5dd9a22 phpmyadmin: add new recipe
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>
2012-10-09 11:09:23 +02:00
Paul Eggleton 0cd6b15d72 modphp: fix default php.ini & add PACKAGECONFIG
* 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>
2012-10-09 11:09:23 +02:00
Paul Eggleton 6d182b316f apache2: fix configuration
* 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>
2012-10-09 11:09:23 +02:00
Khem Raj cbac8756e8 systemd.bbclass: Dont check for multilib and change for nativesdk renaming
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-09 11:05:08 +02:00
Paul Eggleton ab3ced404f cherokee: bump PR to enable mysql support
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>
2012-10-09 11:05:01 +02:00
Paul Eggleton 3f95bb9073 mysql: fix include path reported by mysql_config
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>
2012-10-09 11:05:00 +02:00
Paul Eggleton 2d7accc6e3 pinpoint: add new recipe
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>
2012-10-09 11:04:59 +02:00
jackie huang 26b3c79746 iw: update to 3.6
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-09 11:04:58 +02:00
Koen Kooi c40cedebf7 v4l-utils: fix build breakage
Update to a newer SRCREV for fixed and get autotools support as a bonus.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 12:52:05 +02:00
Koen Kooi 96fb528a77 python-numpy 1.4.1: update hack to find the new location for python-native
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 12:17:41 +02:00
Martin Jansa 72405b62f2 imagemagick: add fftw to DEPENDS
* 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>
2012-10-05 12:17:41 +02:00
Martin Jansa f8004aa4a7 gpsd: use chrpath-replacement-native now
* 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>
2012-10-05 12:17:41 +02:00
Martin Jansa 1ee0ffac8c python-pyqt: don't fail when do_configure is executed twice in the same WORKDIR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05 12:17:40 +02:00
Martin Jansa 58cb1dfe3e srctree: remove this bbclass
* it's depending on clean.bbclass which isn't in meta-oe and oe-core now has externalsrc.bbclass

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05 12:17:40 +02:00
Otavio Salvador 68f0544333 opencv: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:25 +02:00
Otavio Salvador d954ce0296 vlc: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:22 +02:00
Otavio Salvador 6794372daa mplayer2: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:18 +02:00
Otavio Salvador ca65a581a6 gst-ffmpeg: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:15 +02:00
Otavio Salvador 9f8f2420c4 sox: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:11 +02:00
Otavio Salvador 1ab9fde330 mpd: bump PR due libav update
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:07 +02:00
Otavio Salvador 65db44ac29 libav: Update to 0.8.3 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:27:00 +02:00
Otavio Salvador 84441954d0 libav: Drop 0.6.5 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:26:53 +02:00
Otavio Salvador 0c6871b1f6 libav: Convert to use dynamic packages to split libraries
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05 11:26:49 +02:00
Koen Kooi 3326002180 Merge remote-tracking branch 'meta-oe-contrib/paule/meta-webserver-add' 2012-10-05 11:24:13 +02:00
Otavio Salvador 7fb3b06bac libtinyxml: Add recipe for 2.6.2
This imports the recipe for TinyXML from meta-WebOS@e5c99c2cf, does
some minor fixes on the recipe and import the patches included in the
Debian package.

We use PR as r5 to ensure the package is updated when removed from
meta-WebOS layer.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04 15:52:54 +02:00
Otavio Salvador 8e26af8d38 libcec: Update to 1.9.0 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04 15:52:46 +02:00
Otavio Salvador 166621a82f lockdev: Add recipe based on upcoming 1.0.4 version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04 15:52:35 +02:00
Andrei Gherzan d4c73cbdfe talloc: Fix swig interface install path
Using the way swig interface is installed leads to a bad path in ${D}.
The interface ended up in ${D}/${STAGING_DIR_NATIVE} which is wrong. The
fix is to define a variable in recipe which is used in install rule by
talloc.
As well, LICENSE variable  modified to reflect the real license:
LGPL-3.0

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-04 15:52:27 +02:00
Paul Eggleton 6190260bea xdebug: add new recipe
Add new recipe for the Xdebug PHP debugger/profiler.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-03 14:36:56 +01:00
Paul Eggleton 418650c55d modphp: add from OE-Classic, update to 5.3.14 and fix
* Use working SRC_URI
* Fix to use correct headers and apxs script for cross-compiling
* Enable threading
* Install headers and scripts for building extension modules
* Use proper variables instead of /etc, /usr/lib etc.
* Fix rpath QA issues
* Add LIC_FILES_CHKSUM
* Put apache config file into SRC_URI instead of referring to it using
  FILESDIR

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-03 14:36:40 +01:00
Paul Eggleton 25ba859ab6 apache2: add from OE-Classic, update to version 2.4.2 and fix
* Enable threading for PHP
* Backport a number of patches
* Use apachectl in init script
* Install modules into a sane location
* Ensure apxs script is installed into sysroot in crossscripts directory
  and modified so that it works for building PHP
* Install httpd executable for native version so that PHP configure
  script can call it
* Rename server-makefile-patch to server-makefile.patch and drop
  apply=yes
* Add LIC_FILES_CHKSUM
* Fix packaging QA warnings
* Add LSB headers to init script
* Clean out some cruft and move packaging stuff after do_install

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-03 14:36:16 +01:00
Paul Eggleton 520d3a14c9 Add meta-webserver layer
Add a layer for web servers, web-based applications and other related
software.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-03 13:34:32 +01:00
Gary Thomas 3871d45614 media-ctl: Update to latest upstream to fix build with latest autotools
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-03 12:25:07 +02:00
Martin Jansa ab6cd2bb73 python-pyqt: upgrade to 4.9.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:38 +02:00
Martin Jansa a76f29b406 qt4: add bbappends also for 4.8.3 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:38 +02:00
Martin Jansa 0560c4e1dd portaudio: update SRC_URI
* http://www.portaudio.com/usingsvn.html:
  Note that we are in the process of migrating from Trac on portaudio.com to Assembla. (1/24/12)
* old repo seems gone now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:07 +02:00