summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xfsdump: add new recipeJagadeesh Krishnanjanappa2015-08-312-0/+241
| | | | | | | | | | | The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files to a specified disk, tape or other storage medium. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dmapi: add new recipeJagadeesh Krishnanjanappa2015-08-313-0/+273
| | | | | | | | | | | | The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures.This interface is implemented by the libdm library. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libftdi: set correct LIB_SUFFIX for multilibYi Zhao2015-08-311-0/+2
| | | | | | | | | | | | | | | | Fix QA issue when enable multilib: ERROR: QA Issue: libftdi: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libftdipp1.so /usr/lib/libftdi1.so /usr/lib/libftdipp1.so.2.1.0 /usr/lib/libftdi1.so.2 /usr/lib/libftdipp1.a /usr/lib/libftdipp1.so.2 [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>
* ltrace: 7.2 -> 7.3Kai Kang2015-08-313-35/+42
| | | | | | | | | | | Upgrade ltrace from 7.2 to 7.3. * update SRC_URI and SRCREV * drop backport patch 0001-In-Linux-backend-initialize-linkmap-struct.patch * fix error when compile with gcc 5.2 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvpx: 1.3.0 -> 1.4.0Kai Kang2015-08-313-67/+25
| | | | | | | | | | * update SRC_URI * remove re-definition of S * drop backport patch 0001-configure.sh-quote-local-variables.patch * update context of libvpx-configure-support-blank-prefix.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Move SRC_URI from Google Code to github.Philip Balister2015-08-311-3/+3
| | | | | | | I chose the rev that matched the existing recipe version. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efibootmgr: fix build error with gcc 5.2Kai Kang2015-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | It fails to build efibootmgr with gcc 5.2: src/lib/disk.o: In function `disk_get_scsi_pci': src/lib/disk.c:154: undefined reference to `get_scsi_pci' src/lib/efi.o: In function `make_edd30_device_path': src/lib/efi.c:474: undefined reference to `get_scsi_idlun' collect2: error: ld returned 1 exit status Because functions get_scsi_pci and get_scsi_idlun are declared as inline. It has different semantics for inilne function between gcc 4 and gcc 5. Pass flag '-fgnu89-inline' to gcc to fix the errors. Ref: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sg3-utils: upgrade to 1.41Roy Li2015-08-311-2/+2
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcms: upgrade 2.6->2.7Roy Li2015-08-311-2/+2
| | | | | | | 2.7 is a maintenance release Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iso-codes: remove the recipe due to its move to oe-coreAlexander Kanavin2015-08-311-17/+0
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome: add explicit bz2 compress type to older packagesAlexander Kanavin2015-08-3132-1/+32
| | | | | | | The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geoclue: add PACKAGECONFIG for geoipMartin Jansa2015-08-311-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tracker: remove dependency on gaminMartin Jansa2015-08-311-1/+1
| | | | | | | | * gamin was removed from oe-core, Ross said it's not dependency of tracker anymore: https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg42889.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gupnp-igd: fix missing dependenciesMartin Jansa2015-08-311-1/+1
| | | | | | | | | | * add gobject-introspection-stub-native to fix: | doc/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | libgupnp-igd/Makefile.am:65: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL * add sqlite3 to fix: WARNING: QA Issue: gupnp-igd rdepends on libsqlite3, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* oscam: respect *flags set from OEMartin Jansa2015-08-312-1/+41
| | | | | | | | * build with -mfloat-abi=hard are failing with: sysroots/foo/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory because cmake wasn't respecting *flags set from OE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyinotify: Add new recipeDominic Sacré2015-08-313-16/+18
| | | | | | | | Use a common .inc file for the python-pyinotify and python3-pyinotify recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyserial: Add new recipeDominic Sacré2015-08-313-20/+27
| | | | | | | | | Use a common .inc file for the python-pyserial and python3-pyserial recipes. Remove ${bindir}/miniterm.py from the Python 3 version of the package. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-decorator: Add new recipeDominic Sacré2015-08-313-21/+23
| | | | | | | | Use a common .inc file for the python-decorator and python3-decorator recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-cython: Add new recipeDominic Sacré2015-08-313-19/+40
| | | | | | | | | Use a common .inc file for the python-cython and python3-cython recipes. Add suffix '3' to scripts in ${bindir} to avoid conflict between the two packages. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-lxml: Add new recipeDominic Sacré2015-08-313-33/+34
| | | | | | | Use a common .inc file for the python-lxml and python3-lxml recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyserial: Upgrade 2.4 -> 2.7Dominic Sacré2015-08-311-4/+3
| | | | | | | The md5 checksum of LICENSE.txt changed due to updated copyright dates. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-decorator: Upgrade 3.4.2 -> 4.0.2Dominic Sacré2015-08-311-3/+3
| | | | | | | | Change LIC_FILES_CHKSUM to use LICENSE.txt which is now included in the tarball. The license itself did not change. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: Upgrade 0.20.2 -> 0.23.1Dominic Sacré2015-08-311-2/+2
| | | | | Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* tcpdump: add PACKAGECONFIG for smiMartin Jansa2015-08-311-0/+1
| | | | | | | | | | | | | | | | | | * libsmi is autodetected in configure, but in most cases disabled because of cross-compilation so keep it explicitly disabled * resolves following difference in builds with and without libsmi built before tcpdump: 4.7.4-r0-with/temp/log.do_configure:checking smi.h usability... yes 4.7.4-r0-with/temp/log.do_configure:checking smi.h presence... yes 4.7.4-r0-with/temp/log.do_configure:checking for smi.h... yes 4.7.4-r0-with/temp/log.do_configure:checking for smiInit in -lsmi... yes 4.7.4-r0-with/temp/log.do_configure:checking whether to enable libsmi... not when cross-compiling 4.7.4-r0-without/temp/log.do_configure:checking smi.h usability... no 4.7.4-r0-without/temp/log.do_configure:checking smi.h presence... no 4.7.4-r0-without/temp/log.do_configure:checking for smi.h... no 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>
* cim-schema-exper: add new recipe for openlmileimaohui2015-08-313-0/+64
| | | | | | | | - Cim-schema-exper(Experimental-MOFs) is dependence of openlmi. - Cim-schema_2.40.0.bb is renamed to cim-schema-final_2.40.0.bb. 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>
* dhcp: fix parsing warningMartin Jansa2015-08-241-4/+4
| | | | | | | | * fixes: WARNING: Variable key FILES_${PN}-client (${base_sbindir}/dhclient ${base_sbindir}/dhclient-script ${sysconfdir}/dhcp/dhclient.conf) replaces original key FILES_dhcp-client ( ${systemd_unitdir}/system/dhclient.service). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: using PKG_CHECK_MODULES to found headers and libraries for smbclientBian Naimeng2015-08-242-1/+44
| | | | | | | | | | | | | | | | After samba was upgraded to 4.x, headers of smbclient were installed into include/samba-4.0/, so we should using PKG_CHECK_MODULES to found headers and libraries for smbclient to avoid error as below. ${WORKDIR}/git/src/samba.c | smbnetfs/git-r0/git/src/smb_conn_srv.c:12:26: fatal error: libsmbclient.h: No such file or directory #include <libsmbclient.h> | ^ | compilation terminated. | make[2]: *** [smb_conn_srv.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... Signed-off-by: Bian Naimeng <biannm@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>