Commit Graph

2660 Commits

Author SHA1 Message Date
Martin Jansa
97333c2ca2 python-sip, sip-native: use SF mirror instead of riverbankcomputing.com
* riverbankcomputing.com keeps only very latest version while SF keeps few versions

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 20:21:42 +01:00
Martin Jansa
3da9e225a3 tangogps: remove
* foxtrotgsp is better maintained and now tangogps.org domain is gone too

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:34 +01:00
Martin Jansa
f05223782c mcnavi: upgrade to 0.3.4
* old version no longer available on SRC_URI

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:28 +01:00
Martin Jansa
6811d1b6b2 zenity: fix typo in do_configure name and disable scrollkeeper
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:28 +01:00
Martin Jansa
7442b1c590 gvfs-gdu-volume-monitor: disable afc to fix build
* sometimes it autodetects libimobiledevice and fails to build:
  | gvfsbackendafc.c: In function '_idevice_event_cb':
  | gvfsbackendafc.c:352:25: error: 'idevice_event_t' has no member named 'uuid'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:28 +01:00
Martin Jansa
a16bd46032 f2fs-tools: change SRC_URI to use git repo on kernel.org
* sf does not provide tarballs anymore:
  The f2fs-tools is no longer maintained through sf.net.
  Instead, please access the following url.
  http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:28 +01:00
