Re: [oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Otavio Salvador
Hello, On Wed, Dec 16, 2009 at 2:43 PM, Johan Hovold wrote: > My second patch bumped PR from r0 directly to r2 for two of the recipes. > Fixed in the last one (bump to r1). Please move it to INC_PR as well. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http:

Re: [oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Phil Blundell
On Wed, 2009-12-16 at 17:29 +0100, Johan Hovold wrote: > -RDEPENDS = "kernel-module-tun" > +RRECOMMENDS = "kernel-module-tun" Did you want RRECOMMENDS_${PN} there? p. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] recipe for libgdiplus

2009-12-16 Thread Konrad Mattheis
Hi, I already found the missing entry. I added: EXTRA_OECONF = " --with-glib=${STAGING_LIBDIR}/.. \" or do you prefer a different way? now it is working. I attached the complete bb-file and the needed patch. I will try in the next week to make a patch that could applied to the main line. Befor

Re: [oe] recipe for libgdiplus

2009-12-16 Thread GNUtoo
On Sat, 2009-12-12 at 22:55 +0100, Konrad Mattheis wrote: > Hi, > > try to build a recipe for libgdiplus. This is a library which you need > if you want to get Winforms with mono working. > > A lot of stuff is already working but it always stops because it > don't find the "glib.h" > > In this

Re: [oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Johan Hovold
My second patch bumped PR from r0 directly to r2 for two of the recipes. Fixed in the last one (bump to r1). Cheers, Johan ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

[oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Johan Hovold
Fix image creation when tun module is compiled into kernel by using RRECOMMENDS instead of RDEPENDS for kernel-module-tun. Signed-off-by: Johan Hovold --- recipes/openvpn/openvpn.inc |2 +- recipes/openvpn/openvpn_1.5.0.bb |2 +- recipes/openvpn/openvpn_1.6.0.bb

[oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Johan Hovold
Fix image creation when tun module is compiled into kernel by using RRECOMMENDS instead of RDEPENDS for kernel-module-tun. Signed-off-by: Johan Hovold --- recipes/openvpn/openvpn.inc |2 +- recipes/openvpn/openvpn_1.5.0.bb |2 +- recipes/openvpn/openvpn_1.6.0.bb

Re: [oe] Fwd: Issue with bitbake

2009-12-16 Thread Vijay Rathi
Hi Everyone, It seems that while compiling libsdlnative it is not able to find libts. I checked log and found following. NOTE: make /bin/sh ./libtool --mode=link ccache gcc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_au

Re: [oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Holger Hans Peter Freyther
On Wednesday 16 December 2009 13:27:54 Johan Hovold wrote: > Fix image creation when tun module is compiled into kernel by using > RRECOMMENDS instead of RDEPENDS for kernel-module-tun. Agreed, but you will need to bump the PR of the openvpn recipes. regards holger _

Re: [oe] SVN fetcher fix for SRCREV=AUTOREV situations

2009-12-16 Thread Marcin Juszkiewicz
Dnia środa, 16 grudnia 2009 o 02:41:43 Douglas Royds napisał(a): > Marcin Juszkiewicz wrote: > > $ svn co -r 7916 > > svn://svn.buglabs.net/bug/branches/R1.4/qa/com.buglabs.bug.audio.com...@7 > >916 svn: URL > > 'svn://svn.buglabs.net/bug/branches/R1.4/qa/com.buglabs.bug.audio.common' > > doesn't e

Re: [oe] Fwd: Issue with bitbake

2009-12-16 Thread Vijay Rathi
Hi, Even after git pull, I am getting same build result. Is this branch broken? OR Am I missing some dependency? I am not using -b option with bitbake anywhere. Regards, Vijay On Wed, Dec 16, 2009 at 6:30 PM, Philip Balister wrote: > On 12/16/2009 07:54 AM, Vijay Rathi wrote: > >> Hi, >> >> T

Re: [oe] Fwd: Issue with bitbake

2009-12-16 Thread Philip Balister
On 12/16/2009 07:54 AM, Vijay Rathi wrote: Hi, Thanks for quick reply. I followed steps mentioned at : http://www.angstrom-distribution.org/building-angstrom I tried using two approach in different directory/environment 1. As mentioned in online manual, I added -> MACHINE ?= "beagleboard" (

Re: [oe] Fwd: Issue with bitbake

2009-12-16 Thread Vijay Rathi
Hi, Thanks for quick reply. I followed steps mentioned at : http://www.angstrom-distribution.org/building-angstrom I tried using two approach in different directory/environment 1. As mentioned in online manual, I added -> MACHINE ?= "beagleboard" (which i feel incorrect) 2. As mentioned in onl

[oe] [PATCH] openvpn: remove dependency on kernel module

2009-12-16 Thread Johan Hovold
Fix image creation when tun module is compiled into kernel by using RRECOMMENDS instead of RDEPENDS for kernel-module-tun. Signed-off-by: Johan Hovold --- recipes/openvpn/openvpn.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/openvpn/openvpn.inc b/recipes/o

Re: [oe] Fwd: Issue with bitbake

2009-12-16 Thread Florian Boor
Hi, Vijay Rathi schrieb: > I have recently setup the bitbake, OE development tree as per the wiki for > beagleboard. it would be good to have a link to which instruction you are referring. > /home/dev/OE/angstrom-dev/work/i686-linux/libsdl-native-1.2.11-r2/temp/log.do_compile.12862 > NOTE: Task

[oe] Fwd: Issue with bitbake

2009-12-16 Thread Vijay Rathi
Hi, I have recently setup the bitbake, OE development tree as per the wiki for beagleboard. While compiling mplayer and virtual/kernel I am facing following issue: NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance. NOTE: Handling BitBake files: - (