summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* samba: Split libnss-winbind packageOtavio Salvador2013-02-163-6/+7
| | | | | | | | | This allows for applications to resolv wins without the winbindd and sambad. Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtorrent: Integrated version 0.9.3Andrei Gherzan2013-02-162-0/+110
| | | | | | | Add patch to avoid running AC_RUN_IFELSE code while configuring package. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtorrent: Integrated version 0.13.3Andrei Gherzan2013-02-162-0/+111
| | | | | | | Add patch to avoid running AC_RUN_IFELSE code while configuring package. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: add e2fsprogs dependencyIan Reinhart Geiser2013-02-011-1/+3
| | | | | | | | | | | | Krb5 needs libcom_err from e2fsprogs to be built. It looks like in some cases if e2fsprogs was built before krb5 this would silently pass. * add that e2fsprogs dependency explicitly. * added back the PR and updated its value to r1. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Use PACKAGECONFIG so users can tweak build options.Philip Balister2013-01-271-4/+26
| | | | | | | | | | | | | | | I hear from users that they are fiddling with the recipe to build gnuradio with different options for various purposes. Start adding PACKAGECONFIG support to reduce user editing of the recipe. Currently these options are supported: uhd : enable support for UHD based hardware. grc: Build gnuradio companion. qtgui: Build the qtgui component. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: fix QA warningsMartin Jansa2013-01-251-1/+1
| | | | | | | | | * gateone-1.1: gateone: Files/directories were installed but not shipped /var/volatile /var/volatile/log /var/volatile/log/gateone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnuradio : Update to version 3.6.3.Philip Balister2013-01-181-11/+11
| | | | | | | | * Fix packaging issues for the examples package. * Disable build for machines without neon, since cmake detection is broken. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd : Update to version 3.5.0.Philip Balister2013-01-182-7/+6
| | | | | | | | This version drops the usrp E100 utilities. Also, the recipe depends on python-cheetah-native now. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd-firmware : Update to version 3.5.0.Philip Balister2013-01-181-3/+3
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* HostAP-daemon patch to make it compile with libnl 3.2Damien RANNOU2013-01-032-1/+2
| | | | | Signed-off-by: Damien RANNOU <damien.rannou@diateam.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: reconfigure for aarch64Riku Voipio2013-01-031-1/+2
| | | | | | | krb5 needs reconfigure, since the current config.sub included doesn't include aarch64. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: add new package libwbclient to avoid libsmbclient dragging in sambaAndreas Müller2012-12-272-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | To find which dependency dragged in samba in folder image readelf was performed: > readelf -d usr/lib/libsmbclient.so Dynamic section at offset 0x4bfec0 contains 36 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x00000001 (NEEDED) Shared library: [libtalloc.so.2] 0x00000001 (NEEDED) Shared library: [libtdb.so.1] 0x00000001 (NEEDED) Shared library: [libwbclient.so.0] 0x00000001 (NEEDED) Shared library: [libresolv.so.2] 0x00000001 (NEEDED) Shared library: [libnsl.so.1] 0x00000001 (NEEDED) Shared library: [libdl.so.2] 0x00000001 (NEEDED) Shared library: [librt.so.1] 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libpthread.so.0] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x0000000e (SONAME) Library soname: [libsmbclient.so.0] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttpd: change SRC_URI to mirror with old archive still availableMartin Jansa2012-12-231-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udh: inherit pythonnativeMartin Jansa2012-12-231-2/+2
| | | | | | | | | | | | * fails without: | -- Configuring the python interpreter... | -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) | -- Python interpreter: PYTHON_EXECUTABLE-NOTFOUND | -- Override with: -DPYTHON_EXECUTABLE=<path-to-python> | CMake Error at cmake/Modules/UHDPython.cmake:54 (MESSAGE): | Error: Python interpretor required by the build system. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-232-2/+2
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: disable avahi and build without aclFahad Usman2012-12-212-1/+3
| | | | | | | | | disable avahi and acl to avoid some random build failures. We do not want samba to auto-detect the presence of avahi and/or acl, explicitly disabling or enabling them guarantees a more predictable build process Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: fix path to recipe and upgrade to 1.11Martin Jansa2012-12-181-0/+39
| | | | | | | | | | | | | * drop PR * fix FILES_${PN}-doc * fix QA warnings: WARNING: QA Issue: krb5: Files/directories were installed but not shipped /usr/share/gnats /usr/share/gnats/mit and RPATH entries Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Fix build on Fedora 17Ting Liu2012-12-162-4/+5
| | | | | | | | | | | | | | * Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl * This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl is needed by samba-3.6.8-r3.ppce5500 * MJ: fixed whitespaces Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: added gnu-configize for AArch64 supportMarcin Juszkiewicz2012-12-161-0/+1
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: update to 0.6.0.0Marcin Juszkiewicz2012-12-162-101/+9
| | | | | | | | * All *.a files moved to -staticdev * MJ: fixed *.la packaging Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: fix unpackaged filesMartin Jansa2012-12-111-3/+3
| | | | | | | | | | | | * fixes: gateone-1.1: gateone: Files/directories were installed but not shipped /usr /usr/lib /usr/lib/python2.7 /usr/lib/python2.7/site-packages /usr/lib/python2.7/site-packages/gateone-1.1-py2.7.egg-info Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: remove empty /sbinMartin Jansa2012-12-112-1/+2
| | | | | | | | * fixes: samba-3.6.8: samba: Files/directories were installed but not shipped /sbin Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnfnetlink: move to meta-networking and update to 1.0.1Paul Eggleton2012-12-071-18/+0
| | | | | | | | * Fix SRC_URI checksum to not be version-specific * Refer to new COPYING file in LIC_FILES_CHKSUM (previously none was distributed) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* samba: split winbind into winbind and libwinbindMario Domenech Goulart2012-12-041-10/+11
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obexd: move to meta-gnome due to libical dependencyMarcin Juszkiewicz2012-12-041-21/+0
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* midori: move to meta-gnome due to libnotifyMarcin Juszkiewicz2012-12-041-45/+0
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* ptpd: removePaul Eggleton2012-11-292-46/+0
| | | | | | Version 2.0.0 is now in meta-networking. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* samba: update waf-as-source.patch to applyMartin Jansa2012-11-292-5/+1
| | | | | | | | | | | | | | | | | | * and Applying patch waf-as-source.patch ... File buildtools/bin/waf-svn is not empty after patch; not deleting ... Patch waf-as-source.patch does not apply (enforce with -f) I've dropped this chunk and now it builds * there is also WARNING about unpackaged but empty base_sbindir WARNING: QA Issue: samba: Files/directories were installed but not shipped /sbin created by do_install in samba.inc but used only when cifs is built, maybe we should remove it from samba.inc now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inetutils : Update to 1.9.1chunrong guo2012-11-2710-533/+0
| | | | | | | | | | | | | | | * There are difference spaces between inetutils-1.8/COPYING and inetutils-1.9.1/COPYING,so md5sum is changed. * the following patches are accepted by inetutils 1.9.1 upstream inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch inetutils-1.8-1004-detect-fork-support.patch inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch Signed-off-by: Chunrong Guo <b40290@freescale.com>
* gammu: import from OE-classic and upgrade to 1.32.0Eric BENARD2012-11-273-0/+308
| | | | | | | | | | - provide default configuration files for both gammu and gammu-smsd - enable MySQL support - enable libdbi support Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Remove PRIORITYPaul Eggleton2012-10-283-3/+0
| | | | | | We don't set this field in recipes anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* samba: update documentation2.patch to applyMartin Jansa2012-10-262-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fails here because of non-ASCII characters: ERROR: Command Error: exit status: 1 Output: Applying patch documentation2.patch patching file docs-xml/manpages-3/nmbd.8.xml patching file docs-xml/manpages-3/samba.7.xml patching file docs-xml/manpages-3/smb.conf.5.xml patching file docs-xml/manpages-3/smbd.8.xml patching file docs-xml/using_samba/appd.xml patching file docs-xml/using_samba/ch01.xml patching file docs-xml/using_samba/ch07.xml patching file docs/htmldocs/manpages/nmbd.8.html patching file docs/htmldocs/manpages/samba.7.html patching file docs/htmldocs/manpages/smb.conf.5.html patching file docs/htmldocs/manpages/smbd.8.html patching file docs/manpages/nmbd.8 patching file docs/manpages/samba.7 patching file docs/manpages/smb.conf.5 patching file docs/manpages/smbd.8 patching file examples/tridge/smb.conf patching file swat/lang/tr/help/welcome.html Hunk #1 FAILED at 40. Hunk #2 succeeded at 66 with fuzz 2. 1 out of 2 hunks FAILED -- rejects in file swat/lang/tr/help/welcome.html Patch documentation2.patch does not apply (enforce with -f) ERROR: Function failed: patch_do_patch ERROR: Logfile of failure stored in: /OE/jansa-test/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/samba-3.6.8-r0/temp/log.do_patch.2937 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* loudmouth: depend on libcheck instead of checkMartin Jansa2012-10-261-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: inherit valaMartin Jansa2012-10-261-3/+3
| | | | | | * we need to export XDG_DATA_DIRS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: update to version 3.6.8Otavio Salvador2012-10-2429-47/+21995
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* smbnetfs: add recipe for smbnetfs, a fuse filesystem for windows networksSander van Grieken2012-10-241-0/+16
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sshfs-fuse : Import recipe from Openembedded Classic.Philip Balister2012-10-191-0/+19
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* soft66: added missing AM_PROG_ARMarcin Juszkiewicz2012-10-102-1/+16
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* modemmanager: do not include glib private headersMarcin Juszkiewicz2012-10-102-1/+99
| | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* cherokee: bump PR to enable mysql supportPaul Eggleton2012-10-091-1/+1
| | | | | | | This needs a PR bump after the fix to mysql_config. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: update to 3.6jackie huang2012-10-091-6/+7
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd,fuse: Fix misplaced quotationsKhem Raj2012-09-281-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge branch 'xfce-4.10' of ↵Koen Kooi2012-09-261-2/+2
|\ | | | | | | git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded
| * midori: update to 0.4.6Andreas Müller2012-09-181-2/+2
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* | libnfnetlink: use a correct LIC_FILES_CHKSUMZhenhua Luo2012-09-201-1/+3
|/ | | | | | | | | | The current LIC_FILES_CHKSUM checks the copyright/license from the generated Makefile.in, this is not correct. Since there is no seperated license/copying file, this fixes it to use license content in src/libnfnetlink.c instead. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: unbreak build with latest kernel headersAndreas Müller2012-09-172-1/+50
| | | | | | | | | | nm-ppp-manager.c: In function 'monitor_cb': | nm-ppp-manager.c:307:23: error: storage size of 'req' isn't known | make[5]: *** [libppp_manager_la-nm-ppp-manager.lo] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libimobiledevice: add recipe for Apple products protocol supportSander van Grieken2012-09-061-0/+21
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ifuse: add recipe to expose files on Apple devices via fuseSander van Grieken2012-09-061-0/+15
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usbmuxd 1.08: add recipe to talk to iDevicesKoen Kooi2012-08-311-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>