Commit Graph

4557 Commits

Author SHA1 Message Date
Jackie Huang cba5550dd8 bonnie++: update to version 1.03e
Changes:
* use BPN in the file name in SRC_URI.
* install binaries in bindir and sbindir instead of base_bindir and base_sbindir.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:19:09 +02:00
Kang Kai 3852219dcd smartmontools: add PACKAGECONFIG and runtime dependency
Add PACKAGECONFIGs libcap-ng and selinux for smartmontools. And add
runtime dependency.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:10:14 +02:00
Kang Kai 206f81e218 smartmontools: add init script
Add init script smartd for smartmontools. Thought smartmontools provides
init script itself, but it checks distribution version that is not usable
for oe.

So add an init script for smartmontools which removes distribution
version check.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:10:14 +02:00
Kang Kai 314b713e7f smartmontools: update to 6.2
Update smartmontools for 6.1 to 6.2. Add description as well.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:10:13 +02:00
Ming Liu 09a7d20890 collectd: explicitly enable/disable libsensors support
To avoid an implicit build result.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:10:13 +02:00
Wenzong Fan f0cde44d55 collectd: fix init status
Fix init status to get it works with 'service --status-all'.

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>
2014-04-20 11:10:13 +02:00
Wenzong Fan 438d363331 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.

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>
2014-04-20 11:10:13 +02:00
stephen.arnold42 19141207ba 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)

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:24 +02:00
Denys Dmytriyenko ccb88f6570 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.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:24 +02:00
Trevor Woerner 49cb8758eb 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]
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:24 +02:00
Trevor Woerner e600be768e gtkmathview: fix qa issue
"configure was passed unrecognised options: --disable-binreloc"

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:23 +02:00
Trevor Woerner 72865f2062 gtkmathview: fix B!=S
This package does not support building out of a separate directory from the
source.

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:23 +02:00
Trevor Woerner 95f718e9d7 asio: package bump
This recipe had been failing to build, bumping to the latest stable release
resolves all build issues.

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 11:03:23 +02:00
Otavio Salvador 15ad638acf 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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:51:48 +02:00
Philip Balister 6041efb602 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.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:51:37 +02:00
Martin Jansa 8df46686a8 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:49:10 +02:00
Martin Jansa b1278bfe91 eve: move to new git repo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:49:10 +02:00
Martin Jansa 31e4ea131e efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7
* announcement:
  https://phab.enlightenment.org/phame/post/view/50/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:49:10 +02:00
Martin Jansa 996ee9bdf8 gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:49:10 +02:00
Martin Jansa 71a47f3e3f libbonoboui: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa fcb78f2714 tracker: remove --disable-introspection
* fixes QA warning:
  tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa e24114471b libgnomeprint: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa 04c16563fa libgnomecups: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa 10b899a23e 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.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa ddc70af341 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.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa 2d454103bb mousepad: add intltool-native and xfce4-dev-tools-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa 3a8b6eb37f libgnomecanvas: add intltool-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa ed6e2ff5af 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.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa a396118be3 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Martin Jansa d8d44aeb94 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa 5159767f69 metacity: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa a6949af8ef gtksourceview2: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa e009f61f3b goffice: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa 12659166ba zenity: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa eb61c5f506 gnome-themes: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa 49097b8266 gcr: inherit only gnomebase, gtk-icon-cache
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa 0159daca51 modemmanager: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:49 +02:00
Martin Jansa 9b10e7081c 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:44:18 +02:00
Martin Jansa ee2a97c31a libgnome-keyring: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa f6b750d365 gnome-disk-utility: inherit only gnomebase, gtk-icon-cache
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa 0e14a8d9ab libgdata: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa bd02bb56df libgtop: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa 85143eff2b gnome-bluetooth: inherit only gnomebase, gtk-icon-cache
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa 7cf606d1c8 dconf: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa a0759c2a69 babl: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa fe57633136 gnome-menus: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa 9d8eb1b417 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa be42e81ab1 elementary: remove --disable-web
* now handled by --with-elementary-web-backend in PACKAGECONFIG

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa 8082185860 libwnck*: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00
Martin Jansa c60d571228 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:43:31 +02:00