scm/bb/tizen-distro.git
9 years agocollectd: fix init status
Wenzong Fan [Tue, 8 Apr 2014 09:07:49 +0000 (17:07 +0800)]
collectd: fix init status

Fix init status to get it works with 'service --status-all'.

(From meta-openembedded rev: f0cde44d55c949efc7902268e44a3784ed0a53ec)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocollectd: enable/disable libpq explicitly
Wenzong Fan [Tue, 8 Apr 2014 09:07:48 +0000 (17:07 +0800)]
collectd: enable/disable libpq explicitly

If '--with-libpq' is not included in configure options, the configure
script will assume 'with-libpq=yes' and try to figure below variables
out with 'pg_config':

    with_libpq_includedir, with_libpq_libdir

This causes configure QA errors on some hosts that have 'pg_config'
installed (which from postgresql-devel):

* ERROR: This autoconf log indicates errors, it looked at host include
  and/or library paths while determining system capabilities.

Anyways the target package should not depend on any host headers/libs,
we should enable/disable the libpq support explicitly according to if
the postgresql feature was enabled.

(From meta-openembedded rev: 438d363331b110c06554bda630e2a2a3f7ab1739)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogd: added upstream license file and fixed configure warnings
stephen.arnold42 [Wed, 2 Apr 2014 03:47:44 +0000 (20:47 -0700)]
gd: added upstream license file and fixed configure warnings

This fixes QA warnings about missing license file and stale configure options,
(includes updates for freetype libpath and disables hardcoded rpaths).

Upstream-Status: Inappropriate (distribution/packaging fix)

(From meta-openembedded rev: 19141207ba0861a892b8bd6f65d5dde665fbeaa9)

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolinuxptp: fix and simplify recipe, drop dependency on kernel
Denys Dmytriyenko [Tue, 1 Apr 2014 04:47:51 +0000 (00:47 -0400)]
linuxptp: fix and simplify recipe, drop dependency on kernel

* Build script tries to locate the correct /usr/include/linux/net_tstamp.h just
to see if it contains definition for HWTSTAMP_TX_ONESTEP_SYNC. But that header
file hasn't changed in at least 5 years. The result of the check is to pass
additional defines to the build, which can be passed via EXTRA_OEMAKE.

* The sed command on makefile wasn't even working, plus there's no AR, prefix
is not used and better way is to use EXTRA_CFLAGS and EXTRA_LDFLAGS anyway.

* Neither autotools nor pkgconfig are use during the build, don't inherit them.

(From meta-openembedded rev: ccb88f65709eb2db27e1f41241707ddd1fccd359)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtkmathview: fix build error
Trevor Woerner [Tue, 1 Apr 2014 03:39:27 +0000 (23:39 -0400)]
gtkmathview: fix build error

When building, I was seeing the following error which this patch fixes:

../../../src/frontend/common/TemplateElementIterator.hh:46:18: error:
'valid' was not declared in this scope, and no declarations were found by
argument-dependent lookup at the point of instantiation [-fpermissive]

Upstream-Status: Submitted [padovani .at. di .dot. unito .dot. it]
(From meta-openembedded rev: 49cb8758eb9c610364ad4e0f13d31d10fc48899f)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtkmathview: fix qa issue
Trevor Woerner [Tue, 1 Apr 2014 03:39:26 +0000 (23:39 -0400)]
gtkmathview: fix qa issue

"configure was passed unrecognised options: --disable-binreloc"

(From meta-openembedded rev: e600be768e2c8afddb87a3a5b9167c938d7749db)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtkmathview: fix B!=S
Trevor Woerner [Tue, 1 Apr 2014 03:39:25 +0000 (23:39 -0400)]
gtkmathview: fix B!=S

This package does not support building out of a separate directory from the
source.

(From meta-openembedded rev: 72865f2062d111d72484c20a86357311bab669e8)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoasio: package bump
Trevor Woerner [Tue, 1 Apr 2014 02:10:29 +0000 (22:10 -0400)]
asio: package bump

This recipe had been failing to build, bumping to the latest stable release
resolves all build issues.

(From meta-openembedded rev: 95f718e9d76202a1a36c8202cec73d2977d093c3)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibinih: Update to 25078f7
Otavio Salvador [Mon, 31 Mar 2014 18:47:28 +0000 (15:47 -0300)]
libinih: Update to 25078f7

This updates the fork to a version based in SVN r29 and include a
CMake fix for out of tree build support.

(From meta-openembedded rev: 15ad638acf2f8e231c6040892b72bceecd7348e4)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoswig: Update to version 2.0.12 and fix cmake find swig issue.
Philip Balister [Mon, 31 Mar 2014 23:05:29 +0000 (16:05 -0700)]
swig: Update to version 2.0.12 and fix cmake find swig issue.

* Dropped PR and PR_INC due to PV change.
 * The cmake rule looks for swig2.0. For the sdk case, the host distro
may have a swig2.0 installed. If so the sdk would find the host swig. This
updates the sdk so it also has a swig2.0 soft linked to the swig binary in
the sdk.

(From meta-openembedded rev: 6041efb6022f11a9f7bd80a9b13584477977180a)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl: explicitly depend on lua5.1
Martin Jansa [Fri, 18 Apr 2014 20:53:01 +0000 (22:53 +0200)]
efl: explicitly depend on lua5.1

* even with luajit in DEPENDS, old lua5.1. was referenced from pkg-config
  and other recipes were failing when trying to use edje without lua5.1
  in sysroot, e.g. cpu, e-tasks, e-wm, e-wm-config-illume2-shr, diskio

(From meta-openembedded rev: 8df46686a8e3cc8a9b1681d6d47b898ab937d998)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeve: move to new git repo
Martin Jansa [Fri, 18 Apr 2014 10:38:37 +0000 (12:38 +0200)]
eve: move to new git repo

