[oe] [meta-oe][PATCH] udev-173: fix file checksums

2012-12-14 Thread Johan Hovold
Commit 7895ab08270d9 (udev-173: Fix SRC_URI to fetch bz2 archive) changed to source file to bz2-compressed tarball but did not update the checksums. Signed-off-by: Johan Hovold johan.hov...@lundinova.se --- Hi, the above mentioned commit breaks udev-173 builds. It also claims that the gz

Re: [oe] [meta-oe][PATCH] udev-173: fix file checksums

2012-12-14 Thread Johan Hovold
On Fri, Dec 14, 2012 at 12:21:06PM +0100, Martin Jansa wrote: On Fri, Dec 14, 2012 at 11:53 AM, Johan Hovold johan.hov...@lundinova.se wrote: Commit 7895ab08270d9 (udev-173: Fix SRC_URI to fetch bz2 archive) changed to source file to bz2-compressed tarball but did not update the checksums

[oe] [meta-oe][PATCH] gpsd: fix gpsd init script

2012-04-18 Thread Johan Hovold
Replace return with exit where appropriate. Current init script uses return outside of functions resulting in warnings such as the following when using bash as interpreter: /etc/init.d/gpsd: line 98: return: can only `return' from a function or sourced script Signed-off-by: Johan Hovold

Re: [oe] Question regarding the staging layout

2010-09-21 Thread Johan Hovold
On Sat, Sep 18, 2010 at 06:31:08PM +0800, Holger Freyther wrote: I am seeing a lot of messages like: /home/ich/build/arm/xscale/tmp/sysroots/i686-linux/usr/armv5te/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: warning: libc.so, needed by

Re: [oe] several recipes give a link error: libc.so, needed by libgcc_s.so, not found

2010-09-21 Thread Johan Hovold
On Mon, Aug 23, 2010 at 10:58:07PM +0200, Frans Meulenbroeks wrote: 2010/8/23 Jay Snyder jay.sny...@tycoelectronics.com: I am getting the following warning (I assume it is a warning, because they all seem to produce working executables) for several recipes (rxvt-unicode shown):

Re: [oe] Getting a cursor

2010-01-25 Thread Johan Hovold
On Wed, Jan 20, 2010 at 06:18:09PM +0100, Stanislav Brabec wrote: Ulf Samuelsson wrote: Anyone got an idea how to get a cursor as default? Googling, I have seen that /usr/share/icons/xcursor-transparent/cursors all point at a transparent cursor abd that I can generate new cursors using

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

2009-12-17 Thread Johan Hovold
Fix image creation when tun module is compiled into kernel by using RRECOMMENDS instead of RDEPENDS for kernel-module-tun. Use INC_PR. Signed-off-by: Johan Hovold johan.hov...@lundinova.se --- This version also uses INC_PR and RRECOMMENDS_${PN} as suggested by Otavio Salvador and Phil Blundell

[oe] [PATCH] wxwidgets: add 2.9.0 and clean up recipes

2009-12-17 Thread Johan Hovold
. - Add wxwidgets-2.9.0 (unicode) - Add wxwidgets-ansi-2.9.0 (non-unicode) - Add wxwidgets-opengl-2.9.0 (unicode, opengl) Signed-off-by: Johan Hovold johan.hov...@lundinova.se --- Hi, The autoconf patch is a bit of a hack and should really be fixed properly upstream. Works fine for now though

[oe] [PATCH] wxsqlite3: add wxsqlite3 (1.9.7)

2009-12-17 Thread Johan Hovold
Fix linker failure due to gcc inline issue (gcc-inline.patch). Fix broken unicode builds (wxtranslate.patch). Signed-off-by: Johan Hovold johan.hov...@lundinova.se --- conf/checksums.ini |4 +++ recipes/wxsqlite3/wxsqlite3-1.9.7/gcc-inline.patch | 29

Re: [oe] [PATCH] wxwidgets: add 2.9.0 and clean up recipes

2009-12-17 Thread Johan Hovold
recipes/wxwidgets/wxwidgets-ansi_2.9.0.bb |5 ++ recipes/wxwidgets/wxwidgets-opengl_2.9.0.bb|7 +++ recipes/wxwidgets/wxwidgets_2.9.0.bb |3 + recipes/wxwidgets/wxwidgets_2.9.0.inc | 44 Shouldn't the

[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 johan.hov...@lundinova.se --- recipes/openvpn/openvpn.inc |2 +- recipes/openvpn/openvpn_1.5.0.bb |2 +- recipes

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