openembedded.git
16 years agosdrshell: add missing patch
Koen Kooi [Tue, 9 Jun 2009 06:58:58 +0000 (08:58 +0200)]
sdrshell: add missing patch

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Mon, 8 Jun 2009 21:10:47 +0000 (23:10 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agoirssi: add 0.8.13
Koen Kooi [Mon, 8 Jun 2009 21:09:32 +0000 (23:09 +0200)]
irssi: add 0.8.13
* this one actually builds with a recent toolchain and userspace

16 years agoAdd iptraf, a heavy-duty bandwidth monitor.
Michael Smith [Mon, 8 Jun 2009 17:15:19 +0000 (13:15 -0400)]
Add iptraf, a heavy-duty bandwidth monitor.

Signed-off-by: Michael Smith <msmith@cbnco.com>
16 years agoxorg-util: use the cross compiler instead of gcc in configure scripts
md [Mon, 8 Jun 2009 17:33:12 +0000 (19:33 +0200)]
xorg-util: use the cross compiler instead of gcc in configure scripts
- the macro code provided for xlibs is not usable for cross-compiling as for determining the compiler version simply the `gcc' command is used
- instead, we now use $CC

16 years agominicom: fix compile error due to conflicting function names
md [Mon, 8 Jun 2009 17:31:47 +0000 (19:31 +0200)]
minicom: fix compile error due to conflicting function names
- the `getline()' function used in minicom.c may have been defined in stdio.h if __USE_GNU is defined
- as a fix that function name is redefined within minicom.c

16 years agoglibc: fixed QA problems
md [Mon, 8 Jun 2009 17:30:27 +0000 (19:30 +0200)]
glibc: fixed QA problems
- glibc-package.bbclass defines glibc-dbg as a package, but by default generating debug code is disabled in the build
- as a fix the QA check for the glibc-dbg package is disabled

16 years agoweekly-changelog-report.py: limit report line length to 78 chars
Marcin Juszkiewicz [Mon, 8 Jun 2009 15:59:02 +0000 (11:59 -0400)]
weekly-changelog-report.py: limit report line length to 78 chars

16 years agokrb5: depend on e2fsprogs-native to get compile_et
Marcin Juszkiewicz [Mon, 8 Jun 2009 12:35:33 +0000 (14:35 +0200)]
krb5: depend on e2fsprogs-native to get compile_et

16 years agoe2fsprogs-native: stage compile_et required by krb5
Marcin Juszkiewicz [Mon, 8 Jun 2009 12:35:01 +0000 (14:35 +0200)]
e2fsprogs-native: stage compile_et required by krb5

16 years agomtools: change permissions of sources to get quilt apply all patches
Marcin Juszkiewicz [Mon, 8 Jun 2009 12:40:39 +0000 (14:40 +0200)]
mtools: change permissions of sources to get quilt apply all patches

16 years agompd: make it more buildable
Marcin Juszkiewicz [Mon, 8 Jun 2009 11:41:29 +0000 (13:41 +0200)]
mpd: make it more buildable

- added dependency on lame as it uses it
- removed dependency on ffmpeg and curl as it does not use them

16 years agoangstrom: use -O not -O2 for ep9312 tuning
Marcin Juszkiewicz [Thu, 4 Jun 2009 14:34:52 +0000 (16:34 +0200)]
angstrom: use -O not -O2 for ep9312 tuning

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
16 years agoangstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)
Marcin Juszkiewicz [Thu, 4 Jun 2009 14:44:13 +0000 (16:44 +0200)]
angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)

ep93xx can be built for armv4t which supports binary locales

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
16 years agoglibc: added Maverick support (done by Hasjim Williams)
Marcin Juszkiewicz [Thu, 4 Jun 2009 14:44:53 +0000 (16:44 +0200)]
glibc: added Maverick support (done by Hasjim Williams)

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
16 years agobinutils: added Maverick support (done by Hasjim Williams)
Marcin Juszkiewicz [Thu, 4 Jun 2009 14:43:11 +0000 (16:43 +0200)]
binutils: added Maverick support (done by Hasjim Williams)

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
16 years agolinux-powerpc-fsl: Tune defconfig for machine. Fix files path in recipe.
Leon Woestenberg [Mon, 8 Jun 2009 11:52:26 +0000 (13:52 +0200)]
linux-powerpc-fsl: Tune defconfig for machine. Fix files path in recipe.

