Commit Graph

78 Commits

Author SHA1 Message Date
Martin Jansa
bcfc89236b midori: fix build with dirty vala
* 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>
2011-11-01 08:54:34 +01:00
Koen Kooi
5dc3cb849e wget: drop from meta-oe, it's in oe-core now
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 23:14:41 +01:00
Koen Kooi
1db9276314 soft66 git: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 16:24:25 +02:00
Koen Kooi
6da6b34ddf libmicrohttpd 0.4.6: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 16:24:20 +02:00
Otavio Salvador
7b6e75d043 openssl: disable parallel install
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18 09:16:02 +02:00
Andreas Müller
96afeaba6b midori: update to 0.4.1
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>
2011-10-10 09:30:53 +02:00
Khem Raj
d7c12fd074 openssl: Fix build with gold linker
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>
2011-10-07 20:22:29 +02:00
Andreas Müller
a56bff13b9 midori: added RRECOMMENDS glib-networking
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>
2011-10-01 04:37:23 +02:00
Andreas Müller
fcbb1d26f1 midori: update to 0.4.0 / buildable by upstream patch & LDFLAGS_append / 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>
2011-10-01 04:37:22 +02:00
Koen Kooi
bf7ed409c4 openssl 1.0.0e: fix up link patch and make 1.0.0e the default openssl
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22 09:18:51 +02:00
lumag
c47fb2187e openssl: fixup the openssl-fix-link patch
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>
2011-09-22 09:13:00 +02:00
Koen Kooi
3f2059034e modemmanager: add 0.5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 14:24:37 +02:00
Koen Kooi
c57a75f1b2 rfkill 0.4: import from OE .dev 2011-09-19 14:05:51 +02:00
Koen Kooi
2ae61da55c networkmanager: add 0.9.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 14:05:45 +02:00
Koen Kooi
3b4eaac526 Revert "openssl: fixup the openssl-fix-link patch"
openssl-fix-link.patch fails to apply

This reverts commit 3f546ada2c.
2011-09-17 11:37:41 +02:00
Martin Jansa
08f92d7a37 connman: drop initscript file used by SHR
* moved to meta-shr

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-17 11:17:40 +02:00
lumag
3f546ada2c openssl: fixup the openssl-fix-link patch
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>
2011-09-17 10:32:50 +02:00
Khem Raj
74ccba247b openssl: Upgrade 1.0.0d -> 1.0.0e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 13:07:27 +02:00
lumag
cffa06f750 openssl: fully fix parallel builds
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>
2011-09-06 12:24:38 +02:00
lumag
c434bc4f65 openssl: fix parallel builds
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-04 09:18:52 +02:00
Koen Kooi
2b38b5b742 midori 0.2.9: delete
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 13:05:41 +02:00
Anders Darander
6c9a93a7a8 connman: fix typo with -test package
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>
2011-08-31 14:46:57 +02:00
Koen Kooi
3ebc55d38c connman: update to 0.77
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-26 13:19:40 +02:00
Martin Jansa
3ee3add90d bluez4: remove from meta-oe, fixed version is now in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19 18:11:02 +02:00
Martin Jansa
d9565d90d9 bluez-hcidump: remove older 2.0
* there is 2.1 now in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-18 10:52:05 +02:00
Anders Darander
9e4fdee578 connman: conditionally enable wifi and bluetooth
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>
2011-08-17 09:21:40 +02:00
Martin Jansa
ff8209df94 openssl-1.0.0d: use openssl.inc from meta-oe
* 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>
2011-08-17 09:21:11 +02:00
Khem Raj
f568c3c61e openssl-1.0.0: Remove spurious comment in recipe
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>
2011-08-16 10:03:01 +02:00
Khem Raj
11e4aa26d7 openssl-1.0.0: Add recipes for openssl_1.0.0d
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>
2011-08-15 12:47:02 +02:00
Khem Raj
da03cdcabe ocf-linux: extend to provide native and nativesdk recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-15 08:56:18 +02:00
Koen Kooi
13fb21d155 bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core updates
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 09:32:04 +02:00
Koen Kooi
4e080a861d bluez4: update to 4.96
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 20:43:18 +02:00
Philip Balister
86cae88a56 gnuradio : Bump SRCREV to current version. Fix packaging warning.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 15:49:20 +02:00
Koen Kooi
36343c8e33 cherokee: import from OE .dev and clean up
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 09:32:04 +02:00
Koen Kooi
4a8dece451 uhd: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 21:43:27 +02:00
Koen Kooi
83f4dd214f uhd-firmare: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 21:43:19 +02:00
Tom Rini
966b46ed92 rp-pppoe: Resync the 3.8 recipe with oe.dev and cleanup patches
- 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>
2011-07-28 19:37:26 +02:00
Tom Rini
77d31f8d30 rp-pppoe: Port from oe.dev
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>
2011-07-26 21:51:39 +02:00
Martin Jansa
73e0b9d1c2 openvpn: import from openembedded
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-26 08:21:29 +02:00
Martin Jansa
6d30a1f529 connman: remove if_alg.h test from configure
* 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>
2011-07-21 21:10:46 +02:00
Martin Jansa
ac8c3a3311 bluez4: add missing dependency usbpath
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:24:41 +02:00
Koen Kooi
5380267614 bluez4: update to 4.95, fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:22:38 +02:00
Koen Kooi
037a063303 connman: update to 0.76
The libnl patch isn't needed anymore, the wifi-scan util is gone

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-20 09:13:00 +02:00
Paul Eggleton
040f75eca2 Drop PRIORITY variable
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>
2011-07-14 16:49:27 +01:00
Koen Kooi
e8636471d2 connman: update to 0.75
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-13 12:28:49 +02:00
Koen Kooi
dba6ff6429 midori 0.3.6: fix source checksums
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-12 18:06:18 +02:00
Koen Kooi
f30f89fb8a iw: add 0.9.20
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01 12:08:45 +02:00
Koen Kooi
484831eab4 obex-data-server: import from OE rev 58b79786c6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:26 +02:00
Koen Kooi
19cca0737c obexd: import from OE rev 58b79786c6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:26 +02:00
Koen Kooi
0839d07d6c openobex 1.5: import from OE rev 58b79786c6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:26 +02:00