summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bigbuckbunny: Add 480p, 720p and 1080p moviesOtavio Salvador2013-05-283-0/+48
| | | | | | | | | | This provides a recipe to install the movies in the rootfs; these allow for people to make demo images which carry the movies for show. These recipes are based on Angstrom ones. Thanks by their base work. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: rename bbappend to match new version from oe-coreMartin Jansa2013-05-281-3/+0
| | | | | | | | * removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core * removed SYSTEMD_SERVICE already set in oe-core's .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: rename bbappend to match new version from oe-coreMartin Jansa2013-05-281-2/+0
| | | | | | | * removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: rename bbappend to match new version from oe-coreMartin Jansa2013-05-281-2/+2
| | | | | | | * removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evas: Add patch to fix segfaultsMartin Jansa2013-05-282-1/+148
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3Martin Jansa2013-05-2830-144/+144
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-system-monitor: fix build after gtkmm updateAndreas Müller2013-05-212-2/+54
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix build with gcc 4.8Andreas Müller2013-05-212-2/+38
| | | | | | | | | | | warning/errror was: tiff2ps.c:1131:4: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tsize_t' [-Werror=format=] chunk_size, tiled_image ? "tiles" : "strips"); ^ cc1: some warnings being treated as errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkhtml2: fix build with glib 2.36Andreas Müller2013-05-212-1/+34
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmm: update to 2.24.3Andreas Müller2013-05-212-31/+20
| | | | | | | build test of pavucontrol and gnome-system-monitor which depend on gtkmm Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atkmm: initial add 2.22.7Andreas Müller2013-05-211-0/+19
| | | | | | | it is required for the update of gtkmm in the following patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmm: merge gtkmm.inc into recipe - and cleanup a bitAndreas Müller2013-05-212-31/+26
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: update to 2.34.0Andreas Müller2013-05-211-5/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glibmm: update to 2.36.2Andreas Müller2013-05-212-16/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glibmm: merge glibmm.inc into recipe - and stylize a bitAndreas Müller2013-05-212-31/+26
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsigc++-2.0: update to 2.2.11Andreas Müller2013-05-211-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mm-common: update to 0.9.6Andreas Müller2013-05-212-10/+12
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: Add missing dependency on pangoKhem Raj2013-05-211-1/+1
| | | | | | | | | | | | | Fixes errors like | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met: | | No package 'pangocairo' found Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix build failure with libnotify in sysrootPaul Eggleton2013-05-211-0/+1
| | | | | | | | | | If libnotify is in the sysroot, collectd will try to use it and then fail at do_compile because gtk/gtk.h can't be found. Since this is functionality that's not likely to be needed in the embedded context as far as collectd goes, just disable it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dmidecode: removeJonathan Liu2013-05-191-21/+0
| | | | | | | A newer version is available in OE-Core. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: Fix build erorrs found with gcc 4.8Khem Raj2013-05-192-0/+39
| | | | | | | | | | | | | | | | | | Fix errors like below | bluetooth-input.c:193:4: error: format '%d' expects argument of type 'int', but argument 5 has type 'XID' [-Werror=format=] | g_message ("has mouse: %s (id = %d)", device_info[i].name, device_info[i].id); | ^ | bluetooth-input.c:198:4: error: format '%d' expects argument of type 'int', but argument 5 has type 'XID' [-Werror=format=] | g_message ("has keyboard: %s (id = %d)", device_info[i].name, device_info[i].id); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-appfinder: update to 4.10.1Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.10.1Andreas Müller2013-05-195-728/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libxfce4util: update to 4.10.0Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* garcon: do not display settings in menu which are in settings-managerAndreas Müller2013-05-192-0/+37
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* garcon: update to 0.2.1Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-panel: update to 4.10.1Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-terminal: update to 0.6.2Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.10.1Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: add thunar pluginsAndreas Müller2013-05-191-1/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-media-tags-plugin: initial add 0.2.1Andreas Müller2013-05-191-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: align libexecdir so that thunar-archive-plugin finds tap filesAndreas Müller2013-05-191-1/+6
| | | | | | | | | | xarchiver installs tap files for thunar-archive-plugin in $libexexdir/thunar-archive-plugin under the assumption that there is a single/common $libexexdir for all packages. In bitbake.conf oe-core sets libexecdir = "${libdir}/${BPN}" which causes thunar-archive-plugin not to find xarchiver tap-files. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-archive-plugin: initial add 0.3.1Andreas Müller2013-05-191-0/+12
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-plugin.bbclass: initial addAndreas Müller2013-05-191-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: update to 1.6.3Andreas Müller2013-05-191-3/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* maliit-framework: fix build with glib 2.36Andreas Müller2013-05-192-0/+35
| | | | | | | | | Upstream code has seen many structural changes and the failing test is gone. Since changing to latest sources might cause huge reworking/test-efforts this patch only fixes the build error. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pv: add pipe viewer, version 1.4.6Koen Kooi2013-05-161-0/+17
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* read-edid: add 2.0.0Koen Kooi2013-05-162-0/+51
| | | | | | | only build parse-edid, get-edid uses x86.h Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: fix build for soft FPU machinesAndreas Müller2013-05-162-2/+47
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: fix config option --disable-poppler-qt to --disable-poppler-qt4Andreas Müller2013-05-161-1/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: add gnome-common-schemas to RRECOMMENDSAndreas Müller2013-05-161-0/+3
| | | | | | | | without libgnome gnome-terminal crashes for missing font assertion: | ERROR:terminal-app.c:1451:terminal_app_init: assertion failed: (app->system_font_desc != NULL) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* LuaJIT: Upgrade 2.0.0 -> 2.0.1Khem Raj2013-05-163-20/+39
| | | | | | | | | Fix stripping related warnings Drop foldarith_for_spe patch not neded anymore QA Error about elocations in .text are still there like 2.0.0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vpnc: Set RDEPENDS to perl-module-io-file instead of perlJukka Rissanen2013-05-151-1/+1
| | | | | Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* proftpd: pack missing filesAndreas Müller2013-05-151-1/+3
| | | | | | | | | | WARNING: QA Issue: proftpd: Files/directories were installed but not shipped /home /home/ftp /home/ftp/pub Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* phpmyadmin: remove dependency on bashPaul Eggleton2013-05-141-0/+3
| | | | | | | Remove some mostly superfluous scripts for adding additional mimetype support that add an explicit dependency on bash. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* phpmyadmin: update to 3.5.8.1Paul Eggleton2013-05-141-4/+2
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: fix re-exec of do_installPaul Eggleton2013-05-141-1/+1
| | | | | | | | Copying files and then modifying them is preferred rather than the other way around because then the modification can never be run twice if the function is re-executed on an existing work directory. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: fix text relocation QA warningPaul Eggleton2013-05-141-0/+1
| | | | | | | | Fixes the following warning: WARNING: QA Issue: ELF binary '${WORKDIR}/packages-split/modphp/usr/lib/apache2/modules/libphp5.so' has relocations in .text Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: update to 5.4.15Paul Eggleton2013-05-142-4/+4
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* apache2: drop unneeded workaround for apr/apr-util config script issuePaul Eggleton2013-05-141-11/+2
| | | | | | | | | The fix for the apr-1-config/apu-1-config path issue has been in OE-Core for some time now (OE-Core commit ab56f1063a666df5faddd97f44758c8ae378e51c) so we no longer need these workarounds. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>