16 years agobusybox: fix udhcpc default script location when prefix is not "/usr"
Michael Smith [Sun, 7 Jun 2009 20:43:26 +0000 (16:43 -0400)]
busybox: fix udhcpc default script location when prefix is not "/usr"

Signed-off-by: Michael Smith <msmith@cbnco.com>
16 years agoAdd bwm-ng 0.6: lightweight network and disk bandwidth monitor
Michael Smith [Mon, 8 Jun 2009 02:52:51 +0000 (22:52 -0400)]
Add bwm-ng 0.6: lightweight network and disk bandwidth monitor

Signed-off-by: Michael Smith <msmith@cbnco.com>
16 years agoxorg-xserver: update and document status of some more patches
Rolf Leggewie [Mon, 8 Jun 2009 01:38:12 +0000 (10:38 +0900)]
xorg-xserver: update and document status of some more patches

16 years agoxserver-xorg: drop unused miext_layer_shadow_h.patch against code that was removed...
Rolf Leggewie [Mon, 8 Jun 2009 01:31:34 +0000 (10:31 +0900)]
xserver-xorg: drop unused miext_layer_shadow_h.patch against code that was removed in 2005.

16 years agosdrshell: add svn version
Koen Kooi [Sun, 7 Jun 2009 18:04:28 +0000 (20:04 +0200)]
sdrshell: add svn version

16 years agowebkit-git: bump SRCREV
Koen Kooi [Sun, 7 Jun 2009 17:43:40 +0000 (19:43 +0200)]
webkit-git: bump SRCREV

