aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-10poppler: update to 0.22.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10poppler: merge include files into poppler - only poppler requires themAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10poppler: remove unrecognized configure optionsAndreas Müller
warning was: | configure: WARNING: unrecognized options: --disable-poppler-qt, --disable-abiword-output Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-terminal: update to 2.30.2Andreas Müller
this is the last version with GPL V2 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-terminal: move out of nonworkingAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-vfs: fix build with glib 2.36Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10libbonobo: remove unreferenced patchAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10libbonobo: fix build with glib 2.36Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10mysql-python: Added recipe for mysql-pythonMihai Prica
This package provides an interface to MySQL for Python. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10python-sqlalchemy: update to 0.7.9Mihai Prica
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10python-feedparser: Changed from distutils to setuptoolsMihai Prica
This package uses setuptools not distutils. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10lvm2: add configure option --with-usrlibdir to install shared library in ↵Olivia Yin
64-bit systems According to make.tmpl.in, shared lib will be installed under $(usrlibdir) install_lib_shared: $(LIB_SHARED) $(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION) $(INSTALL_DIR) $(usrlibdir) $(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F) But default $(usrlibdir) is $(DESTDIR)${prefix}/lib no matter it is 32-bit or 64-bit system. So we need align $(usrlibdir) with $(libdir). Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10yajl: pass the cmake variable LIB_SUFFIX to handle installation on 64-bit ↵Olivia Yin
systems WARNING: QA Issue: yajl: Files/directories were installed but not shipped /usr/lib /usr/lib/libyajl.so.2 /usr/lib/libyajl.so /usr/lib/libyajl_s.a /usr/lib/libyajl.so.2.0.4 /usr/lib/.debug /usr/lib/.debug/libyajl.so.2.0.4 NOTE: for 64-bit systems where lib64 is used you can pass the cmake variable LIB_SUFFIX to cause installation into the system's 'lib64' directory. Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-09cifs-utils: Add runtime recommendation to CIFS kernel moduleOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-05-07smartmontools: import from OE classicNicolas Dechesne
as discussed in [1], the following changes have been made since the initial version. - upgrade to latest upstream version - removal of the .inc file since the recipe is trivial - moved the recipe from recipe-support to recipe-extended [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07libgnome: split out schemas needed for gnome-control-centerKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07media-ctl: Use linux-libc-headers instead of linux kernel sourcesStefan Herbrechtsmeier
Use the headers from the linux-libc-headers instead of the headers from the linux kernel sources because user space programs should be built against the header files provided by the distribution. In file included from .../usr/src/kernel/include/linux/media.h:27:0, from conftest.c:56: .../usr/src/kernel/include/linux/types.h:13:2: warning: #warning \ "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders" [-Wcpp] On some platforms (qemu) intern kernel header (linux/types.h) redefines some types from the system header (sys/types.h, timer.h, stdint.h) and thereby breaks the checking of the linux media header. ERROR: Kernel header file not found or not usable! In file included from .../usr/include/linux/media.h:27:0, from conftest.c:56: In file included from .../usr/src/kernel/include/linux/types.h:14:26: error: conflicting types for 'fd_set' In file included from .../sys/select.h:75:5: note: previous declaration of 'fd_set' was here Similar errors for dev_t, mode_t, timer_t, uintptr_t and blkcnt_t. Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07vlc: fix configure failures with ENTERPRISE_DISTRO=1Paul Barker
VLC will by default search for libmad, liba52 and other libraries and may fail to configure if they are not available. We add the relevant options to EXTRA_OECONF to ensure that ENTERPRISE_DISTRO is respected. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07vlc: removed unrecognised configure optionsPaul Barker
The configure options --enable-libtool, --disable-wxwidgets, --enable-x11, --enable-wma and --disable-hal were not recognised by the configure script for vlc and therefore do not have any effect (they just cause a warning). These options are removed to prevent confusion. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07vlc: moved to meta-multimediaPaul Barker
vlc depends on fluidsynth which is in meta-multimedia. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07fluidsynth: added dependency on glibPaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07fluidsynth: fixed license namePaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07Quagga: sync zebra routing table with the kernel oneAws Ismail
When interface goes down, and there are some static routes that are made with ip route, they are going to be deleted from kernel fib. That's what kernel does by default. But they are not going to be deleted from zebra's fib. They will be declared inactive. This issue was originally discussed in [1] and a patch was proposed. [1] http://www.gossamer-threads.com/lists/quagga/dev/22609 Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
2013-05-03gdm: cosmeticsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: avoid displaying system users in greeter's listAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: fix postinst-code to unbreak first boot issuesAndreas Müller
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (gdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03geany: update to 1.23 to fix build with glib 2.36Andreas Müller
license change of FSF address only Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03orbit2: update to 2.14.17 to fix build with glib 2.36Andreas Müller
license change of FSF address only Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-disk-utility: backport property DeviceAutomountHintAndreas Müller
Currently we have gvfs 1.10.1 which was designed for gnome-disk-utility 3.x. We have a patched gvfs so that it works with gnome-disk-utility 2.x but that does not support the property DeviceAutomountHint because it was introduced in 3.x. Fixes warnings as: | (palimpsest:829): libgdu-WARNING **: unhandled property 'DeviceAutomountHint' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gvfs: slightly update to 1.10.1 and backport patches to build with glib 2.36Andreas Müller
This is a bit of a bad hack but as long as we are sitting on gnome2 we cannot follow to latest mainline because it would require gnome-disk-utility 3.x which relies on libnotify 0.7.x. For libnotify 0.6.x / 0.7.x API-conflict there is no solution available yet. The following tests were performed: * build my standard xfce-image from scratch * test automount * test trash * test network browsing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03xbmc: append +gitr${SRCPV} to PV not PRMartin Jansa
* otherwise AUTOINC in SRCPV isn't expanded and stays in PKGR and filename * I haven't seen it documented anywhere, but oe-core is full of checks like this: meta/classes/migrate_localcount.bbclass: if not 'AUTOINC' in pv: meta/classes/package.bbclass: if 'AUTOINC' in pkgv: meta/classes/prexport.bbclass: if 'AUTOINC' in ver: meta/classes/prserv.bbclass: if 'AUTOINC' in pv: so it looks intentional Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03xbmc: convert to PACKAGECONFIG and fix runtime dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03xbmc: add patch to make 'ld-is-gold' work with configureKoen Kooi
The custom XBMC XB_FIND_SONAME macro doesn't work with the gold linker, backport a patch to fix it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03dropbear@.service: don't kill screen/tmux processes on disconnectKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03python-dateutil: update to 1.5Lukas Bulwahn
This commit updates python-dateutil to the latest version 1.5 and resets PR. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03dhcp: do not start dhclient by default on bootAndreas Müller
* most of the time start fails: | root@overo:~# systemctl status dhclient.service | dhclient.service - Dynamic Host Configuration Protocol (DHCP) | Loaded: loaded (/lib/systemd/system/dhclient.service; enabled) | Active: failed (Result: resources) since Thu 2000-01-06 22:07:27 UTC; 15min ago | Process: 300 ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q -lf /var/lib/dhcp/dhclient.leases $INTERFACES (code=exited, status=0/SUCCESS) | | Jan 06 22:07:27 overo systemd[1]: Starting Dynamic Host Configuration Proto..... | Jan 06 22:07:27 overo systemd[1]: PID file /var/run/dhclient.pid not readab...t. | Jan 06 22:07:27 overo systemd[1]: Failed to start Dynamic Host Configuratio...). * in cases it does not fail to start and we have a managing service (e.g networkmanager) two instances of dhclient are running Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03php: move INSTALL_ROOT over to EXTRA_OEMAKEJack Mitchell
move INSTALL_ROOT over to EXTRA_OEMAKE rather than over riding oe_runmake install Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03php: remove unneeded THREADS exportJack Mitchell
This is no longer required, as pthreads is the default thread library Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03php: remove unnecessary LIBS exportJack Mitchell
Adding explicit LIBS additions is not required anymore Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03php: remove obsolete CFLAGSJack Mitchell
PTYS_ARE_GETPT and PTYS_ARE_SEARCHED don't appear anywhere in the source code anymore, remove them. Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03libgnome: fix compileAndreas Müller
error message was: | gnome-program.c: In function 'gnome_program_init_common': | gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-power-manager: fix compileAndreas Müller
* on some machines help crashed with: | xsltproc -o gnome-power-manager-C.omf --stringparam db2omf.basename gnome-power-manager --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnome-power-manager/2.32.0-r2/gnome-power-manager-2.32.0/help/gnome-power-manager.omf.in" /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm`/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gnome-power-manager.xml || { rm -f "gnome-power-manager-C.omf"; exit 1; } | unable to parse fr/gnome-power-manager.xml * disable man in recipe did not work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-power-manager: fix configureAndreas Müller
* configure looks for libgnome-keyring (there is no option --disable-keyring) * to have a daemon put gnome-keyring to RRECOMMENDS. Error message was: | Package gnome-keyring-1 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gnome-keyring-1.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gnome-keyring-1' found | configure:13934: $? = 1 | configure:13952: result: no | No package 'gnome-keyring-1' found | configure:13978: error: Package requirements ( Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03libgnomecanvas: update 2.30.3 to fix buildAndreas Müller
error message was: | gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw': | gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03zenity: fix buildAndreas Müller
error message was: | warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" | cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl | make[2]: *** [zenity-C.omf] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03xfce4-session: remove unconditional consolekit RDEPENDS and use PACKAGECONFIGAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03README: show github mirror URL in layer dependenciesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-02connman: Fix .bbappend nameMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-02sthttpd: add recipePaul Eggleton
This is the "supported" fork of thttpd which has a rewritten build system to avoid the need to patch it, as well as other minor fixes. The recipe was based on the thttpd recipe in meta-arago-extras (originally migrated from OE-Classic by Franklin S. Cooper Jr <fcooper@ti.com>) with the following improvements: * Set SUMMARY * Remove PARALLEL_MAKE = "" (new build system should avoid previous issues) * Use more accurate LICENSE * Rearrange recipe to conform with current style * Use += instead of _append for FILES definitions * Add LSB headers to initscript * Fix hardcoded ${sbindir} in initscript Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-29ntp: Move sntp before ntp-utils in packaging orderKhem Raj
${PN}-utils has greedy expression of capturing all in ${bindir} and sntp gets swept in too. This move in PACKAGES fixes the problem and now sntp binary is packaged in sntp package itself. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>