summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* samba: upgrade to 3.6.24Kang Kai2014-08-2329-1297/+19
| | | | | | | | | | | | Upgrade samba to latest 3.6.x version. * remove PR * remove backport CVE patches * update 4 patches: documentation.patch, documentation2.patch, undefined-symbols.patch and bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: uprev to version 3.15Jackie Huang2014-08-212-9/+8
| | | | | | | | - change to use tar.gz since bz2 is no longer provided in upstream - adjust the patch for new version Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: add systemd supportChen Qi2014-08-212-3/+19
| | | | | | | | Add hostapd.service file. The file mostly comes from Fedora20. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rabbitmq-c: add recipeMaciej Borzecki2014-08-151-0/+17
| | | | | | | | | rabbitmq-c is a C library providing an implementation of AMQP client for use with v2.0+ of the RabbitMQ broker Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openobex: remove unrecognized configure optionsMartin Jansa2014-08-111-2/+1
| | | | | | | | * fixes following QA warnings: openobex-1.5: openobex: configure was passed unrecognised options: --with-usb --with-bluez [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: add dbus-glib dependencyMartin Jansa2014-07-301-1/+1
| | | | | | | | | | | * otherwise fails with: | checking for MM... no | configure: error: Package requirements (dbus-glib-1 >= 0.86 glib-2.0 >= 2.18 gmodule-2.0 gobject-2.0) were not met: | | No package 'dbus-glib-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zeroc-ice: blacklist, because it's not compatible with default db-6* versionMartin Jansa2014-07-241-0/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gammu: Add missing glib-2.0 and udev build dependenciesJacob Kroon2014-07-221-1/+1
| | | | | | | | Since they are autodetected they introduce floating dependencies, so for now just require them at build time. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ser2net: change file used in LIC_FILES_CHKSUMMartin Jansa2014-07-221-1/+1
| | | | | | | | | | | | | | | | | * INSTALL file is automatically created by automake (now when it doesn't have implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878 causing do_configure task to fail with: ERROR: ser2net: md5 data is not matching for file://INSTALL;md5=0659eb117294c490ae3853facd7a6ddd ERROR: ser2net: The new md5 checksum is d0697e131465c2bdd0af3b07a84d2878 Use COPYING file which should be more stable. * adding foreing automake flag is maybe more correct solution, I wonder how many projects were changed like this, but silently (this failed only thanks to INSTALL file being used in LIC_FILES_CHKSUM) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnokii: Fix floating runtime dependenciesJacob Kroon2014-07-221-0/+5
| | | | | | | Add PACKAGECONFIG for bluez, libical, pcsc-lite, readline and usb. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rtorrent: add ncurses dependencyMartin Jansa2014-07-221-1/+1
| | | | | | | | | | | * otherwise fails with: | checking for NcursesW wide-character library... no | checking for Ncurses library... no | checking for Curses library... no | configure: error: requires either NcursesW or Ncurses library | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wvstreams: Add missing dbus/readline DEPENDS and use autotools-brokensepRichard Purdie2014-07-221-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* irssi: add --with-ncurses optionMartin Jansa2014-07-151-2/+3
| | | | | | | | | | | * otherwise do_configure tries to find ncurses.h on host and disables ncurses support when not found, then build fails because of missing -lcurses when using terminfo-core.o: | terminfo-core.o: In function `_set_bg': | /OE/irssi/0.8.15+0.8.16-rc1-r0/irssi-0.8.16-rc1/src/fe-text/terminfo-core.c:343: undefined reference to `tputs' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linuxptp: Use environment compiler settingsOtavio Salvador2014-07-152-3/+41
| | | | | | | | | | | | | | | | | | | If the machine uses hard floating point, the build fails as below: arm-oel-linux-gnueabi-gcc -Wall ... In file included from .../build/tmp/sysroots/imx6qsabresd/usr/include/features.h:402:0, from .../build/tmp/sysroots/imx6qsabresd/usr/include/errno.h:28, from clock.c:19: .../build/tmp/sysroots/imx6qsabresd/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory # include <gnu/stubs-soft.h> This patch fixes the build system to reuse the CC variable and also passes over the defined CFLAGS so the choosen optimization and build options are respected. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: uprev to 2.2Roy Li2014-07-153-3/+3
| | | | | | | Rename hostap-daemon as hostapd and uprev it to 2.2 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cppzmq : Adds C++ API for zeromq.Philip Balister2014-07-151-0/+19
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zero-mq : Add recipe.Philip Balister2014-07-151-0/+27
| | | | | | | | Builds on ARM and tests ran on Zynq. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Townsend <martin.townsend@xsilon.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix no newline at end of fileRobert Yang2014-07-151-1/+1
| | | | | | | | | Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-157-7/+7
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: fix dependency issue about tallocChong.Lu@windriver.com2014-07-151-1/+1
| | | | | | | Check whether to enable external talloc by PACKAGECONFIG. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phonet-utils: Fix build with B!=SRichard Purdie2014-07-151-1/+1
| | | | | | | This recipes doesn't use autotools so mark as brokensep. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependencyRichard Purdie2014-07-151-1/+1
| | | | | | | This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager, network-manager-applet, xfce4-power-manager, ↵Martin Jansa2014-06-211-0/+2
| | | | | | packagegroup-xfce-extended: Blacklist because of broken networkmanager after libgcrypt-config was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Security Advisory - CVE-2013-4475Chong.Lu@windriver.com2014-06-212-0/+103
| | | | | | | | | | | | | | Samba 3.x before 3.6.20, 4.0.x before 4.0.11, and 4.1.x before 4.1.1, when vfs_streams_depot or vfs_streams_xattr is enabled, allows remote attackers to bypass intended file restrictions by leveraging ACL differences between a file and an associated alternate data stream (ADS). http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4475 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Security Advisory - CVE-2013-4124Chong.Lu@windriver.com2014-06-212-0/+44
| | | | | | | | | | | | | Integer overflow in the read_nttrans_ea_list function in nttrans.c in smbd in Samba 3.x before 3.5.22, 3.6.x before 3.6.17, and 4.x before 4.0.8 allows remote attackers to cause a denial of service (memory consumption) via a malformed packet. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4124 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: fix two CVEs CVE-2013-0213 CVE-2013-0214Chong.Lu@windriver.com2014-06-212-0/+161
| | | | | | Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: fix parsing linemarkers in preprocessor outputChong.Lu@windriver.com2014-06-212-0/+69
| | | | | | | | | | | | | | | When PIDL calls out to C preprocessor to expand IDL files and parse the output, it filters out linemarkers and line control information as described in http://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html and http://gcc.gnu.org/onlinedocs/cpp/Line-Control.html#Line-Control With gcc 4.8 stdc-predef.h is included automatically and linemarker for the file has extended flags that PIDL couldn't parse ('system header that needs to be extern "C" protected for C++') Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Security Advisory - CVE-2013-4496Chong.Lu@windriver.com2014-06-212-0/+967
| | | | | | | | | | | | | Samba 3.x before 3.6.23, 4.0.x before 4.0.16, and 4.1.x before 4.1.6 does not enforce the password-guessing protection mechanism for all interfaces, which makes it easier for remote attackers to obtain access via brute-force ChangePasswordUser2 (1) SAMR or (2) RAP attempts. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4496 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmtp: add missing dependency on virtual/libiconvRichard Purdie2014-06-211-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing gtk-doc class dependenciesRichard Purdie2014-06-211-1/+1
| | | | | | | | * These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing pkgconfig class inheritsRichard Purdie2014-06-214-5/+4
| | | | | | | | * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libftdi, soft66: Blacklist, because of libftdi is broken without libusb-configMartin Jansa2014-06-211-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: Blacklist because of broken with B!=SMartin Jansa2014-06-211-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet: fix build issue with package upgradeArmin Kuster2014-06-213-63/+19
| | | | | | | | | | The main issue was the endianess detection. The ac override did not work. The current version has updated automake and autoconf files that address better endianess detection and it plays well with YP autotools. Build tested on all qemus arches. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq fix compilationMaxim Uvarov2014-06-101-3/+4
| | | | | | | | | | | preset paths to remove that error: /meta-oe/recipes-connectivity/daq/daq_2.0.2.bb ./config.log:cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories] Also this patch add required libdnet dependency. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: fix compilationMaxim Uvarov2014-06-101-1/+4
| | | | | | | | | | | preset paths to remove that error: /meta-oe/recipes-connectivity/daq/daq_2.0.2.bb ./config.log:cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories] Also this patch add required libdnet dependency. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zeroc-ice : Add recipe.Philip Balister2014-06-102-0/+369
| | | | | | | | | | Oh the pain. Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio. Update Upstream-Status for build system patch. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: correct test libs install sourceAsh Charles2014-06-101-1/+1
| | | | | | | | When building out-of-tree, the test binaries are available in the build directory, not the source directory. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openobex: fix detection of IrDA during configure with B!=SPaul Eggleton2014-06-102-1/+18
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmtp: Fix 'Makefile.am: No such file or directory' build error.Charles Oram2014-05-151-2/+2
| | | | | | | | * skip_udev_rules_generation() needs to reference Makefile.am in the recipe source directory. Signed-off-by: Charles Oram <charles@oram.co.nz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist ↵Martin Jansa2014-05-091-0/+5
| | | | | | | | | | recipes failing in world builds * these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: explicitly disable nfq and ipq modulesMartin Jansa2014-05-071-1/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: Update from 2.0.1 to 2.0.2Alex Lennon2014-05-071-2/+2
| | | | | | | daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: Updated to version 1.2Dan McDougall2014-05-045-21/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | This new version of Gate One uses a new configuration file format which means the old server.conf is gone. It now stores configuration files in /etc/gateone/conf.d. The /opt/gateone directory is also gone and instead the package installs like a regular Python module in site-packages. SSL certificates/keys are stored in /etc/gateone/ssl/. The new version requires python-tornado 3.1.1 (which was submitted earlier today) and the python-futures package (which was also submitted today). An 80oe.conf file has been added specific to OpenEmbedded that replaces the old pre-configured server.conf functionality. The old patch that removes the init script checks has been deprecated by the use of the --skip_init_scripts option which is now being passed to setup.py. Lastly, Gate One 1.2 is about twice as fast (benchmarked) as Gate One 1.1 on the Beaglebone platform. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree ↵Khem Raj2014-05-032-2/+2
| | | | | | | | | builds These recipes are not ready yet Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Add talloc PACKAGECONFIGJate Sujjavanich2014-04-201-2/+2
| | | | | | | | | * fix DEPENDS which was triggering rebuild Use PACKAGECONFIG to properly provide the option for libtalloc Signed-off-by: Jate Sujjavanich <jatedev@gmail.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>
* 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>
* 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>
* modemmanager: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>