16 years agodttsp: add svn version
Koen Kooi [Sun, 7 Jun 2009 17:42:43 +0000 (19:42 +0200)]
dttsp: add svn version

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Sun, 7 Jun 2009 13:06:40 +0000 (15:06 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Leon Woestenberg [Sun, 7 Jun 2009 12:49:51 +0000 (14:49 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agonilfs-utils: user space tools for NILFS2 logging filesystem.
Leon Woestenberg [Sun, 7 Jun 2009 12:40:32 +0000 (14:40 +0200)]
nilfs-utils: user space tools for NILFS2 logging filesystem.

The NILFS2 logging filesystem is being mainlined in the Linux kernel.
Supposedly has good write performance on both HD and SSD media due
to its sequential write characteristics from its circular log based
approach.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
16 years agoalsa-state: disable dmix from angstrom, it creates way more problems than it attempts...
Koen Kooi [Sun, 7 Jun 2009 11:38:05 +0000 (13:38 +0200)]
alsa-state: disable dmix from angstrom, it creates way more problems than it attempts to solve

16 years agoobexd: update to 0.13
Koen Kooi [Sun, 7 Jun 2009 11:18:15 +0000 (13:18 +0200)]
obexd: update to 0.13

16 years agobluez4: update to 4.41
Koen Kooi [Sun, 7 Jun 2009 11:16:14 +0000 (13:16 +0200)]
bluez4: update to 4.41

16 years agoenlightenment: update a bunch of PVs to match SRCREV
Koen Kooi [Sun, 7 Jun 2009 10:58:15 +0000 (12:58 +0200)]
enlightenment: update a bunch of PVs to match SRCREV

16 years agognome-bluetooth: add git version (disabled by default)
Koen Kooi [Sun, 7 Jun 2009 10:48:38 +0000 (12:48 +0200)]
gnome-bluetooth: add git version (disabled by default)
* also update gtk-doc.make

16 years agox11vnc: add 0.9.7
Koen Kooi [Sun, 7 Jun 2009 08:44:07 +0000 (10:44 +0200)]
x11vnc: add 0.9.7

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Sun, 7 Jun 2009 08:17:43 +0000 (10:17 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agoxorg-xserver: push a couple of patches upstream.
Rolf Leggewie [Sun, 7 Jun 2009 01:43:33 +0000 (10:43 +0900)]
xorg-xserver: push a couple of patches upstream.

16 years agoxserver-kdrive-imageon_1.2.0: fix AC_SUBST in configure.ac
Andrea Adami [Sat, 6 Jun 2009 22:37:02 +0000 (00:37 +0200)]
xserver-kdrive-imageon_1.2.0: fix AC_SUBST in configure.ac
 - AC_SUBST is documented to only take one variable
 - was breaking with autotools_2.63
 - bump PR

16 years agoxserver-kdrive_1.4.0.90: fix AC_SUBST in configure.ac
Andrea Adami [Sat, 6 Jun 2009 22:27:40 +0000 (00:27 +0200)]
xserver-kdrive_1.4.0.90: fix AC_SUBST in configure.ac
 - AC_SUBST is documented to only take one variable
 - was breaking with autotools_2.63
 - bump PR

16 years agointuition: Add swisscoms intuition prototype.
Stefan Schmidt [Fri, 5 Jun 2009 21:50:15 +0000 (23:50 +0200)]
intuition: Add swisscoms intuition prototype.

16 years agogridpad: Add swisscoms gridpad.
Stefan Schmidt [Fri, 5 Jun 2009 21:49:57 +0000 (23:49 +0200)]
gridpad: Add swisscoms gridpad.

16 years agobubble-keyboard: Add swisscoms bubble-keyboard prototyp
Stefan Schmidt [Fri, 5 Jun 2009 21:49:39 +0000 (23:49 +0200)]
bubble-keyboard: Add swisscoms bubble-keyboard prototyp

16 years agosane-srcrevs: Update and add more swisscom revisions
Stefan Schmidt [Sat, 6 Jun 2009 21:50:16 +0000 (23:50 +0200)]
sane-srcrevs: Update and add more swisscom revisions

16 years agoessential-dialer: Sync package version
Stefan Schmidt [Fri, 5 Jun 2009 21:47:07 +0000 (23:47 +0200)]
essential-dialer: Sync package version

16 years agolibefso: Sync package version
Stefan Schmidt [Fri, 5 Jun 2009 21:46:47 +0000 (23:46 +0200)]
libefso: Sync package version

16 years agoangstrom 2009.X: prefer a newer usbutils
Koen Kooi [Sat, 6 Jun 2009 13:29:59 +0000 (15:29 +0200)]
angstrom 2009.X: prefer a newer usbutils

16 years agoangstrom feed builder: add fldigi and xf86-video-sisusb
Koen Kooi [Sat, 6 Jun 2009 13:18:14 +0000 (15:18 +0200)]
angstrom feed builder: add fldigi and xf86-video-sisusb

16 years agotask-beagleboard-demo: include gnome-bluetooth
Koen Kooi [Sat, 6 Jun 2009 13:17:30 +0000 (15:17 +0200)]
task-beagleboard-demo: include gnome-bluetooth

16 years agoutil-linux-ng: add e2fsprogs-libs to DEPENDS.
Rolf Leggewie [Sat, 6 Jun 2009 11:04:01 +0000 (20:04 +0900)]
util-linux-ng: add e2fsprogs-libs to DEPENDS.

16 years agozaurus-installer: add collie support. properly unbreaks collie image build.
Rolf Leggewie [Sat, 6 Jun 2009 05:28:08 +0000 (14:28 +0900)]
zaurus-installer: add collie support.  properly unbreaks collie image build.
* this effectively reverts d4dae3f91c9e0e5391ea5e83751ae0d56cbaabe6
  which was not the proper way to do it.  Zaurus machine config probably
  still needs some more TLC.

16 years agomicro: eliminate some bloat
Phil Blundell [Sat, 6 Jun 2009 09:11:23 +0000 (10:11 +0100)]
micro: eliminate some bloat
Acked-by: Chris Larson
16 years agoopencv: upstream moved to svn, update recipes
Koen Kooi [Sat, 6 Jun 2009 08:38:28 +0000 (10:38 +0200)]
opencv: upstream moved to svn, update recipes

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Sat, 6 Jun 2009 08:04:21 +0000 (10:04 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agoswig: update to 1.3.39
Koen Kooi [Sat, 6 Jun 2009 07:59:43 +0000 (09:59 +0200)]
swig: update to 1.3.39

16 years agozaurusd: fix spelling mistake in DESCRIPTION
Rolf Leggewie [Sat, 6 Jun 2009 00:06:36 +0000 (09:06 +0900)]
zaurusd: fix spelling mistake in DESCRIPTION

16 years agozaurus-2.6.inc: FIX - collie doesn't need zaurus-updater in
Andrea Adami [Fri, 5 Jun 2009 23:55:27 +0000 (01:55 +0200)]
zaurus-2.6.inc: FIX - collie doesn't need zaurus-updater in
EXTRA_IMAGEDEPENDS

16 years agodelete .swp dirty file
Lynn Lin [Fri, 5 Jun 2009 23:12:11 +0000 (07:12 +0800)]
delete .swp dirty file

16 years agozaurus-2.6.inc: [tosa] wlan-ng is now inside the kernel for tosa
Andrea Adami [Fri, 5 Jun 2009 21:46:30 +0000 (23:46 +0200)]
zaurus-2.6.inc: [tosa] wlan-ng is now inside the kernel for tosa

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Fri, 5 Jun 2009 21:04:45 +0000 (23:04 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

16 years agofldigi: add 3.11.4
Koen Kooi [Fri, 5 Jun 2009 21:04:00 +0000 (23:04 +0200)]
fldigi: add 3.11.4

16 years agolinux-powerpc-fsl-git: Actually add the patch.
Leon Woestenberg [Fri, 5 Jun 2009 20:15:36 +0000 (22:15 +0200)]
linux-powerpc-fsl-git: Actually add the patch.

16 years agolinux-power-fsl-git: Fix defconfig.
Leon Woestenberg [Fri, 5 Jun 2009 20:14:30 +0000 (22:14 +0200)]
linux-power-fsl-git: Fix defconfig.

16 years agolinux-powerpc-fsl-git: Add patch for missing MSI support in the DTS.
Leon Woestenberg [Fri, 5 Jun 2009 20:13:54 +0000 (22:13 +0200)]
linux-powerpc-fsl-git: Add patch for missing MSI support in the DTS.

Also fixed the comments in the mpc8315e-rdb machine configuration.

16 years agomidori: bump SRCREB
Koen Kooi [Fri, 5 Jun 2009 19:26:40 +0000 (21:26 +0200)]
midori: bump SRCREB

16 years agolinux-powerpc-fsl-git: New recipe for Freescale PowerPC Linux kernel GIT tree.
Leon Woestenberg [Fri, 5 Jun 2009 16:37:35 +0000 (18:37 +0200)]
linux-powerpc-fsl-git: New recipe for Freescale PowerPC Linux kernel GIT tree.

16 years agokernel-module-udlfb: fix SRC_URI
Koen Kooi [Fri, 5 Jun 2009 18:04:39 +0000 (20:04 +0200)]
kernel-module-udlfb: fix SRC_URI

16 years agoxf86-video-display: update to 0.2 and remove hacks from recipe
Koen Kooi [Fri, 5 Jun 2009 15:59:51 +0000 (17:59 +0200)]
xf86-video-display: update to 0.2 and remove hacks from recipe

16 years agokernel-module-udlfb: update to 0.2.2
Koen Kooi [Fri, 5 Jun 2009 15:27:52 +0000 (17:27 +0200)]
kernel-module-udlfb: update to 0.2.2

16 years agohornsey: fix build
Koen Kooi [Fri, 5 Jun 2009 13:11:41 +0000 (15:11 +0200)]
hornsey: fix build

16 years agonbtk: bump SRCREV
Koen Kooi [Fri, 5 Jun 2009 12:49:49 +0000 (14:49 +0200)]
nbtk: bump SRCREV

16 years agobognor-regis: bump SRCREV
Koen Kooi [Fri, 5 Jun 2009 12:49:24 +0000 (14:49 +0200)]
bognor-regis: bump SRCREV

16 years agoclutter-gst-0.9: fix build
Koen Kooi [Fri, 5 Jun 2009 12:29:36 +0000 (14:29 +0200)]
clutter-gst-0.9: fix build

16 years agoclutter-0.9: fix build for gles2
Koen Kooi [Fri, 5 Jun 2009 11:42:53 +0000 (13:42 +0200)]
clutter-0.9: fix build for gles2

16 years agowebkit: bump SRCREV
Koen Kooi [Fri, 5 Jun 2009 11:07:17 +0000 (13:07 +0200)]
webkit: bump SRCREV

16 years agogpe-login 0.95: make gpe-theme-clearlooks RRECOMMENDS
Koen Kooi [Fri, 5 Jun 2009 10:19:31 +0000 (12:19 +0200)]
gpe-login 0.95: make gpe-theme-clearlooks RRECOMMENDS

16 years agoxf86-video-sisub: update to 0.9.1
Koen Kooi [Fri, 5 Jun 2009 09:00:00 +0000 (11:00 +0200)]
xf86-video-sisub: update to 0.9.1

16 years agou-boot git: bump beagle SRCREV * WARNING: the u-boot dudes changes 'mmcinit' to ...
Koen Kooi [Fri, 5 Jun 2009 08:27:27 +0000 (10:27 +0200)]
u-boot git: bump beagle SRCREV * WARNING: the u-boot dudes changes 'mmcinit' to 'mmc init', so update your bootcmd

16 years agolinux-kirkwood: enable more features in defconfig
Koen Kooi [Thu, 4 Jun 2009 22:22:29 +0000 (00:22 +0200)]
linux-kirkwood: enable more features in defconfig

16 years agoglibc 2.6.1: bump PR for packaging changes
Koen Kooi [Thu, 4 Jun 2009 17:03:36 +0000 (19:03 +0200)]
glibc 2.6.1: bump PR for packaging changes

16 years agovim: fix u-a path
Koen Kooi [Thu, 4 Jun 2009 16:53:07 +0000 (18:53 +0200)]
vim: fix u-a path

16 years agogstreamer-ti: bump SRCREV to 225
Koen Kooi [Thu, 4 Jun 2009 15:08:42 +0000 (17:08 +0200)]
gstreamer-ti: bump SRCREV to 225

16 years agopixman git: add patches to fix NEON bugs
Koen Kooi [Thu, 4 Jun 2009 14:54:02 +0000 (16:54 +0200)]
pixman git: add patches to fix NEON bugs

16 years agolinux-davinci git: add OTG to dm355-leopard defconfig
Koen Kooi [Thu, 4 Jun 2009 14:21:58 +0000 (16:21 +0200)]
linux-davinci git: add OTG to dm355-leopard defconfig

16 years agoenlightenment: bump SRCREV in anticipation of new snapshot coming friday * systray...
Koen Kooi [Wed, 3 Jun 2009 20:28:10 +0000 (22:28 +0200)]
enlightenment: bump SRCREV in anticipation of new snapshot coming friday * systray is now part of e-wm, so adjust metadata * use lib-glibc override now it exists * fix upgrade paths for eina * fix upgrade paths for evas * fix upgrade paths for edje

16 years agolinux-davinci git: update to 2.6.30-rc7, drop vpfe patches in favour of using the...
Koen Kooi [Wed, 3 Jun 2009 18:00:52 +0000 (20:00 +0200)]
linux-davinci git: update to 2.6.30-rc7, drop vpfe patches in favour of using the staging/vpfe branch

16 years agotask-beagleboard-demo: 'kernel-modules' currently has all the firmware already
Koen Kooi [Wed, 3 Jun 2009 17:08:28 +0000 (19:08 +0200)]
task-beagleboard-demo: 'kernel-modules' currently has all the firmware already

16 years agopixman git: update to 0.15.8, includes more NEON bits
Koen Kooi [Wed, 3 Jun 2009 16:13:46 +0000 (18:13 +0200)]
pixman git: update to 0.15.8, includes more NEON bits

16 years agoangstrom feed sorter: add htcalpine and optimize db refreshes
Koen Kooi [Wed, 3 Jun 2009 13:53:15 +0000 (15:53 +0200)]
angstrom feed sorter: add htcalpine and optimize db refreshes

16 years agoangstrom 2009.X: switch to autoconf 2.63 * update to a newer pulseaudio as well
Koen Kooi [Wed, 3 Jun 2009 13:41:03 +0000 (15:41 +0200)]
angstrom 2009.X: switch to autoconf 2.63 * update to a newer pulseaudio as well

16 years agofirefox 3.0.1: make it go faster in 16bpp modes
Koen Kooi [Wed, 3 Jun 2009 11:55:17 +0000 (13:55 +0200)]
firefox 3.0.1: make it go faster in 16bpp modes

16 years agolinux-davinci git: update dm355-leopard defconfig
Koen Kooi [Wed, 3 Jun 2009 11:12:02 +0000 (13:12 +0200)]
linux-davinci git: update dm355-leopard defconfig

16 years agoangstrom 2009.X: weakly assign xserver-xorg as default * images can still pick kdrive...
Koen Kooi [Wed, 3 Jun 2009 09:22:13 +0000 (11:22 +0200)]
angstrom 2009.X: weakly assign xserver-xorg as default * images can still pick kdrive if wanted

16 years agotask-beagleboard-demo: add linux-firmware files
Koen Kooi [Wed, 3 Jun 2009 07:20:47 +0000 (09:20 +0200)]
task-beagleboard-demo: add linux-firmware files

16 years agolinux-firmware: add recipes to package firmwares that used to be in the kernel
Robert Nelson [Wed, 3 Jun 2009 07:11:48 +0000 (09:11 +0200)]
linux-firmware: add recipes to package firmwares that used to be in the kernel

16 years agoguile-native: depend on gettext-native
Koen Kooi [Wed, 3 Jun 2009 07:07:13 +0000 (09:07 +0200)]
guile-native: depend on gettext-native

16 years agolinux-kirkwood: update to 2.6.29.4
Koen Kooi [Tue, 2 Jun 2009 20:37:27 +0000 (22:37 +0200)]
linux-kirkwood: update to 2.6.29.4

16 years agoguile 1.8.5: remove -Werror
Koen Kooi [Tue, 2 Jun 2009 19:08:42 +0000 (21:08 +0200)]
guile 1.8.5: remove -Werror

16 years agoxf86-video-displaylink: add 0.1 * this recipe is a mess because upstream is a mess
Koen Kooi [Tue, 2 Jun 2009 19:02:52 +0000 (21:02 +0200)]
xf86-video-displaylink: add 0.1 * this recipe is a mess because upstream is a mess

16 years agodistcc: fix startup by creating 'distcc' user
Koen Kooi [Tue, 2 Jun 2009 18:11:21 +0000 (20:11 +0200)]
distcc: fix startup by creating 'distcc' user

16 years agognuradio: add deptask for the buildlibusb task
Koen Kooi [Tue, 2 Jun 2009 18:11:01 +0000 (20:11 +0200)]
gnuradio: add deptask for the buildlibusb task

16 years agopulseaudio: add 0.9.15, sync with poky
Koen Kooi [Tue, 2 Jun 2009 17:57:52 +0000 (19:57 +0200)]
pulseaudio: add 0.9.15, sync with poky

16 years agolibcanberra: sync with poky
Koen Kooi [Tue, 2 Jun 2009 17:57:42 +0000 (19:57 +0200)]
libcanberra: sync with poky