summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
...
* gateone: update SRCREV to drag in the http redirect optionKoen Kooi2011-11-131-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: bump SRCREV to latest gitKoen Kooi2011-11-111-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add missing filesKoen Kooi2011-11-112-0/+20
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* networkmanager: update to 0.9.2.0Koen Kooi2011-11-111-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add avahi and systemd supportKoen Kooi2011-11-101-5/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: bump PR to fix licenseMartin Jansa2011-11-102-2/+2
| | | | | | | * see http://patchwork.openembedded.org/patch/14217/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: make it workKoen Kooi2011-11-091-3/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: bump PR due systemd.bbclass fixesOtavio Salvador2011-11-081-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dhcp: add system support to dhcp-serverOtavio Salvador2011-11-072-0/+31
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: add ca-certificates to RRECOMMENDS_${PN}Andreas Müller2011-11-072-2/+2
| | | | | | | fix WARNING **: No root certificate file is available. SSL certificates cannot be verified. Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: refactor systemd packagingOtavio Salvador2011-11-042-20/+6
| | | | | | | | This changes the recipe to use systemd.bbclass to avoid duplicating code and also fix the rdepends of connman-systemd on connman. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: bump PR for iptables changeKoen Kooi2011-11-031-1/+1
| | | | | | | | | | connmand[180]: /usr/sbin/connmand: error while loading shared libraries: libxtables.so.5: cannot open shared object file: No such file or directory $ dpkg-deb -c ipk/armv7a/iptables_1.4.12.1-r0_armv7a.ipk | grep libxtables -rwxr-xr-x root/root 35252 2011-11-01 20:16 ./usr/lib/libxtables.so.7.0.0 lrwxrwxrwx root/root 0 2011-11-01 20:16 ./usr/lib/libxtables.so.7 -> libxtables.so.7.0.0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add git versionKoen Kooi2011-11-021-0/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: fix build with dirty valaMartin Jansa2011-11-012-0/+8
| | | | | | | | | | | | | | | * there is only one line added to default waf file in unpack_wafdir() just before last chdir and return because those files are downloaded and cannot be patched in normal way os.system("sed -i \"s/version=output.split/version=output.replace('-dirty','').split/g\" wafadmin/Tools/vala.py") * It fails to parse version like this /OE/shr-core/tmp/sysroots/x86_64-linux/usr/bin/valac --version Vala 0.12.1-dirty reporting 0.0.0 instead which breaks configure Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wget: drop from meta-oe, it's in oe-core nowKoen Kooi2011-10-312-32/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* soft66 git: import from OE classicKoen Kooi2011-10-241-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmicrohttpd 0.4.6: import from OE classicKoen Kooi2011-10-241-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: disable parallel installOtavio Salvador2011-10-181-1/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.1Andreas Müller2011-10-104-71/+10
| | | | | | | | | | | minor cleanups: * remove r0 * pack all files Run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: Fix build with gold linkerKhem Raj2011-10-072-9/+27
| | | | | | | | | | There was a missing version script for one of the apps that was being flagged by gold. So we add appropriate openssl.ld for engines/ccgost Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman Khimov <khimov@altell.ru> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: added RRECOMMENDS glib-networkingAndreas Müller2011-10-011-0/+2
| | | | | | | | | When trying to open https://.. midori complains with: TLS/SSL support not available; install glib-networking Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / ↵Andreas Müller2011-10-016-49/+73
| | | | | | | | | | | | minor cleanup * LDFLAGS_append was suggested by Bernhard Guillon [1] * run tested on overo [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-September/034748.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl 1.0.0e: fix up link patch and make 1.0.0e the default opensslKoen Kooi2011-09-222-12/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fixup the openssl-fix-link patchlumag2011-09-222-10/+14
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* modemmanager: add 0.5Koen Kooi2011-09-191-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rfkill 0.4: import from OE .devKoen Kooi2011-09-192-0/+48
|
* networkmanager: add 0.9.0Koen Kooi2011-09-192-0/+285
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "openssl: fixup the openssl-fix-link patch"Koen Kooi2011-09-172-10/+6
| | | | | | openssl-fix-link.patch fails to apply This reverts commit 3f546ada2c5baeea4d0fe6d4dd73797cdefa73da.
* connman: drop initscript file used by SHRMartin Jansa2011-09-171-42/+0
| | | | | | * moved to meta-shr Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openssl: fixup the openssl-fix-link patchlumag2011-09-172-6/+10
| | | | | | | Include more dependencies into openssl-fix-link.patch patch. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: Upgrade 1.0.0d -> 1.0.0eKhem Raj2011-09-1418-4/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fully fix parallel buildslumag2011-09-063-3/+21
| | | | | | | | Add a patch from oe-core to fix parallel builds in openssl 0.9.8m. Then drop PARALLEL_MAKE settings in both of recipes. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl: fix parallel buildslumag2011-09-042-1/+24
| | | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori 0.2.9: deleteKoen Kooi2011-09-011-6/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix typo with -test packageAnders Darander2011-08-312-1/+2
| | | | | | | The typo prohibited the connman-tests package from being populated. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.77Koen Kooi2011-08-261-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: remove from meta-oe, fixed version is now in oe-coreMartin Jansa2011-08-193-105/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez-hcidump: remove older 2.0Martin Jansa2011-08-182-62/+0
| | | | | | * there is 2.1 now in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: conditionally enable wifi and bluetoothAnders Darander2011-08-172-3/+6
| | | | | | | Use DISTRO_FEATURES to conditionally depend and enable wifi and bluetooth. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl-1.0.0d: use openssl.inc from meta-oeMartin Jansa2011-08-171-1/+1
| | | | | | | | * full path was using openssl.inc from oe-core which doesn't have BBCLASSEXTEND and INC_PR Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl-1.0.0: Remove spurious comment in recipeKhem Raj2011-08-161-15/+13
| | | | | | | | | | That comment was to note the reason for differences in license checksums between 1.0.0c and 1.0.0d Adjust the formatting of patches in SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssl-1.0.0: Add recipes for openssl_1.0.0dKhem Raj2011-08-1521-605/+5031
| | | | | | | | | | | Delete 1.0.0c recipes Add patches from debian Remove recipes for openssl-native use BBCLASSEXTEND instead Drop libdeps-first.patch it would not let openssl-native build on ubuntu 11.10 Delete debian.patch, all changes in it are now provided by patches under debian dir Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ocf-linux: extend to provide native and nativesdk recipesKhem Raj2011-08-151-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core ↵Koen Kooi2011-08-123-2/+36
| | | | | | updates Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.96Koen Kooi2011-08-111-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnuradio : Bump SRCREV to current version. Fix packaging warning.Philip Balister2011-08-112-2/+3
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cherokee: import from OE .dev and clean upKoen Kooi2011-08-114-0/+98
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd: update to 3.2.1Koen Kooi2011-08-023-11/+29
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd-firmare: update to 3.2.1Koen Kooi2011-08-023-11/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rp-pppoe: Resync the 3.8 recipe with oe.dev and cleanup patchesTom Rini2011-07-287-3/+23
| | | | | | | | | | - Update HOMEPAGE (from oe.dev) - Bump PR to match oe.dev (will sync the next bits back over) - Add Upstream-Status to all patches and a description to the ones missing descriptions. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>