summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* rp-pppoe: Port from oe.devTom Rini2011-07-269-0/+385
| | | | | | | | | | | The difference between this and oe.dev are: - Reset PR - Add bitfields site variable to the endian site file This was wrong in oe.dev for BE (mips). - Add LIC_FILES_CHKSUM Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openvpn: import from openembeddedMartin Jansa2011-07-263-0/+153
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: remove if_alg.h test from configureMartin Jansa2011-07-211-1/+3
| | | | | | * we're not building alg-test and if_alg.h needs newer linux-libc-headers than many distributions prefer now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: add missing dependency usbpathMartin Jansa2011-07-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.95, fix packagingKoen Kooi2011-07-211-4/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.76Koen Kooi2011-07-203-19/+4
| | | | | | The libnl patch isn't needed anymore, the wifi-scan util is gone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-143-3/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* connman: update to 0.75Koen Kooi2011-07-132-8/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori 0.3.6: fix source checksumsKoen Kooi2011-07-121-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iw: add 0.9.20Koen Kooi2011-07-012-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obex-data-server: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obexd: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openobex 1.5: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-193-0/+60
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: add 0.3.6Koen Kooi2011-06-192-0/+46
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio: update to 3.4.0 and clean upKoen Kooi2011-06-194-9/+112
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix striplevel of patchKoen Kooi2011-06-191-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udh-firmware: sync with OE .devKoen Kooi2011-06-173-11/+12
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: fix build, update SRCREVKoen Kooi2011-06-173-3/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori 0.2.9: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-153-0/+40
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* samba 3.5.6: import from OE rev a54456425ea3ce4c7cdfa958cec3ba34539cfeecKoen Kooi2011-06-1315-0/+708
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* avahi-ui: add 0.6.30Koen Kooi2011-06-104-0/+90
| | | | | | Reuse as much as possible from oe-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman 0.74: enable ntp pluginKoen Kooi2011-06-082-5/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.74Koen Kooi2011-06-021-3/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: enable service when using systemdKoen Kooi2011-06-022-2/+22
| | | | | | and split out systemd files as a subpackage Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix systemd packagingKoen Kooi2011-05-302-2/+2
| | | | | | connman uses a slightly different configure option to enable systemd Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: add gnutls to depends and move iptables dependency also to .inc fileMartin Jansa2011-05-272-3/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix systemd packagingKoen Kooi2011-05-272-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4 4.93: add missing udev depKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.93Koen Kooi2011-05-241-5/+7
| | | | | | | * package udev rules * hid2hci is back, package that as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dnsmasq(-dbus): import from oe.dev, needed for connman nowMartin Jansa2011-05-105-0/+391
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: drop older 0.72Martin Jansa2011-05-101-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: add recipe for the latest released version 0.73Simon Busch2011-05-102-0/+36
| | | | | | * MJ merged connman.inc changes from oe.dev with it Signed-off-by: Simon Busch <morphis@gravedo.de>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnet: Clean and upgrade (see below)Michael Lippautz2011-04-202-0/+62
| | | | | | | | | | | | | | * libbnet upstream on packetfactor is dead using https://github.com/sam-github/libnet instead * Move to version 1.1.5 * Dropped patches (not needed): support-uclibc, new-autotools * Added LIC_FILES_CHKSUM * Removed useless do_install_append, works automatically * Not building statically anymore * Should be compatible with old v1.1 versions Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wget: add missing escape and remove distro overridesKoen Kooi2011-04-191-6/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wget: Add version 1.11.4Michael Lippautz2011-04-182-0/+37
| | | | | | * Changes from org.oe.dev: ssl autodetection uses staging dirs Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* bluez-hcidump: add 2.0 version and patch to build with newer bluezMartin Jansa2011-04-162-0/+63
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: merge .inc file to .bb file itselfMartin Jansa2011-04-166-152/+63
| | | | | | | | | | | | | * .inc file are not so usefull with one version per package rule * remove unsupported configure options * fix --enable-pand option, there is not extra 'd' * remove update-rc.d inherit as init.d script is not created anymore * enable udevrules by default (distros can override it from their layer) * use FILESPATH from oe-core layer for patches instead of duplicating them here * netlink option removed in http://git.kernel.org/?p=bluetooth/bluez.git;a=blobdiff;f=configure.ac;h=63a0fd89f5836ab6d114bb52c49f73adba26369a;hp=eee4c01bd1dd72b53f121c7820b6b93ba3d48032;hb=ecb835fca7e7134f38a3d061d186eb38d83bcb8b;hpb=c681fac492394bb95f164296056068dad1254921 * sbc-thumb.patch was applied upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-1012-0/+384
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* openssl-0.9.8m, binutils-2.20.1: Use linux-uclibceabi instead of uclibcgnueabiKhem Raj2011-03-311-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1722-0/+1697
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>