- May 03, 2013
-
-
Jack Mitchell authored
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>
-
Jack Mitchell authored
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>
-
Jack Mitchell authored
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>
-
Andreas Müller authored
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>
-
Andreas Müller authored
* 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>
-
Andreas Müller authored
* 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>
-
Andreas Müller authored
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>
-
Andreas Müller authored
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>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- May 02, 2013
-
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
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>
-
- Apr 29, 2013
-
-
Khem Raj authored
${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>
-
Khem Raj authored
nuttcp is a network perf measurement tool Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Paul Eggleton authored
Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
Change PN -> BPN in a number of places so that files are stored in the correct location and packaged correctly. Based on a patch by Song.Li <Song.Li@windriver.com> with additional PN -> BPN replacements. Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Marcin Juszkiewicz authored
Only build tested. Signed-off-by:Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-
Jack Mitchell authored
Signed-off-by:Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
-
Martin Jansa authored
-
Martin Jansa authored
Files enlightenment-0.17.2.1/ChangeLog and enlightenment-0.17.2.1-new/ChangeLog differ Files enlightenment-0.17.2.1/NEWS and enlightenment-0.17.2.1-new/NEWS differ Files enlightenment-0.17.2.1/po/ca.gmo and enlightenment-0.17.2.1-new/po/ca.gmo differ Files enlightenment-0.17.2.1/po/ca.po and enlightenment-0.17.2.1-new/po/ca.po differ Files enlightenment-0.17.2.1/po/eo.gmo and enlightenment-0.17.2.1-new/po/eo.gmo differ Files enlightenment-0.17.2.1/po/eo.po and enlightenment-0.17.2.1-new/po/eo.po differ Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* mkvtoolnix depends on ruby-native
-
Martin Jansa authored
* libnotify3 conflicts with libnotify and breaks couple of gnome recipes Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* depends on config options which are not enabled in qemu* MACHINEs by default Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* now I see why it was there before, at least on arm it fails with: | CMake Error at cmake/modules/LLVMConfig.cmake:127 (message): | Library `X86' not found in list of llvm libraries. Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 27, 2013
-
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
run tested for eth0 / hidden WLAN on overo Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 26, 2013
-
-
Marcin Juszkiewicz authored
Signed-off-by:
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Marcin Juszkiewicz authored
1.0.15 is latest 1.0.7 is required by HipHopVM Signed-off-by:
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* when building for qemux86* it tries to build X86 twice and fails with: | CMake Error at lib/Target/CMakeLists.txt:24 (add_subdirectory): | The binary directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/build/lib/Target/X86 | | is already used to build a source directory. It cannot be used to build | source directory | | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/llvm2.9/2.9-r2.0/llvm-2.9/lib/Target/X86 | | Specify a unique binary directory name. Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Ross Burton authored
This was in oe-core previously but it's not actually used by anything: webkit-gtk claimed a false dependency and the new libsoup has removed all use of gnome-keyring. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Ross Burton authored
This was previously in oe-core but nothing there was actually using it in an image. As it's part of GNOME, move it meta-gnome. The custom service file is dropped, as upstream is now shipping and installing this file (and has been for some time). Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (lxdm.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>
-
Paul Barker authored
The Affero GPL is in common-licenses as 'AGPL-3.0' not 'AGPLv3'. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-