summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* synergy: project has moved from synergy.googlecode.comRudolf J Streif2015-08-312-24/+34
| | | | | | | | | | | | | | | The synergy project on synergy.googlecode.com is defunct. The sources cannot be downloaded from there anymore. The new project home is synergy-project.org, but sources can only be downloaded from ther with a login. The source code repo is on github.com/synergy. New recipe to check out the code from GitHub. The code contains zip archives for gmock and gtest, which need to be extracted before do_configure. The license file has changed from COPYING to LICENSE. The authors apparently added their copyright information before the GPLv2 license text. Hence, the md5sum is different. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
* openwsman: modified SRC_URI to gitleimaohui2015-08-311-3/+5
| | | | | | | not use github archives anymore, they are regenerated from time to time with different checksums. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt: fix the hardcoded libdirYi Zhao2015-08-311-0/+1
| | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: libconnman-qte: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libconnman-qtopia.prl /usr/lib/libconnman-qtopia.so.1.0 /usr/lib/libconnman-qtopia.so.1.0.50 /usr/lib/libconnman-qtopia.so [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* libqofono: fix the hardcoded libdirYi Zhao2015-08-311-0/+1
| | | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: libqofono: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libqofono.so.0.1.0 /usr/lib/libqofono.so.0 /usr/lib/libqofono.so.0.1 /usr/lib/libqofono.so /usr/lib/libqofono.prl [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* qt-creator: pass correct IDE_LIBRARY_BASENAMEYi Zhao2015-08-311-0/+2
| | | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: qt-creator: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/qtcreator /usr/lib/qtcreator/libQmlJS.so.1 /usr/lib/qtcreator/libQmlEditorWidgets.so /usr/lib/qtcreator/libUtils.so.1 /usr/lib/qtcreator/libCPlusPlus.so [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* openwsman: pass correct libdir to cmakeYi Zhao2015-08-311-1/+1
| | | | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: openwsman: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwsman_clientpp.so /usr/lib/libwsman_client.so /usr/lib/libwsman.so.1.0.0 /usr/lib/libwsman.so /usr/lib/libwsman_client.so.4 [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* wbxml2: set correct LIB_SUFFIX for multilibYi Zhao2015-08-311-0/+2
| | | | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: wbxml2: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwbxml2.so.0.0.17 /usr/lib/libwbxml2.so /usr/lib/libwbxml2.so.0 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libwbxml2.so.0.0.17 /usr/lib/pkgconfig/libwbxml2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* opencv_2.4: Update HOMEPAGERicardo Ribalda Delgado2015-08-311-1/+1
| | | | | | | | | | | | | | | | Old link is dead ricardo@neopili:~$ wget http://opencv.willowgarage.com/wiki/ --2015-08-19 17:12:44-- http://opencv.willowgarage.com/wiki/ Resolving opencv.willowgarage.com (opencv.willowgarage.com)... 70.35.54.199 Connecting to opencv.willowgarage.com (opencv.willowgarage.com)|70.35.54.199|:80... failed: Connection timed out. Retrying. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv_2.4: Remove unused INSANE_SKIP lineRicardo Ribalda Delgado2015-08-311-1/+0
| | | | | | Credits-to: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv_2.4: Update LICENSERicardo Ribalda Delgado2015-08-311-1/+1
| | | | | | | | | | | | LICENSE file at the root of the opencv repo says: License Agreement For Open Source Computer Vision Library (3-clause BSD License) Credits-to: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: update to 5.5.45Koen Kooi2015-08-314-51/+9
| | | | | | | This is the latest release in the 5.5.x stable series. The CVE patch has been applied upstream. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: fix tarball fetch URLMario Domenech Goulart2015-08-311-1/+1
| | | | | | | | http://mirror.stshosting.co.uk/mariadb responds with a 404 error, so use http://archive.mariadb.org instead. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openlmi: add openlmileimaohui2015-08-317-0/+227
| | | | | | | | OpenLMI = Open Linux Management Infrastructure. OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcb: add new recipe for openlmileimaohui2015-08-319-0/+268
| | | | | | | Sblim-sfcb is dependence of openlmi. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcCommon: add new recipeleimaohui2015-08-311-0/+25
| | | | | | | Sblim-sfcCommon is dependence of sblim-sfcb. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: add new recipe for openlmileimaohui2015-08-315-0/+167
| | | | | | | Konkretcmpi is dependence of openlmi. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmpi-bindings: add new recipeleimaohui2015-08-317-0/+221
| | | | | | | Cmpi-bindings is the dependence of openlmi. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: upgrade to 4.1.12Bian Naimeng2015-08-2466-22932/+35319
| | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* libldb: add new recipeBian Naimeng2015-08-242-0/+103
| | | | | | libldb is required by samba4 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* talloc: upgrade to 2.1.1Bian Naimeng2015-08-244-95/+45
| | | | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* libtevent: add new recipeBian Naimeng2015-08-242-0/+46
| | | | | | libtevent is required by samba4 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* libtdb: add new recipeBian Naimeng2015-08-242-0/+45
| | | | | | libtdb is required by samba4 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* ctdb: add new recipeBian Naimeng2015-08-243-0/+83
| | | | | | ctdb is required by samba4 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* waf-samba: add new classBian Naimeng2015-08-241-0/+51
| | | | | | waf-samba is a build system used by samba related software Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
* ipmiutil: add new packageArmin Kuster2015-08-242-0/+378
| | | | | Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epeg: Move tool out of efl + update to latest versionAndreas Baak2015-08-241-0/+13
| | | | | | | | | | | | | | | | | | | | | | The epeg tool was originally developed in the efl project and was replaced by the evas package in efl long ago. The old, unmaintained source code of epeg is still available from an efl legacy repository https://svn.enlightenment.org/svn/e/OLD/. Updates and improvements to epeg have been developed and collected in a new github repository. This patch deletes the deprecated package from the efl project and introduces a new recipe that installs the updated epeg tool. In the license file, one copyright line has been added which indicates the authors of the tool. Moreover, in the license text, one sentence has been removed which elaborated on what is meant by "making the source code available publicly". However, the license still remains an MIT style license. Signed-off-by: Andreas Baak <andreas.baak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* scsirastools: add new recipeJagadeesh Krishnanjanappa2015-08-241-0/+41
| | | | | | | | | | | The scsirastools were designed to add to the Serviceability of disk devices under Linux so that the system does not have to be rebooted or taken out of service to perform common maintenance or service functions. Devices handled by scsirastools include SCSI, Linux software RAID, SAS, SATA, and USB storage devices (some via SCSI emulation). Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uim: use _remove operator to drop silent rulesYi Zhao2015-08-241-1/+1
| | | | | | | | | | | When MACHINE=qemux86-64 and enable multilib, lib32-uim fails to build because CONFIGUREOPTS isn't expanded correctly. See similar issue: http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: upgrade 4.3.22 -> 4.3.30Yi Zhao2015-08-241-2/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sgpio: fix PN -> BPN for multilibYi Zhao2015-08-241-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjs-jquery: upgrade 1.7.1 -> 1.7.2Li xin2015-08-241-5/+5
| | | | | | | LICENSE has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: use class-native instead of deprecated virtclass-native.Ross Burton2015-08-245-8/+8
| | | | | | virtclass overrides are deprecated, so use class overrides instead. Signed-off-by: Ross Burton <ross.burton@intel.com>
* imagemagick: upgrade 6.9.1 -> 6.9.2Roy Li2015-08-241-3/+3
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: upgrade to 2.1.1Roy Li2015-08-242-42/+2
| | | | | | | | remove fix-the-subdir-objects-error.patch, a same fix has been merged into source code. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: upgrade to 7.6.1Roy Li2015-08-245-237/+14
| | | | | | | | | | | | 1. remove two backport patch: 0001-bugfix-potential-abort-during-HUP.patch and 0001-remove-memleak-introduced-by-GenerateLocalHostName-H.patch 2. update the patch json-0.12-fix.patch 3. remove a obsolete patch rsyslog-use-serial-tests-config-needed-by-ptest.patch 4. update the Dependence 5. update the checksum Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblogging: add the recipeRoy Li2015-08-241-0/+23
| | | | | | | rsyslog 7.6.1 needs it Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libestr: upgrade to 0.1.10Roy Li2015-08-241-2/+2
| | | | | | | rsyslog 7.6.1 needs the new version libestr Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sdparm: upgrade to 1.09Roy Li2015-08-241-2/+2
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: upgrade to 5.5.0Roy Li2015-08-245-147/+41
| | | | | | | | | | | | | | | 1. remove two patch glibc-2.20-compatiblity.patch and 0001-netlink-ensure-size_t-portability-in-DEBUG-statement.patch, which have been merged into 2. update collectd-version.patch 3. redefine the collectd dependence 4. update the license, lots of components have been relicensed to the MIT license, and The majority of plugins is licensed either under the "MIT License" or the "GNU General Public License" 4. update the checksum Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: upgrade 1.8.6 -> 1.8.13Li xin2015-08-241-5/+4
| | | | | | | | | * Remove PR * Modify chksum of COYING,since the explain of GPLv3+ is added, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: fix the ptest buildingRoy Li2015-08-242-5/+48
| | | | | | | | | after upgrade, binary files are installed into test/.libs/, so fix the install ptest. redesign test Makefile rule Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: upgrade 2.0.3 -> 2.0.4Li xin2015-08-241-3/+3
| | | | | | | License COPYRIGHT year changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gradm: upgrade 3.0 -> 3.1Li xin2015-08-241-3/+3
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* takao-fonts: upgrade 003.02.01 -> 003.03.01Li xin2015-08-241-6/+4
| | | | | | | The SRC_URI has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pavucontrol: update to 3.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: update to 1.0.4Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: update to 2.36.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cairomm: update to 1.11.2Andreas Müller2015-08-241-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mm-common: update to 0.9.8Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glibmm: update to 2.44.0Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>