summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* apache2: update to 2.4.4Paul Eggleton2013-05-1411-33/+31
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* vpnc: Runtime dependency to perl was missingJukka Rissanen2013-05-131-1/+1
| | | | | | | Generated package contains perl script but dependecy to perl was missing. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* kexec-tools-klibc_2.0.2: refactor and extend patches for buildingAndrea Adami2013-05-1319-228/+265
| | | | | | | | | * some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64Andrea Adami2013-05-131-0/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): remove runtime dependency on kexec(-klibc)Andrea Adami2013-05-132-2/+0
| | | | | | | * the binary itself can run without kexec (in host-debug mode) so * specify in the cpio IMAGE which packages are needed at runtime Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAMEAndrea Adami2013-05-132-4/+0
| | | | | | | | | * We used to export this in the days an external script handled the image * generation. This is no longer the case and hence we no longer need * this export. * As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* python-numpy: fix formatingMartin Jansa2013-05-131-13/+17
| | | | | | * last patch added couple of tabs to multiline variables Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy : Add support for x86-64 builds.Philip Balister2013-05-133-1/+173
| | | | | | | Build tested with a qemux86-64 build. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Add usershare directory to the packageOtavio Salvador2013-05-132-3/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rp-pppoe: fix multilib SRC_URI referenceMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* crda: Fix multilib SRC_URI referenceMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* macchanger: Fix SRC_URI for multilibsMark Hatle2013-05-101-1/+1
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* rp-pppoe: move chmod form postinst to offline do_installAndreas Müller2013-05-101-8/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel: let gconf.bblass take care for postinstAndreas Müller2013-05-101-12/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proftpd: remove postinst - directory can be setup offline in do_installAndreas Müller2013-05-101-11/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: fix/remove postinst by inheriting gsettingsAndreas Müller2013-05-101-10/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix/remove postinst by inheriting gsettingsAndreas Müller2013-05-101-10/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdfview: move to nonworkingAndreas Müller2013-05-105-0/+0
| | | | | | | | | | * images are not displayed anymore * there will be no further development / upstream is gone [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=906121 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler-data: update to 0.4.6 and stylize a bitAndreas Müller2013-05-101-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>