Martin Jansa
82511428fc nautilus3: fix packaging issue
* ERROR: QA Issue: non debug package contains .debug directory: nautilus3 path /work/armv5te-oe-linux-gnueabi/nautilus3/3.2.1-r3/packages-split/nautilus3/usr/lib/nautilus/extensions-3.0/.debug/libnautilus-sendto.so

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:28 +01:00
Martin Jansa
37af7766ff pavucontrol: upgrade to 1.0
* also fixes build without lynx:
| make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc'
| make[2]: *** No rule to make target `README', needed by `all-am'.  Stop.
| make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:27 +01:00
Martin Jansa
fc412bff81 nautilus3: upgrade to 3.2.1
* old version fails to build:
| In file included from eel-editable-label.c:30:0:
| eel-editable-label.h:112:1: error: unknown type name 'G_CONST_RETURN'
| eel-editable-label.h:112:21: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
| eel-editable-label.c:684:1: error: unknown type name 'G_CONST_RETURN'
| eel-editable-label.c:684:22: error: expected '=', ',', ';', 'asm' or
'__attribute__' before '*' token
| eel-editable-label.c: In function
'eel_editable_label_accessible_get_character_count':

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:27 +01:00
Martin Jansa
45395dc138 libgnomeprint: fix packaging issues
* modules/transports/.debug is already included in modules/*/.debug => drop
* package .a files to PN-staticdev, fixes a lot of QA warnings

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25 19:46:21 +01:00
Martin Jansa
c7ff376b90 libgnomeprint: fix build with newer toolchain
* FILE is not defined without stdio.h

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 13:03:18 +01:00
Martin Jansa
797d4aa8d5 libgnomecups: fix build with cups-1.6 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 13:03:18 +01:00
Martin Jansa
c012d759c3 navit: bump SRCREV to latest
* taking-address-of-temporary-array.patch was fixed in upstream r5243

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 13:02:58 +01:00
Martin Jansa
7cdb69157e gvfs: disable afc
* it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
8b9178edd1 hplip: fix build with newer cups
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
2b3a6f6eed libgnomecups: fix build with >=glib-2.31
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
d5bb26f8ac libedit: upgrade to 20121213 and fix download
* pass bitbake as User-Agent to wget, without this upstream site refuses with 406

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
3c80ba29b0 libmicrohttpd: change SRC_URI to mirror with old archive still available
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
4a8abf1a45 nautilus3: add FILESEXTRAPATHS to find correct no-try-run-strftime.diff first
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
6a0d5149a1 udh: inherit pythonnative
* fails without:
  | -- Configuring the python interpreter...
  | -- Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE)
  | -- Python interpreter: PYTHON_EXECUTABLE-NOTFOUND
  | -- Override with: -DPYTHON_EXECUTABLE=<path-to-python>
  | CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE):
  |   Error: Python interpretor required by the build system.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:08 +01:00
Martin Jansa
d4bafb35d0 hddtemp: apply hddtemp-db.patch to our hddtemp.db
* some versions of patch utility refuse to accept such patch:
  ERROR: Command Error: exit status: 1  Output:
  Applying patch hddtemp-db.patch
  Ignoring potentially dangerous file name ../hddtemp.db
  can't find file to patch at input line 7

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 11:17:03 +01:00
Martin Jansa
ca769afc79 hddtemp: rename files to hddtemp for faster lookup
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:52:35 +01:00
Martin Jansa
cd3baa9a9f qwt-e: exclude from world
* qwt and qwt-e cannot be built in the same sysroot, it's correctly checked:
  | Project ERROR: local build will conflict with /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libqwt.*
  but there is no point to include both in world build

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:47:33 +01:00
Martin Jansa
580fd6c743 meta-openembedded: use correct format of Upstream-Status
* some patches have also incorrect value, but e.g. "Unknown" is as good as
  "Pending" to me

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:40:44 +01:00
Martin Jansa
c69abe0737 gpm: disable -Werror
* 1.99.7 has a lot of issues, maybe we should bump PE and go to stable 1.20.7

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:36:38 +01:00
Martin Jansa
7f35fdb006 omgps: fix build with gdk-pixbuf-2.26.5 from oe-core
* also add Upstream-Status to other omgps patches

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:36:17 +01:00
Martin Jansa
6097b49f1f links: upgrade to 2.7 to fix build with libpng-1.5
* cookies api changed between 2.1pre30 and 2.7
* LIC_FILES_CHKSUM changed because of formal change
296c296
<     This program is free software; you can redistribute it and/or modify
---
>     on, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
>     USAThis program is free software; you can redistribute it and/or
>     modify

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:57 +01:00
Martin Jansa
f7b703f4af fltk: fix build with libpng-1.5 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:57 +01:00
Martin Jansa
28c25eb268 abiword: fix build with libpng-1.5 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:56 +01:00
Martin Jansa
44eea8e079 emacs: fix build with libpng-1.5 from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:56 +01:00
Martin Jansa
065f47980b libass: upgrade to 0.10.1
* old version wasn't compatible with libpng-1.5 from oe-core
* COPYING was updated with ISC text old 0.9.11 was GPLv2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:56 +01:00
Martin Jansa
b415fe7782 edbus2: include edbus-codegen in PN-utils
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:56 +01:00
Martin Jansa
4b5cff5471 e-wm: add recipe for released tarball
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:32:53 +01:00
Martin Jansa
9ec6dd3dc8 meta-efl: update efl svn recipes PV to 1.7.4+svnr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Martin Jansa
ded035f8d9 meta-efl: upgrade efl to 1.7.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Martin Jansa
0bc442eef0 e-base: bump EFL_SRCREV for E17 zero
* alias final Enlightenment 0.17 version
* announcement: http://www.enlightenment.org/p.php?p=news&l=en

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Fahad Usman
a623fd942f samba: disable avahi and build without acl
disable avahi and acl to avoid some random build failures. We do not want
samba to auto-detect the presence of avahi and/or acl, explicitly disabling
or enabling them guarantees a more predictable build process

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-21 16:45:28 +01:00
Otavio Salvador
38daf64fb8 openmotif: Avoid use os Xos.h from host
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-21 16:45:28 +01:00
Otavio Salvador
1db0dbf9a8 openmotif: Disable printing support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:29 +01:00
Otavio Salvador
43c2d4d3ca openmotif: Update SRC_URI and add libxft in depends
The file couldn't be found in the official repository and it seems
unmaintained as it had processing errors when trying to register to be
able to download the last release. Researching in the web a mirror has
been found and than we're using now this mirror so fetch works again.

During build test, from a clean tmp directory we found that libxft is
a hard dependency so we add it to depends list.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:26 +01:00
Otavio Salvador
353af14e43 Revert "openmotif: remove due to lack of libxp in repository"
This reverts commit 14b6850607.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:25 +01:00
Ben Deering
481c76f5da claws-plugin-rssyl: upgrade to 0.34
Signed-off-by: Ben Deering <ben_deering@swissmail.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:23 +01:00
Ben Deering
86cb85e8c0 claws-plugin-mailmbox: upgrade to 1.15
Signed-off-by: Ben Deering <ben_deering@swissmail.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:22 +01:00
Ben Deering
306cf7689c claws-mail: Upgrade from 3.6.1 to 3.9.0
Switch Claws mail to latest version (3.9.0) and remove patches that were
applied to 3.6.1.  The patches do not seem to be needed anymore.

Signed-off-by: Ben Deering <ben_deering@swissmail.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:20 +01:00
Ross Burton
7f5ebfe5a8 python-mako: install standalone, not as an egg
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:19 +01:00
Stefan Herbrechtsmeier
6335366c1f opencv: fix pkg-config file generation
Replace absolute library path with library name spec and library search
path option in pkg-config file.

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:16 +01:00
Martin Jansa
2b4ec7cd91 python-pyudev: upgrade to 0.16.1 and fix some issues
* RDEPENDing on libudev always selects udev as provider (even when systemd
  should be used), for details see:
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=3622
* don't import pyudev from setup.py to get right pyudev version, this does
  not work without pyudev installed

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:14 +01:00
Otavio Salvador
ade2d4d35e xinput-calibrator: Fix service file to require display-manager.service
The xinput-calibrator.service had a requires to xserver-nodm.service
but in fact it ought to wait by any display-manager to be initialized.
We fix it changing the require to display-manager.service.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:12 +01:00
Otavio Salvador
2ac0acc275 xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 17:48:09 +01:00
Martin Jansa
ef5e1d7520 e-base: bump EFL_SRCREV for E17 release called omege
* this should be last pre-release before E17
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=75

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 12:07:32 +01:00