summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mongodb: update to 2.6Koen Kooi2014-04-206-34/+163
| | | | | | | Also fix build on armv5 Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: add explicit selinux support controlChong.Lu@windriver.com2014-04-201-0/+4
| | | | | | | | | package has configure options controlling selinux support, so we want to explicitly use them via PACKAGECONFIG. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: fix mlock() on vectors vma for ARM.Chong.Lu@windriver.com2014-04-202-0/+32
| | | | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autobahn: fix 'Missing sha256 SRC_URI checksum'Marc Ferland2014-04-201-0/+1
| | | | | Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: use BP instead of P to fix multilib buildsJackie Huang2014-04-201-1/+1
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: update version to 20130712-3.1Jackie Huang2014-04-202-18/+20
| | | | | | | | | Changes: - Add DESCRIPTION. - Include the complete version number in the bb file name. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libestr: use BP instead of P to fix multilib buildsJackie Huang2014-04-201-1/+1
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblockfile: set default mailgroup and install libnfslockJackie Huang2014-04-202-4/+65
| | | | | | | | | | * Set the default mailgroup to 'mail' or it will use 'root'. * Set --with-libnfslock so it builds and install libnfslock. * The patch is to fix nfslib build failure and add missing soname lib. * No need to override the do_install, set EXTRA_OEMAKE instead. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet: update version to 1.1.6Jackie Huang2014-04-202-11/+13
| | | | | | | | | | Changes: - use doc/COPYING instead of README as the license file - use BPN instead of PN to fix multilib build - rebase the fix-endianess-test.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dialog: update to version 1.1-20120706Jackie Huang2014-04-205-14/+12
| | | | | | | | | Changes: - add SUMMARY and HOMEPAGE - remove the use of INC_PR Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bonnie++: update to version 1.03eJackie Huang2014-04-202-32/+30
| | | | | | | | | 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>
* smartmontools: add PACKAGECONFIG and runtime dependencyKang Kai2014-04-201-0/+8
| | | | | | | | 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>
* smartmontools: add init scriptKang Kai2014-04-202-2/+120
| | | | | | | | | | | | 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>
* smartmontools: update to 6.2Kang Kai2014-04-202-13/+21
| | | | | | | 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>
* collectd: explicitly enable/disable libsensors supportMing Liu2014-04-201-1/+2
| | | | | | | | 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>
* collectd: fix init statusWenzong Fan2014-04-201-1/+12
| | | | | | | | 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>
* collectd: enable/disable libpq explicitlyWenzong Fan2014-04-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* gd: added upstream license file and fixed configure warningsstephen.arnold422014-04-202-2/+55
| | | | | | | | | | 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>
* linuxptp: fix and simplify recipe, drop dependency on kernelDenys Dmytriyenko2014-04-201-9/+2
| | | | | | | | | | | | | | | * 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>
* gtkmathview: fix build errorTrevor Woerner2014-04-202-0/+14
| | | | | | | | | | | | 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>
* gtkmathview: fix qa issueTrevor Woerner2014-04-201-2/+0
| | | | | | | "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>
* gtkmathview: fix B!=STrevor Woerner2014-04-201-1/+1
| | | | | | | | 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>
* asio: package bumpTrevor Woerner2014-04-203-13/+12
| | | | | | | | 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>
* libinih: Update to 25078f7Otavio Salvador2014-04-201-1/+1
| | | | | | | | 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>
* swig: Update to version 2.0.12 and fix cmake find swig issue.Philip Balister2014-04-203-10/+11
| | | | | | | | | | | * 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>
* efl: explicitly depend on lua5.1Martin Jansa2014-04-201-5/+11
| | | | | | | | * 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>
* eve: move to new git repoMartin Jansa2014-04-203-36/+52
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7Martin Jansa2014-04-203-6/+6
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/50/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependencyMartin Jansa2014-04-201-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonoboui: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tracker: remove --disable-introspectionMartin Jansa2014-04-201-1/+1
| | | | | | | * fixes QA warning: tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: remove infodirMartin Jansa2014-04-201-0/+4
| | | | | | | | * 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>
* lzip: remove infodirMartin Jansa2014-04-201-0/+4
| | | | | | | | * 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>
* mousepad: add intltool-native and xfce4-dev-tools-native dependencyMartin Jansa2014-04-201-1/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecanvas: add intltool-native dependencyMartin Jansa2014-04-201-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus: remove test-gui optionMartin Jansa2014-04-201-3/+1
| | | | | | | | | | | * 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>
* zram: include whole sysconfdir in PNMartin Jansa2014-04-201-1/+1
| | | | | | | | | | * 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>
* atftp: include whole sysconfdir in PNMartin Jansa2014-04-201-1/+1
| | | | | | | | | * 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>
* metacity: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtksourceview2: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* goffice: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zenity: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-themes: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcr: inherit only gnomebase, gtk-icon-cacheMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonobo: inherit only gnomebaseMartin Jansa2014-04-201-2/+2
| | | | | | | | | | | | * 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>
* libgnome-keyring: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: inherit only gnomebase, gtk-icon-cacheMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>