(From meta-openembedded rev: b1278bfe917da1ce0551d23ff0d3b41704b7405c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl, elementary, e-wm: Upgrade to 1.9.3/0.18.7
Martin Jansa [Fri, 18 Apr 2014 09:58:55 +0000 (11:58 +0200)]
efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7

* announcement:
  https://phab.enlightenment.org/phame/post/view/50/

(From meta-openembedded rev: 31e4ea131e692f49afa216ebc588ff9e9c449208)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-backgrounds: inherit only gnomebase, add glib-2.0 dependency
Martin Jansa [Sat, 29 Mar 2014 23:48:25 +0000 (00:48 +0100)]
gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency

(From meta-openembedded rev: 996ee9bdf8655f3222a289af3990df055e61639b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibbonoboui: inherit only gnomebase
Martin Jansa [Mon, 31 Mar 2014 17:39:21 +0000 (19:39 +0200)]
libbonoboui: inherit only gnomebase

(From meta-openembedded rev: 71a47f3e3fbb8501bdf99042ed76739734093e32)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: remove --disable-introspection
Martin Jansa [Mon, 31 Mar 2014 11:44:17 +0000 (13:44 +0200)]
tracker: remove --disable-introspection

* fixes QA warning:
  tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection

(From meta-openembedded rev: fcb78f27143fc11ef586adda9d7b4999313855b2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnomeprint: inherit only gnomebase
Martin Jansa [Mon, 31 Mar 2014 11:42:19 +0000 (13:42 +0200)]
libgnomeprint: inherit only gnomebase

(From meta-openembedded rev: e24114471ba90b28777d090f42cfcae4312a62c7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnomecups: inherit only gnomebase
Martin Jansa [Mon, 31 Mar 2014 11:41:00 +0000 (13:41 +0200)]
libgnomecups: inherit only gnomebase

(From meta-openembedded rev: 04c16563fadce4b3674feaa36e310ca0c3d11dd7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoemacs: remove infodir
Martin Jansa [Mon, 31 Mar 2014 11:39:17 +0000 (13:39 +0200)]
emacs: remove infodir

* doesn't use autotools.bbclass which removes infodir automatically
* fixes QA warning:
  emacs-23.4: The /usr/share/info/dir file is not meant to be shipped in a particular package.

(From meta-openembedded rev: 10b899a23e121561ad569a520a7213e3d1d187b7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolzip: remove infodir
Martin Jansa [Mon, 31 Mar 2014 11:38:11 +0000 (13:38 +0200)]
lzip: remove infodir

* doesn't use autotools.bbclass which removes infodir automatically
* fixes QA warning:
  lzip-1.14: The /usr/share/info/dir file is not meant to be shipped in a particular package.

(From meta-openembedded rev: ddc70af341fe77c114b17bcf6d4f3f01fa5cb7eb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomousepad: add intltool-native and xfce4-dev-tools-native dependency
Martin Jansa [Sun, 30 Mar 2014 01:33:25 +0000 (03:33 +0200)]
mousepad: add intltool-native and xfce4-dev-tools-native dependency

(From meta-openembedded rev: 2d454103bb8c7783e4fc8185fc08a5859cb63308)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnomecanvas: add intltool-native dependency
Martin Jansa [Sun, 30 Mar 2014 00:07:33 +0000 (01:07 +0100)]
libgnomecanvas: add intltool-native dependency

(From meta-openembedded rev: 3a8b6eb37f4bd86996c7cee68ae302f844a6e722)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoedbus: remove test-gui option
Martin Jansa [Sun, 30 Mar 2014 00:02:18 +0000 (01:02 +0100)]
edbus: remove test-gui option

* was removed in:
  commit eeca5e83e550179640bdbc6f71c8b3688944ff4d
  Author: barbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
  Date:   Fri Feb 26 23:05:02 2010 +0000

    hal: remove pointless test gui.

(From meta-openembedded rev: ed6e2ff5af58a3873df99789115f1e914641f7b8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agozram: include whole sysconfdir in PN
Martin Jansa [Sat, 29 Mar 2014 23:55:25 +0000 (00:55 +0100)]
zram: include whole sysconfdir in PN

* when sysv script is removed it leaves empty /etc behind and QA warn is
  shown:
  zram-0.1: zram: Files/directories were installed but not shipped
    /etc
  empty dir doesn't cost much, so just include it

(From meta-openembedded rev: a396118be3e6076c7f375d798e671472ec514cb3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoatftp: include whole sysconfdir in PN
Martin Jansa [Sat, 29 Mar 2014 23:54:07 +0000 (00:54 +0100)]
atftp: include whole sysconfdir in PN

* when sysv script is removed QA warn is shown:
  atftp-0.7.1+gitAUTOINC+be3291a18c: atftp: Files/directories were installed but not shipped
    /etc
  empty dir doesn't cost much, so just include it

(From meta-openembedded rev: d8d44aeb941ae22ce4f3ec800508bffd913c6e0b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometacity: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:51:49 +0000 (00:51 +0100)]
metacity: inherit only gnomebase

(From meta-openembedded rev: 5159767f699eb1924f1f04cae1ac5e0c4e4772b6)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtksourceview2: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:51:10 +0000 (00:51 +0100)]
gtksourceview2: inherit only gnomebase

(From meta-openembedded rev: a6949af8efa0631d63dc1b850186cc091cfb0401)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogoffice: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:50:21 +0000 (00:50 +0100)]
goffice: inherit only gnomebase

(From meta-openembedded rev: e009f61f3b52675f0a6ce6ccec3737553fee543f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agozenity: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:49:28 +0000 (00:49 +0100)]
zenity: inherit only gnomebase

(From meta-openembedded rev: 12659166ba2a6cf46a6e3fa1c669bf80ed6aa098)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-themes: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:48:56 +0000 (00:48 +0100)]
gnome-themes: inherit only gnomebase

(From meta-openembedded rev: eb61c5f50606b27ddfbc292fa864a92a8b80e302)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcr: inherit only gnomebase, gtk-icon-cache
Martin Jansa [Sat, 29 Mar 2014 23:47:50 +0000 (00:47 +0100)]
gcr: inherit only gnomebase, gtk-icon-cache

(From meta-openembedded rev: 49097b8266dee7653e776da70ae61490ffcc2912)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomodemmanager: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:47:20 +0000 (00:47 +0100)]
modemmanager: inherit only gnomebase

(From meta-openembedded rev: 0159daca51ec57f4a55b454b7a8740fcb8ef613e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibbonobo: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:46:42 +0000 (00:46 +0100)]
libbonobo: inherit only gnomebase

* add dependency on dbus, dbus-glib
  | configure:14835: error: Package requirements ( gmodule-2.0 >=
  2.0.1  ORBit-2.0 >= 2.4.0  ORBit-CosNaming-2.0 >= 2.4.0  dbus-1
  >= 1.0.0 dbus-glib-1 >= 0.74  libxml-2.0 >= 2.4.20) were not met:
  |
  | No package 'dbus-1' found
  | No package 'dbus-glib-1' found

(From meta-openembedded rev: 9b10e7081c2f86ebb64deafc56ea51af92dfd1d0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnome-keyring: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:45:54 +0000 (00:45 +0100)]
libgnome-keyring: inherit only gnomebase

(From meta-openembedded rev: ee2a97c31a794cf20ce708ed3c23eb441b935c8a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-disk-utility: inherit only gnomebase, gtk-icon-cache
Martin Jansa [Sat, 29 Mar 2014 23:45:20 +0000 (00:45 +0100)]
gnome-disk-utility: inherit only gnomebase, gtk-icon-cache

(From meta-openembedded rev: f6b750d3650c18944bcdfca7af162098b219b9cb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgdata: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:44:18 +0000 (00:44 +0100)]
libgdata: inherit only gnomebase

(From meta-openembedded rev: 0e14a8d9ab38b96a656777bf0e2c8f987c854ed4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgtop: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:43:43 +0000 (00:43 +0100)]
libgtop: inherit only gnomebase

(From meta-openembedded rev: bd02bb56df5be2cf1fea6e8e8e5fdcfd7d5c13b8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-bluetooth: inherit only gnomebase, gtk-icon-cache
Martin Jansa [Sat, 29 Mar 2014 23:43:02 +0000 (00:43 +0100)]
gnome-bluetooth: inherit only gnomebase, gtk-icon-cache

(From meta-openembedded rev: 85143eff2b328afda7b743f7d7a18a45e627f03c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodconf: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:42:28 +0000 (00:42 +0100)]
dconf: inherit only gnomebase

(From meta-openembedded rev: 7cf606d1c86c95db1795b4a6e2c76a10e10e02e5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobabl: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:41:54 +0000 (00:41 +0100)]
babl: inherit only gnomebase

(From meta-openembedded rev: a0759c2a693ff866c448e18772844a2107768ddf)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-menus: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:41:16 +0000 (00:41 +0100)]
gnome-menus: inherit only gnomebase

(From meta-openembedded rev: fe57633136c317c089779bd31c8c69499e12cd92)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowvstreams: fix QA warning
Martin Jansa [Sat, 29 Mar 2014 23:39:49 +0000 (00:39 +0100)]
wvstreams: fix QA warning

* fixes
  wvstreams-4.6.1: wvstreams: Files/directories were installed but not shipped
  /usr/lib/valgrind
  /usr/lib/valgrind/wvstreams.supp

* the valgrind support is disabled in EXTRA_OECONF, so just move unpackaged file to package

(From meta-openembedded rev: 9d8eb1b417cbff5271291256121876681a19d4a0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary: remove --disable-web
Martin Jansa [Sat, 29 Mar 2014 23:37:24 +0000 (00:37 +0100)]
elementary: remove --disable-web

* now handled by --with-elementary-web-backend in PACKAGECONFIG

(From meta-openembedded rev: be42e81ab1abaaf2f9f6b366c4bdd96a29433209)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwnck*: inherit only gnomebase
Martin Jansa [Sat, 29 Mar 2014 23:35:49 +0000 (00:35 +0100)]
libwnck*: inherit only gnomebase

(From meta-openembedded rev: 8082185860c64d8c8d2b2aca9ee7c5edc8901874)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: inherit only gnomebase, fix QA warn
Martin Jansa [Sat, 29 Mar 2014 23:33:27 +0000 (00:33 +0100)]
tracker: inherit only gnomebase, fix QA warn

* fixes configure was passed unrecognised options: --disable-schemas-install
* fixes QA warning:
  tracker-0.14.2: tracker: Files/directories were installed but not shipped
    /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.so
    /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.la

(From meta-openembedded rev: c60d5712283a61e3e50a6918581ef06449662fec)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-control-center: include datadir/mime in PN
Martin Jansa [Sat, 29 Mar 2014 23:28:25 +0000 (00:28 +0100)]
gnome-control-center: include datadir/mime in PN

* Fixes this QA warning:
  gnome-control-center-2.32.1: gnome-control-center: Files/directories were installed but not shipped
  /usr/share/mime/globs
  /usr/share/mime/globs2
  /usr/share/mime/magic
  /usr/share/mime/XMLnamespaces
  /usr/share/mime/subclasses
  /usr/share/mime/aliases
  /usr/share/mime/types
  /usr/share/mime/generic-icons
  /usr/share/mime/icons
  /usr/share/mime/treemagic
  /usr/share/mime/mime.cache
  /usr/share/mime/version

(From meta-openembedded rev: 312433fe5d8c45df7e78e60599cc7abce0874ab5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofreerdp: move to nonworking
Martin Jansa [Sat, 29 Mar 2014 23:25:07 +0000 (00:25 +0100)]
freerdp: move to nonworking

* until this is resolved:
  freerdp-1.0.2+gitrAUTOINC+f311acaffb: freerdp: Files/directories were installed but not shipped
  /usr/usr
  /usr/usr/lib
  /usr/usr/lib/freerdp
  /usr/usr/lib/freerdp/printer.so
  /usr/usr/lib/freerdp/rdpsnd.so
  /usr/usr/lib/freerdp/rail.so
  /usr/usr/lib/freerdp/rdpdr.so
  /usr/usr/lib/freerdp/audin_alsa.so
  /usr/usr/lib/freerdp/rdpsnd_pulse.so
  /usr/usr/lib/freerdp/rdpdbg.so
  /usr/usr/lib/freerdp/audin.so
  /usr/usr/lib/freerdp/scard.so
  /usr/usr/lib/freerdp/audin_pulse.so
  /usr/usr/lib/freerdp/tsmf_alsa.so
  /usr/usr/lib/freerdp/tsmf.so
  /usr/usr/lib/freerdp/cliprdr.so
  /usr/usr/lib/freerdp/parallel.so
  /usr/usr/lib/freerdp/rdpsnd_alsa.so
  /usr/usr/lib/freerdp/drdynvc.so
  /usr/usr/lib/freerdp/tsmf_pulse.so
  /usr/usr/lib/freerdp/serial.so
  /usr/usr/lib/freerdp/disk.so
  /usr/usr/lib/freerdp/.debug
  /usr/usr/lib/freerdp/.debug/printer.so
  /usr/usr/lib/freerdp/.debug/rail.so
  /usr/usr/lib/freerdp/.debug/rdpsnd.so
  /usr/usr/lib/freerdp/.debug/rdpdr.so
  /usr/usr/lib/freerdp/.debug/audin_alsa.so
  /usr/usr/lib/freerdp/.debug/rdpsnd_pulse.so
  /usr/usr/lib/freerdp/.debug/rdpdbg.so
  /usr/usr/lib/freerdp/.debug/audin.so
  /usr/usr/lib/freerdp/.debug/scard.so
  /usr/usr/lib/freerdp/.debug/audin_pulse.so
  /usr/usr/lib/freerdp/.debug/tsmf_alsa.so
  /usr/usr/lib/freerdp/.debug/tsmf.so
  /usr/usr/lib/freerdp/.debug/cliprdr.so
  /usr/usr/lib/freerdp/.debug/rdpsnd_alsa.so
  /usr/usr/lib/freerdp/.debug/parallel.so
  /usr/usr/lib/freerdp/.debug/drdynvc.so
  /usr/usr/lib/freerdp/.debug/tsmf_pulse.so
  /usr/usr/lib/freerdp/.debug/serial.so
  /usr/usr/lib/freerdp/.debug/disk.so

* I've reported it mutiple times and nobody seems to care enough
  to fix that, so maybe it's not used by anybody

(From meta-openembedded rev: 353b2ceff20c8fcf4d58e048cab8b88f1fdccf9e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosound-theme-freedesktop: add glib-2.0 and intltool-native dependency
Martin Jansa [Sat, 29 Mar 2014 23:14:42 +0000 (00:14 +0100)]
sound-theme-freedesktop: add glib-2.0 and intltool-native dependency

(From meta-openembedded rev: cd415cab43f4f1f16d01117a3814efe3fea52455)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibdc1394: add libsdl dependency
Martin Jansa [Sat, 29 Mar 2014 23:14:08 +0000 (00:14 +0100)]
libdc1394: add libsdl dependency

(From meta-openembedded rev: 42854d938543db0a0165ab533ed48ebe109a2d74)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: bump SRCREV to fix build issues with newer live555
Martin Jansa [Fri, 21 Mar 2014 12:33:46 +0000 (13:33 +0100)]
mplayer2: bump SRCREV to fix build issues with newer live555

* live555 support was removed in:
  http://git.mplayer2.org/mplayer2/commit/?id=e77b823b341fca0b931228d3e623dab50aa11723
* remove now unsupported options
* needs libav-9.10 which is in oe-core but with negative D_P otherwise
  configure fails:
  Requested 'libavcodec >= 54.25.0' but version of libavcodec is 53.35.0
* disable man installation, because we don't have rst2man

(From meta-openembedded rev: 6a7f8bf6a9a56d8d57b35c0d699ee9a8107a7dc7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeve: adapt to webkit-efl changes
Martin Jansa [Wed, 26 Mar 2014 23:43:36 +0000 (00:43 +0100)]
eve: adapt to webkit-efl changes

(From meta-openembedded rev: 38818bf223058fd5475fd460e846a1bb1f73e767)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6
Martin Jansa [Wed, 26 Mar 2014 21:03:49 +0000 (22:03 +0100)]
efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6

* announcement:
  http://sourceforge.net/p/enlightenment/mailman/message/32148245/

(From meta-openembedded rev: a9f5016444fbc609051323585904961a369e9515)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeve: restrict for armv7a, because upstream dropped support in webkit-efl
Martin Jansa [Wed, 5 Mar 2014 19:49:27 +0000 (20:49 +0100)]
eve: restrict for armv7a, because upstream dropped support in webkit-efl

(From meta-openembedded rev: 19a8f2bd70ad2c7374105760c29c011b3947c0eb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-efl: upgrade to 1.9.0
Martin Jansa [Thu, 6 Mar 2014 16:28:22 +0000 (17:28 +0100)]
python-efl: upgrade to 1.9.0

* announcement:
  http://sourceforge.net/p/enlightenment/mailman/message/32066075/

(From meta-openembedded rev: 5ad00d90f44da260f5871fe6f0b05df2f75814df)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-tasks: Migrate to eldbus
Martin Jansa [Sun, 23 Feb 2014 00:24:52 +0000 (01:24 +0100)]
e-tasks: Migrate to eldbus

(From meta-openembedded rev: d30f99e6bb59131837dd4fef0c12cc8783f039c4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm: upgrade to 0.18.4 and drop old 0.17.5
Martin Jansa [Mon, 3 Mar 2014 22:53:43 +0000 (23:53 +0100)]
e-wm: upgrade to 0.18.4 and drop old 0.17.5

* fix building e17 modules with elementary-1.9
* remove 0.17 version, because that one isn't going to be tested enough

(From meta-openembedded rev: 6c9ef2d6fec8a5bee6b17e6ab824e953fd016acc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: upgrade to new snapshot r164189
Martin Jansa [Tue, 25 Feb 2014 16:29:50 +0000 (17:29 +0100)]
webkit-efl: upgrade to new snapshot r164189

* update webkit-efl_svn to point to the same source and old isn't
  compatible with new efl
  http://sourceforge.net/p/enlightenment/mailman/message/32002633/
* restrict for armv7a, because upstream dropped support

(From meta-openembedded rev: 72a0b544bdb129eed2f310fb8a72614d1ee5f080)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl: upgrade to 1.9.0
Martin Jansa [Tue, 25 Feb 2014 16:25:43 +0000 (17:25 +0100)]
efl: upgrade to 1.9.0

* announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=32024303
* emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM
  change is just copyright update

  < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS)
  ---
  > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS)

(From meta-openembedded rev: d5836e6a0008c0d78324368a822f16a5c2f6efb8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: force build order
Trevor Woerner [Thu, 10 Apr 2014 02:12:51 +0000 (22:12 -0400)]
abiword: force build order

There is a race condition whereby "libgoffice.la" must be built (and exist)
before the rest of the code in "src" is built.

(From meta-openembedded rev: 6f1b5c555d7a28da9ba85812d8239a9378cb64b1)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: update to 3.0.0 to fix build
Andreas Müller [Tue, 1 Apr 2014 15:10:46 +0000 (17:10 +0200)]
abiword: update to 3.0.0 to fix build

(From meta-openembedded rev: 0aaf18723d7280b62af3e66106859bc5c51a185a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosound-theme-freedesktop: fix configure
Andreas Müller [Tue, 1 Apr 2014 09:50:52 +0000 (11:50 +0200)]
sound-theme-freedesktop: fix configure

oe-core's
commit 79ea036de331bde65a88fb777647dc099ef05acf
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Sun Mar 2 17:36:38 2014 +0000

    autotools: Limit aclocal files to those in dependencies

makes explicit depencies mandatory

(From meta-openembedded rev: 4328d8f4035fe3990eae7e877df6bdf65480c97a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-dev-tools: update to 4.11.0
Andreas Müller [Tue, 1 Apr 2014 09:50:12 +0000 (11:50 +0200)]
xfce4-dev-tools: update to 4.11.0

(From meta-openembedded rev: afed48daf04ad7f0d0079433aa845d4ac0cc4de8)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-settings: fix configue by inheriting xfce-git.bbclass
Andreas Müller [Tue, 1 Apr 2014 09:03:07 +0000 (11:03 +0200)]
xfce4-settings: fix configue by inheriting xfce-git.bbclass

(From meta-openembedded rev: 52e3b5fdf7eb963b2220121ad346e9ad2b44d376)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass
Andreas Müller [Tue, 1 Apr 2014 09:02:18 +0000 (11:02 +0200)]
xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass

(From meta-openembedded rev: ee97284381a1a834720ee1a27dee32e92df6c45e)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-taskmanager: fix configue by inheriting xfce-git.bbclass
Andreas Müller [Tue, 1 Apr 2014 09:01:20 +0000 (11:01 +0200)]
xfce4-taskmanager: fix configue by inheriting xfce-git.bbclass

(From meta-openembedded rev: 7b54063152bf887c4eec620de6c46e3de3631cd2)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxfce4ui: fix configue by inheriting xfce-git.bbclass
Andreas Müller [Tue, 1 Apr 2014 09:00:26 +0000 (11:00 +0200)]
libxfce4ui: fix configue by inheriting xfce-git.bbclass

(From meta-openembedded rev: 7676240b63aa27959b5bb219470e57d0b3e2b4cb)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfwm4: fix configue by inheriting xfce-git.bbclass
Andreas Müller [Tue, 1 Apr 2014 08:59:09 +0000 (10:59 +0200)]
xfwm4: fix configue by inheriting xfce-git.bbclass

(From meta-openembedded rev: 0f348ea9baf42f41f208607e3eebd50ae8f1d71d)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxarchiver: fix configue
Andreas Müller [Tue, 1 Apr 2014 08:55:46 +0000 (10:55 +0200)]
xarchiver: fix configue

* use xfce-git to fix aclocal-copy error
* add intltool-native in DEPENDS to fix
  | configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL

(From meta-openembedded rev: 2699b34e64ba55de72ec972d5f8e5682c0ba877a)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce-git.bbclass initial add
Andreas Müller [Tue, 1 Apr 2014 08:35:11 +0000 (10:35 +0200)]
xfce-git.bbclass initial add

common preparations for xfce-git-repos

* implement autogen.sh call in do_configure_prepend
* AUTOTOOLS_COPYACLOCAL = "1": In oe-core commit
  79ea036de331bde65a88fb777647dc099ef05acf copying aclocals was moved to
  do_configure[prefuncs]. These are called before do_configure_prepend which
  causes configure.ac not yet being created and autotools_copy_aclocals
  returning undone.

By using this class tons of errors like

| aclocal: error: couldn't open directory '/home/a.mueller/tmp/oe-core-eglibc/work/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/xfce4-settings/4.11.0+gitAUTOINC+b7a0e1fd77-r0/git/aclocal-copy/': No such file or directory
| autoreconf: aclocal failed with exit status: 1

are fixed.

(From meta-openembedded rev: de430ccd76bc07202b466c15050814de8d4637f7)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoklibc: restylize a bit the recipes
Andrea Adami [Sat, 22 Mar 2014 17:12:21 +0000 (18:12 +0100)]
klibc: restylize a bit the recipes

No runtime changes.
Reorder and fix some typos in the comments.
Remove unneeded empty do_install from utils.
Fix bogus PACKAGES_${PN} = "${PN}".

(From meta-openembedded rev: 477ccd867cc71f8277f2670b7be34b3b15300052)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolinux-yocto-tiny-kexecboot: remove ${PR} remnant
Andrea Adami [Mon, 31 Mar 2014 22:03:10 +0000 (00:03 +0200)]
linux-yocto-tiny-kexecboot: remove ${PR} remnant

(From meta-openembedded rev: f24daddfa090335c7887e41b3ab2ba91cef24af8)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: only install configured.py once
Robert Yang [Thu, 3 Apr 2014 14:08:22 +0000 (22:08 +0800)]
cherokee: only install configured.py once

Both the two rules install-adminpyDATA and install-generatedDATA will
install the configured.py to the same location, they can run parallel,
and they use "install -m", which would might build failures:

/usr/bin/install: setting permissions for `/path/to/configured.py': No such file or directory

This is because the first install is setting the permission while the
second install is removing the file an re-install.

Only install the configured.py once will fix the problem, I think that
there is no side effect since it installed the same file to the same
location twice in the past.

(From meta-openembedded rev: 4b2a4dac0f19f1ba8a33b35b05be0808eca91b08)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomodphp: add phpize to scan for absolute paths
Joe Slater [Thu, 27 Mar 2014 20:38:56 +0000 (13:38 -0700)]
modphp: add phpize to scan for absolute paths

sstate processing for items in sysroot scans certain
file name patterns for absolute paths to be adjusted
when items are installed into sysroot from sstate.
phpize is not one of these patterns (surprise!) so we
add it to the list.

(From meta-openembedded rev: a60bf8c73adecf68d048c7725773d0772b22873e)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinetutils: add -dbg packages for tftpd, telnetd and rshd
Jackie Huang [Wed, 2 Apr 2014 07:27:25 +0000 (15:27 +0800)]
inetutils: add -dbg packages for tftpd, telnetd and rshd

The packages tftpd, telnetd and rshd conflict with the ones
provided by netkit, so add the corresponding -dbg packages
for them to avoid the following confliction between the dbg
package of inetutils and netkit:

error: file /usr/sbin/.debug/in.rexecd conflicts between attempted installs of inetutils-dbg-1.9.1-r1.0.armv7a_vfp_neon and netkit-rsh-dbg-0.17-r0.0.armv7a_vfp_neon
error: file /usr/sbin/.debug/in.telnetd conflicts between attempted installs of inetutils-dbg-1.9.1-r1.0.armv7a_vfp_neon and netkit-telnet-dbg-0.17-r0.0.armv7a_vfp_neon

(From meta-openembedded rev: bc969d3705c45928de8525ef3d2d9d2867311864)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agostunnel: fix SRC_URI
Javier Viguera [Wed, 2 Apr 2014 13:26:26 +0000 (15:26 +0200)]
stunnel: fix SRC_URI

Trying to build stunnel fails with:

  ERROR 404: Not Found.

Seems that after the new release (5.x) they have moved the old tarball
under a 'archive/4.x' subdirectory.

(From meta-openembedded rev: 5be3c1373688f0f1e2bbb0384ca3e681a1850ded)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoexo: Add intltool-native as native dependency
Adam YH Lee [Wed, 26 Mar 2014 21:27:34 +0000 (14:27 -0700)]
exo: Add intltool-native as native dependency

exo-native fails to build due to more strict dependency checking
introduced in autotools.bbclass. intltool-native should be explicitly
defined as a dependency.

(From meta-openembedded rev: c04626475be6f0e52400552d5aed044062aac4dd)

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-autobahn: upgrade to version 0.8.6
Diego Rondini [Thu, 27 Mar 2014 12:10:41 +0000 (13:10 +0100)]
python-autobahn: upgrade to version 0.8.6

Changes:
* upgraded python-autobahn to latest upstream
* updated license checksum because upstream increased copyright year from 2013 to 2014

(From meta-openembedded rev: 2076891a3f97d33ddd0485211b905abd4d9fbbcf)

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-twisted: upgrade to version 13.2.0
Diego Rondini [Thu, 27 Mar 2014 12:10:40 +0000 (13:10 +0100)]
python-twisted: upgrade to version 13.2.0

Changes:
* upgraded python-twisted to latest upstream
* dropped PR because of PV increase
* updated LICENSE checksum because new contributors have been added to the file
* dropped bin package because resulting package was empty:
  - file _c_urlarg has been removed with this commit:
    https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols
  - file cBanana was not packaged even in previous version, upstream removed it ages ago.
    https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread
* the newly introduced zsh completion file has been added to the zsh package

(From meta-openembedded rev: 822870b0e458c56cd9594044ff738579e728a851)

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-zopeinterface: upgrade to version 4.1.1
Diego Rondini [Thu, 27 Mar 2014 12:10:39 +0000 (13:10 +0100)]
python-zopeinterface: upgrade to version 4.1.1

Changes:
* upgraded python-zopeinterface to latest upstream
* dropped PR because of PV increase

(From meta-openembedded rev: 08273d7936f70a6303a1911a2d8f7ba35eb22cdc)

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolvm2: replace CPPFunction with rl_completion_func_t to fix build error
Zhenhua Luo [Wed, 26 Mar 2014 12:22:36 +0000 (20:22 +0800)]
lvm2: replace CPPFunction with rl_completion_func_t to fix build error

lvm2 depends on readline, CPPFunction has been replaced by rl_completion_func_t
in recent readline,

Error log:
| lvm.c: In function 'lvm_shell':
| lvm.c:189:38: error: 'CPPFunction' undeclared (first use in this function)
|   rl_attempted_completion_function = (CPPFunction *) _completion;
|                                       ^

(From meta-openembedded rev: 56e6228696a25d27c7b271701debf314aa9d53d5)

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-desktop3: Updated to 3.4.2
Prabhu Sundararaj [Tue, 25 Mar 2014 13:47:51 +0000 (10:47 -0300)]
gnome-desktop3: Updated to 3.4.2

(From meta-openembedded rev: f717a295431e518a7bbd6ed878340aecfebd4e2f)

Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefivar: add recipe
Stanacar, StefanX [Mon, 24 Mar 2014 17:06:55 +0000 (19:06 +0200)]
efivar: add recipe

efivar is is a tool to manipulate UEFI variables.
This is obviously useful only for EFI machines that have
the efivarfs interface enabled in the kernel config (CONFIG_EFIVAR_FS),
and mounted (mount -t efivarfs efivarfs /sys/firmware/efi/efivars).

Sample usage:
GUID: 4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
Name: "LoaderEntrySelected"
Attributes:
    Boot Service Access
    Runtime Service Access
Value:
00000000  62 00 6f 00 6f 00 74 00  00 00                    |b.o.o.t...      |

(From meta-openembedded rev: 24afc0aaa5c6018624f4e0ed7b0ae530ae6e0936)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcf: fix gnulib not found in sysroots while using a shared sstate cache
Hongxu Jia [Tue, 18 Mar 2014 08:21:06 +0000 (16:21 +0800)]
netcf: fix gnulib not found in sysroots while using a shared sstate cache

...
./bootstrap: Bootstrapping from checked-out netcf sources...
./bootstrap: consider installing git-merge-changelog from gnulib
./bootstrap: line 641:
tmp/sysroots/qemux86/usr/share/gnulib/gnulib-tool: No such file or
directory
...

The gnulib source was incorrectly populated to ${STAGING_DATADIR}.
While the build shared an existed sstate cache, the gnulib's
${SYSROOT_DESTDIR} was empty, the gnulib source code was not
found in sysroots.

We should use do_install task to install them to ${D}, and the
default do_populate_sysroot task will populate them to
${STAGING_DATADIR}.

(From meta-openembedded rev: a600fe808a71ad569697eb4921b3d101f1c032d7)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotraceroute: filter-out patches dir
Robert Yang [Mon, 20 Jan 2014 12:52:35 +0000 (20:52 +0800)]
traceroute: filter-out patches dir

The $(subdirs) contains all the dirs under the ${B}, and this one:

do_unpack[cleandirs] = "${S}/patches"

will create a "patches" dir, then there will be compile errors, filter
out the patches will fix the problem.

Note: poky doesn't have this problem since it separates the ${S} and
${B}

(From meta-openembedded rev: d9f21ab787c8eef2cfdc1f5408f973ebbcc196e2)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotraceroute: fix alternate name
Joe Slater [Thu, 20 Mar 2014 21:17:20 +0000 (14:17 -0700)]
traceroute: fix alternate name

traceroute6 for the name is misleading and will interfere
with traceroute6 in iputils making an alternate link to
the traceroute6 binary, so we change the name to traceroute.

(From meta-openembedded rev: 61d573ad7c9d3969db5ea3799308e5b1633bb60e)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosethdlc : add recipe
Chunrong Guo [Thu, 20 Mar 2014 07:44:17 +0000 (15:44 +0800)]
sethdlc : add recipe

   * sethdlc: get/set Linux HDLC packet radio modem driver port information
   * sethdlc is  a  program designed to set and/or report the configuration
     information associated with a soundcard radio modem port. This information
     includes  the  modem type, what I/O port, IRQ and DMA channel a particular
     modem port is using, and where to output a transmitter  keying (PTT) signal.

(From meta-openembedded rev: 6226023a2ee16d1c0897e6565815710a3734a17d)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: work with new readline
Robert Yang [Thu, 27 Mar 2014 09:52:55 +0000 (17:52 +0800)]
quagga: work with new readline

The Function and CPPFunction had been removed by in readline 6.3, use
the new functions to replace them.

(From meta-openembedded rev: c1d420a3b65538f80601411f85295db8f4cb30ab)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocan-utils: Create git version
Lauren Post [Fri, 21 Mar 2014 16:35:16 +0000 (11:35 -0500)]
can-utils: Create git version

Linux CAN network development utilities - newer version than canutils

(From meta-openembedded rev: 6d121827702369b875cb7fa47303117ea74bc96f)

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopm-qa: Add power management test utils
chase maupin [Fri, 21 Mar 2014 14:06:53 +0000 (09:06 -0500)]
pm-qa: Add power management test utils

* The power management test utilities from Linaro can be used
  to test multiple PM features such as cpufreq, cpuidle, thermal
  control and suspend operations.
* These utilities are not platform specific and can be used by
  a broader base of users.

(From meta-openembedded rev: c99803b0e50ebc7ac5dfec9efc92e493bb37d5c2)

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoterminus-font: add new recipe for version 4.38
Matthieu CRAPET [Thu, 20 Mar 2014 11:11:44 +0000 (12:11 +0100)]
terminus-font: add new recipe for version 4.38

This is a dual recipe, it provides:
- console fonts (PSF v1 & v2 formats)
- X11 fonts (PCF format)

X11 font are generated when DISTRO_FEATURES contains 'x11'.
Use PACKAGECONFIG to configure.

(From meta-openembedded rev: a9a40bc88d19f25452ff779942392dfe45ee0437)

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofim: add "hf" PACKAGECONFIG option
Matthieu CRAPET [Thu, 20 Mar 2014 08:55:53 +0000 (09:55 +0100)]
fim: add "hf" PACKAGECONFIG option

This embedds a console font in fim executable.

To use it, don't forget to define FBFONT with the special value:
export FBFONT='fim://'

Option is enabled by default because kdb-consolefonts package
only provides PSF version 2 files (fim only support version 1 and creates an error).

Benchmarked fim executable size: +6Kb (x86_64) and +7Kb (armv7).

(From meta-openembedded rev: 8f841276d47ddcd508de0097081ad500df06cac1)

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes-graphics/lxdm: autotools and config updates
stephen.arnold42 [Tue, 18 Mar 2014 09:09:08 +0000 (02:09 -0700)]
recipes-graphics/lxdm: autotools and config updates

lxdm_git.bb: Upstream changes required autotools and gettext (intl) updates;
the package autogen script doesn't create the makefile in po, but autotools
by itself is missing the input file (thus, the configure_prepend). There
were also missing depends (from upstream docs and configure checks) and
some configure options were added to ensure the desired X/gtk2 config and
enable (optional) auto-login.

(From meta-openembedded rev: 7dfa6be8c5d9b093ae79c403c685c6b8ed6216dd)

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorecipes-xfce/libxfce4ui: depends and autotools fixes
stephen.arnold42 [Tue, 18 Mar 2014 04:34:44 +0000 (21:34 -0700)]
recipes-xfce/libxfce4ui: depends and autotools fixes

Note: this patch (v3) obseletes previous versions

libxfce4ui_4.10.0.bb: Upstream changes required autotools and gettext (intl)
fixes, as well as moving the autogen stuff to a separate task.  Full depends
were also added (2 were converted to PACKAGECONFIG options) along with a
vendor config option.

(From meta-openembedded rev: b306212c8919a8638d5e97acfd6262bcbd3401ed)

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglmark2: Rework recipe to use the 'waf' class
Otavio Salvador [Tue, 18 Mar 2014 16:28:22 +0000 (13:28 -0300)]
glmark2: Rework recipe to use the 'waf' class

This removes the duplicated code and uses the OE-Core waf class.

(From meta-openembedded rev: 3a41db396dcf787a2167dad101cd2ebf084c5ee0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agompg123: upgrade to 1.19.0
Cristian Iorga [Tue, 18 Mar 2014 12:53:54 +0000 (14:53 +0200)]
mpg123: upgrade to 1.19.0

- switched to ${BP} variable;
- ${S} redundant, removed;
- option with-module-suffix=.so: load modules with .so extension;
- .la files are kept only for dev packages;
- clearer COPYING file, about contribution and licenses;
  no changes to licenses.

(From meta-openembedded rev: dee876f0e5a6412ba3e6bd7ab778761bd6491850)

Signed-off-by: Cristian Iorga <ubik3000@gmail.com>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agottf-dejavu: fix license warnings
Matthieu CRAPET [Mon, 17 Mar 2014 12:04:11 +0000 (13:04 +0100)]
ttf-dejavu: fix license warnings

Fix LICENSE value to drop warning messages:
WARNING: ttf-dejavu: No generic license file exists for: Bitstream in any provider
WARNING: ttf-dejavu: No generic license file exists for: Vera in any provider

(From meta-openembedded rev: db2ef357b289f1504d303cd64ed85db1b5205c9c)

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomusicpd/mpd: upgrade to 0.18.9
Cristian Iorga [Mon, 17 Mar 2014 09:05:17 +0000 (11:05 +0200)]
musicpd/mpd: upgrade to 0.18.9

* Upgrade fixes a crash with libvorbis 1.3.4;

(From meta-openembedded rev: 420bc238b68a7217513c7ca11a3a8ed5e71a2323)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomusicpd/mpd: bump to current upstream stable
Stephen Arnold [Mon, 17 Mar 2014 00:52:47 +0000 (17:52 -0700)]
musicpd/mpd: bump to current upstream stable

Bump music player daemon to the latest upstream stable release.
Same as previous 0.18.4 recipe with trivial updates.

(From meta-openembedded rev: b60437b89c3b4f8d70e10f810be3b8dae5ad330d)

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovlc: bump to v2.1.4
Tim Orling [Sun, 16 Mar 2014 03:51:16 +0000 (20:51 -0700)]
vlc: bump to v2.1.4

(From meta-openembedded rev: fd8e7e54e4ce496c7917f4feeffda981eb93aa20)

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenldap: add a dependency to make do_compile pass
Chong.Lu@windriver.com [Tue, 18 Mar 2014 09:15:58 +0000 (17:15 +0800)]
openldap: add a dependency to make do_compile pass

During compiling? we need soelim command provided by groff-native.
So add DEPENDS to fix this issue, else we will get following error:

/bin/sh: 15: soelim: not found

(From meta-openembedded rev: 2e9c4ac83496935ab208ef18a37aca82b0729d82)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>