summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opencv: bump PR due libav updateOtavio Salvador2012-10-051-0/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vlc: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gst-ffmpeg: bump PR due libav updateOtavio Salvador2012-10-051-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sox: bump PR due libav updateOtavio Salvador2012-10-051-0/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mpd: bump PR due libav updateOtavio Salvador2012-10-051-0/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Update to 0.8.3 versionOtavio Salvador2012-10-053-71/+12
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Drop 0.6.5 versionOtavio Salvador2012-10-051-22/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: Convert to use dynamic packages to split librariesOtavio Salvador2012-10-051-43/+33
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge remote-tracking branch 'meta-oe-contrib/paule/meta-webserver-add'Koen Kooi2012-10-0525-0/+1688
|\
| * xdebug: add new recipePaul Eggleton2012-10-031-0/+34
| | | | | | | | | | | | Add new recipe for the Xdebug PHP debugger/profiler. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
| * modphp: add from OE-Classic, update to 5.3.14 and fixPaul Eggleton2012-10-035-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * apache2: add from OE-Classic, update to version 2.4.2 and fixPaul Eggleton2012-10-0316-0/+1405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Add meta-webserver layerPaul Eggleton2012-10-033-0/+67
| | | | | | | | | | | | | | Add a layer for web servers, web-based applications and other related software. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* | libtinyxml: Add recipe for 2.6.2Otavio Salvador2012-10-043-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | libcec: Update to 1.9.0 versionOtavio Salvador2012-10-041-5/+5
| | | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | lockdev: Add recipe based on upcoming 1.0.4 versionOtavio Salvador2012-10-041-0/+20
| | | | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | talloc: Fix swig interface install pathAndrei Gherzan2012-10-042-3/+37
|/ | | | | | | | | | | | 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>
* media-ctl: Update to latest upstream to fix build with latest autotoolsGary Thomas2012-10-031-2/+2
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyqt: upgrade to 4.9.5Martin Jansa2012-10-027-93/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt4: add bbappends also for 4.8.3 versionMartin Jansa2012-10-022-0/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* portaudio: update SRC_URIMartin Jansa2012-10-021-1/+1
| | | | | | | | * 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>
* foxtrotgps: rename configure.in only if it still existsMartin Jansa2012-10-021-1/+5
| | | | | | * it was failing when do_configure was reexecuted in same workdir Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica: add LIC_FILES_CHKSUMMartin Jansa2012-10-021-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: fix do_configureMartin Jansa2012-10-021-3/+4
| | | | | | * something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: add LIC_FILES_CHKSUMMartin Jansa2012-10-021-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* re2c: import from oe-classicMartin Jansa2012-10-021-0/+14
| | | | | | * used by azy Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ptpd: update to 2.2.0jackie huang2012-10-013-0/+125
| | | | | | | ptpd: update to 2.2.0 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* zeroconf: add from OE-CorePaul Eggleton2012-10-014-0/+121
| | | | | | | | This is about to be removed from OE-Core, so add it here for those that still want it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* uhd,fuse: Fix misplaced quotationsKhem Raj2012-09-282-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge branch 'xfce-4.10' of ↵Koen Kooi2012-09-2653-846/+853
|\ | | | | | | git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded
| * README: add some layer dependency hintsAndreas Müller2012-09-181-0/+6
| |
| * packagegroup-xfce-multimedia: initial addAndreas Müller2012-09-181-0/+10
| |
| * xfmpc: initial add 0.2.2Andreas Müller2012-09-181-0/+13
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-mpc-plugin: initial add 0.4.4Andreas Müller2012-09-181-0/+15
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * mpd: Initial add 0.17.1Andreas Müller2012-09-183-0/+478
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * libmpd: initial add 11.8.17Andreas Müller2012-09-181-0/+11
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * midori: update to 0.4.6Andreas Müller2012-09-181-2/+2
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * packagegroup-xfce-extended: add xfce4-fsguard-plugin and xfce4-battery-pluginAndreas Müller2012-09-181-1/+3
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-battery-plugin: initial add 1.0.5Andreas Müller2012-09-181-0/+9
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-fsguard-plugin: initial add 1.0.1Andreas Müller2012-09-181-0/+9
| |
| * xfce4-systemload-plugin: update to 1.1.1Andreas Müller2012-09-181-2/+2
| |
| * xfce4-cpugraph-plugin: update to 1.0.5Andreas Müller2012-09-181-2/+2
| |
| * xfce4-places-plugin: update to 1.4.0Andreas Müller2012-09-181-2/+2
| |
| * xfce4-diskperf-plugin: update to 2.5.4Andreas Müller2012-09-181-2/+2
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-netload-plugin: update to 1.2.0Andreas Müller2012-09-181-2/+2
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-screenshooter: update to 1.8.1Andreas Müller2012-09-182-6/+48
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * xfce4-wavelan-plugin: update to 0.5.11Andreas Müller2012-09-181-2/+2
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * ristretto: update to 0.6.0Andreas Müller2012-09-181-4/+3
| | | | | | | | | | | | LIC_FILES_CHKSUM: Free Software Foundation address changed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| * gtk-xfce-engine: update to 3.0.1 and restructureAndreas Müller2012-09-183-48/+23
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>