openembedded.git
16 years agolsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from...
Tim 'timtim' Ellis [Thu, 22 Jan 2009 21:15:03 +0000 (21:15 +0000)]
lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features

16 years agoavr-evtd: Add avr-evtd, LED/button/watchdog stuff for lsppchd, lsppchg and lsmipsel
Tim 'timtim' Ellis [Thu, 22 Jan 2009 21:03:57 +0000 (21:03 +0000)]
avr-evtd: Add avr-evtd, LED/button/watchdog stuff for lsppchd, lsppchg and lsmipsel

16 years agomtools: fix 3.9.11 recipe to properly compile
Otavio Salvador [Thu, 22 Jan 2009 12:20:29 +0000 (10:20 -0200)]
mtools: fix 3.9.11 recipe to properly compile

Compilation was failing due a wrong command line param being passed to
GCC. This patch fixes it.

,----[ Failure ]
| cc1: error: unrecognized command line option "-m486"
`----

Besides the compilation error, mtools.patch is not necessary anymore
and not applicable to this version, thus droped.

16 years agosyslinux: add a non-native package
Otavio Salvador [Fri, 16 Jan 2009 15:43:50 +0000 (13:43 -0200)]
syslinux: add a non-native package

16 years agosyslinux-native: leave only 3.63 version
Otavio Salvador [Thu, 15 Jan 2009 18:31:18 +0000 (16:31 -0200)]
syslinux-native: leave only 3.63 version

The only user (or a possible one) of it was OpenMoko but they were
preferring the version 3.36 that is not available; so looks safe to
bump it to 3.63 since it was't notice by them.

The versions that has been droped are 2.11, 3.11 and 3.31.

16 years agoxorg-xserver-common: do not include .la files in module packages
Otavio Salvador [Thu, 15 Jan 2009 12:01:14 +0000 (10:01 -0200)]
xorg-xserver-common: do not include .la files in module packages

16 years agobitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released
Otavio Salvador [Wed, 14 Jan 2009 22:35:35 +0000 (20:35 -0200)]
bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now released

To ensure all users are notified about it, we bump the minimal bitbake
version to 1.8.12 to avoid problems for them.

16 years agochecksums.ini: Add avr-evtd 1.7.2 and sort
Tim 'timtim' Ellis [Thu, 22 Jan 2009 20:42:16 +0000 (20:42 +0000)]
checksums.ini: Add avr-evtd 1.7.2 and sort

16 years agotask-beagleboard-demo: remove epiphany, midori does a much better job these days
Koen Kooi [Thu, 22 Jan 2009 18:23:42 +0000 (19:23 +0100)]
task-beagleboard-demo: remove epiphany, midori does a much better job these days

16 years agoscummvm: fix the fact that none of the engines were builtin(so scummvm was useless...
Denis 'GNUtoo' Carikli [Thu, 22 Jan 2009 14:55:12 +0000 (15:55 +0100)]
scummvm: fix the fact that none of the engines were builtin(so scummvm was useless) while keeping ENTERPRISE_DISTRO and minor fixes:
*took the lacking scummvm/files/openmoko/openmoko-scummvm from the openmoko wiki
*no-strip.patch for the 0.12.0 version : if you let the Makefile strip,openembedded skip stripping and so it can't copy the unstripped binaries before stripping...and so it creates an empty -dbg package
*must check the stripping for the others versions
*explanation of the main fix: most of the recipes added something like this:
DEFINES="-DUNIX -DSCUMM_NEED_ALIGNMENT -DUSE_VORBIS -DUSE_ZLIB -DUSE_MPEG2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '-DUSE_MAD -DUSE_MPEG2', d)}"
this did override the DEFINES...and so defines such as -DENABLE_ENGINENAME=STATIC_PLUGIN were no longer defined...and so none of the engines were built...
I removed it and remplaced it by
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mpeg2', '--with-mpeg2-prefix=${STAGING_LIBDIR}/..', d)} \
${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-mad', '--with-mad-prefix=${STAGING_LIBDIR}/..', d)} \
I've also tested it with ENTREPRISE_DISTRO = "1" in my local.conf here are what I checked:
**the configure log:
Checking for MAD... no
Checking for libmpeg2 >= 0.3.2... no
**the run.do_configure.21902 shell script:
--disable-mpeg2 twice in oe_runconf and in do_configure ..no other matches for mpeg
same thing for --disable-mad
**the about menu inside scummvm says vorbis zlib in the "features compiled in" section
and there were no mention of mad,mp3 or mpeg2

*bump all PR

16 years agoomap3-sgx-modules: add 1.2.12.838 as reference
Koen Kooi [Thu, 22 Jan 2009 17:54:45 +0000 (18:54 +0100)]
omap3-sgx-modules: add 1.2.12.838 as reference

16 years agochecksums.ini: add more checksums
Koen Kooi [Thu, 22 Jan 2009 17:51:37 +0000 (18:51 +0100)]
checksums.ini: add more checksums

16 years agolinux-omap: add patch to get i2c working on the pico DLP
Koen Kooi [Thu, 22 Jan 2009 17:47:24 +0000 (18:47 +0100)]
linux-omap: add patch to get i2c working on the pico DLP

16 years agoxf86-video-omapfb: get XV working on 32bpp displays
Koen Kooi [Thu, 22 Jan 2009 13:08:51 +0000 (14:08 +0100)]
xf86-video-omapfb: get XV working on 32bpp displays

16 years agoalsa-utils 1.0.18: Remove xmlto usage from the build
Mark Brown [Wed, 21 Jan 2009 23:47:35 +0000 (23:47 +0000)]
alsa-utils 1.0.18: Remove xmlto usage from the build

It's not available on all hosts and some have broken installs.

16 years agolinux: enabled many drivers for AT91SAM9263-EK board
Marcin Juszkiewicz [Thu, 22 Jan 2009 12:45:11 +0000 (13:45 +0100)]
linux: enabled many drivers for AT91SAM9263-EK board

16 years agobusybox: ship /dev/snd/timer with mdev
Marcin Juszkiewicz [Thu, 22 Jan 2009 12:26:17 +0000 (13:26 +0100)]
busybox: ship /dev/snd/timer with mdev

16 years agosanity.bbclass: Provide preserving the mmap_min_addr setting over reboots (from Poky)
Richard Purdie [Tue, 26 Aug 2008 10:23:59 +0000 (10:23 +0000)]
sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky@5106 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobusybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as separate...
Marcin Juszkiewicz [Mon, 19 Jan 2009 13:34:51 +0000 (14:34 +0100)]
busybox: rename mdev subpackage to busybox-mdev as we have 1.2.1 mdev as separate recipe

16 years agoopenmoko.conf: Revert not intended change to preferred-om-2009-versions.inc
Stefan Schmidt [Thu, 22 Jan 2009 10:48:59 +0000 (11:48 +0100)]
openmoko.conf: Revert not intended change to preferred-om-2009-versions.inc

16 years agosane-srcrevs.inc: fix typo
Michael 'Mickey' Lauer [Thu, 22 Jan 2009 10:27:25 +0000 (11:27 +0100)]
sane-srcrevs.inc: fix typo

16 years agoangstrom feed builder: include transmission
Koen Kooi [Thu, 22 Jan 2009 07:57:12 +0000 (08:57 +0100)]
angstrom feed builder: include transmission

16 years agotask-native-sdk: try harder to include cpp
Koen Kooi [Thu, 22 Jan 2009 07:56:31 +0000 (08:56 +0100)]
task-native-sdk: try harder to include cpp

16 years agolsppc: Add KERNEL_IMAGETYPE, UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS info and kernel...
Tim 'timtim' Ellis [Wed, 21 Jan 2009 23:49:04 +0000 (23:49 +0000)]
lsppc: Add KERNEL_IMAGETYPE, UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS info and kernel-devicetree to MACHINE_EXTRA_RDEPENDS

16 years agolinux-linkstationppc: Move from 2.6.21-rc5 to 2.6.27.10. Move to using deice tree...
Tim 'timtim' Ellis [Wed, 21 Jan 2009 23:47:25 +0000 (23:47 +0000)]
linux-linkstationppc: Move from 2.6.21-rc5 to 2.6.27.10. Move to using deice tree stuff in linux.inc.

16 years agotransmission: Add transmission, a bittorrent client with a nice web interface, great...
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:54:59 +0000 (20:54 +0000)]
transmission: Add transmission, a bittorrent client with a nice web interface, great on NAS. Thanks dave purdy for this.

16 years agochecksums.ini: Add transmission-1.40
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:51:50 +0000 (20:51 +0000)]
checksums.ini: Add transmission-1.40

16 years agolinux.inc: Add lsppchg and lsppchd to linux.inc and sort the KERNEL_DEVICETREE device...
Tim 'timtim' Ellis [Wed, 21 Jan 2009 20:47:40 +0000 (20:47 +0000)]
linux.inc: Add lsppchg and lsppchd to linux.inc and sort the KERNEL_DEVICETREE devices by name

16 years agoomap3 sgx drivers: fix initscript, fix S in kernel recipe
Koen Kooi [Wed, 21 Jan 2009 19:52:47 +0000 (20:52 +0100)]
omap3 sgx drivers: fix initscript, fix S in kernel recipe

16 years agotimidity: new nonworking recipe; needs host tool
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 19:15:59 +0000 (20:15 +0100)]
timidity: new nonworking recipe; needs host tool

16 years agomumpot: add version 0.3.2
Andreas Kemnade [Wed, 21 Jan 2009 19:07:32 +0000 (20:07 +0100)]
mumpot: add version 0.3.2

16 years agobootchart-lite: new recipe; bootchart diagnostic tool for embedded systems
Ken [Wed, 21 Jan 2009 18:55:47 +0000 (19:55 +0100)]
bootchart-lite: new recipe; bootchart diagnostic tool for embedded systems

16 years agochecksums.ini: Look, another recipe added without checksums: libgpod
Koen Kooi [Wed, 21 Jan 2009 18:56:39 +0000 (19:56 +0100)]
checksums.ini: Look, another recipe added without checksums: libgpod

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Wed, 21 Jan 2009 18:55:40 +0000 (19:55 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

16 years agochecksums.ini: *sigh* add missing checksums for the last 2 commits (pingus and tuxmath)
Koen Kooi [Wed, 21 Jan 2009 18:53:31 +0000 (19:53 +0100)]
checksums.ini: *sigh* add missing checksums for the last 2 commits (pingus and tuxmath)

16 years agolibgpod: new recipe; A library to access the Apple iPod
Erik Boto [Wed, 21 Jan 2009 18:50:05 +0000 (19:50 +0100)]
libgpod: new recipe; A library to access the Apple iPod

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Wed, 21 Jan 2009 18:42:21 +0000 (19:42 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

16 years agopingus: fix style issues and packaging
Koen Kooi [Wed, 21 Jan 2009 18:40:31 +0000 (19:40 +0100)]
pingus: fix style issues and packaging
* machine specific start script ?!?!?! Can't it check /proc/cpuinfo?

16 years agotuxmath: new recipe; A math game based on SDL
Elena of Valhalla [Wed, 21 Jan 2009 18:38:42 +0000 (19:38 +0100)]
tuxmath: new recipe; A math game based on SDL

16 years agoangstrom feed builder: add pingus and frozen-bubble
Koen Kooi [Wed, 21 Jan 2009 18:38:37 +0000 (19:38 +0100)]
angstrom feed builder: add pingus and frozen-bubble

16 years agoalsa-utils 1.0.18: def pref -1 till someone fixes it so it actually builds
Koen Kooi [Wed, 21 Jan 2009 18:36:04 +0000 (19:36 +0100)]
alsa-utils 1.0.18: def pref -1 till someone fixes it so it actually builds

16 years agopingus: new recipe; A lemmings-clone based on SDL
Sander van Grieken [Wed, 21 Jan 2009 18:27:45 +0000 (19:27 +0100)]
pingus: new recipe; A lemmings-clone based on SDL

16 years agoconnman: add RDEPENDS to dynamic packages, enable more plugins
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 16:21:30 +0000 (17:21 +0100)]
connman: add RDEPENDS to dynamic packages, enable more plugins

16 years agotzdata: make it possible to set default timezone
Jeremy Lainé [Wed, 21 Jan 2009 16:04:44 +0000 (17:04 +0100)]
tzdata: make it possible to set default timezone
* make it possible to choose the default timezone by
  setting the DEFAULT_TIMEZONE variable

16 years agogsm0710muxd: bump to 0.9.3 release
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 14:51:26 +0000 (15:51 +0100)]
gsm0710muxd: bump to 0.9.3 release

16 years agotask-native-sdk: rrecommend fortran symlinks as well
Koen Kooi [Wed, 21 Jan 2009 13:22:24 +0000 (14:22 +0100)]
task-native-sdk: rrecommend fortran symlinks as well

16 years agobluez4: s/alsa-libs/alsa-lib/
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 13:07:59 +0000 (14:07 +0100)]
bluez4: s/alsa-libs/alsa-lib/

16 years agosane-srcrevs: bump FSO bundle
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:44:12 +0000 (13:44 +0100)]
sane-srcrevs: bump FSO bundle

16 years agoopenmoko.conf: move to bluez4
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:36:25 +0000 (13:36 +0100)]
openmoko.conf: move to bluez4

16 years agobluez4: packaging tweaks; remove bluez4-utils in favour of that
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 12:33:30 +0000 (13:33 +0100)]
bluez4: packaging tweaks; remove bluez4-utils in favour of that

16 years agoblueprobe: bump PR
Koen Kooi [Wed, 21 Jan 2009 12:20:58 +0000 (13:20 +0100)]
blueprobe: bump PR

16 years agoalsa: update to 1.0.18
Mark Brown [Tue, 6 Jan 2009 23:48:06 +0000 (23:48 +0000)]
alsa: update to 1.0.18

16 years agoAdd tuning for ARM1176JZF-S core
Mark Brown [Thu, 15 Jan 2009 16:50:32 +0000 (16:50 +0000)]
Add tuning for ARM1176JZF-S core

This core is featured in processors such as the S3C6410.

16 years agobusybox: use short options for hwclock - closes #4978
Bernhard Reutner-Fischer [Fri, 9 Jan 2009 19:12:41 +0000 (20:12 +0100)]
busybox: use short options for hwclock - closes #4978

  Both busybox as well as big version support the same short options
  but the busybox version may be build with getopt_long turned off.

16 years agoparoli: new recipe; combined application for Openmoko 2009.x
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 10:37:22 +0000 (11:37 +0100)]
paroli: new recipe; combined application for Openmoko 2009.x
this supersedes paroli-dialer and paroli-gui which are now removed

16 years agoangstrom feed builder: add pimlico
Koen Kooi [Wed, 21 Jan 2009 10:08:12 +0000 (11:08 +0100)]
angstrom feed builder: add pimlico

16 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Wed, 21 Jan 2009 10:04:06 +0000 (11:04 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

16 years agobluez4: 4.7 -> 4.27; improve package granularity and fix DEPENDS
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 03:16:09 +0000 (04:16 +0100)]
bluez4: 4.7 -> 4.27; improve package granularity and fix DEPENDS

16 years agoframeworkd: bump for python 2.6
Michael 'Mickey' Lauer [Wed, 21 Jan 2009 01:58:48 +0000 (02:58 +0100)]
frameworkd: bump for python 2.6
mickeydbus: bump for python 2.6
mickeyterm: bump for python 2.6
multicat: bump for python 2.6
zhone: bump for python 2.6

16 years agolsppc: Remove foonas classes lsppchg-image and lsppchd-image
Tim 'timtim' Ellis [Tue, 20 Jan 2009 21:15:21 +0000 (21:15 +0000)]
lsppc: Remove foonas classes lsppchg-image and lsppchd-image

16 years agolsppc: Remove uboot from machine features as this is broken atm, also remove pci
Tim 'timtim' Ellis [Tue, 20 Jan 2009 20:54:00 +0000 (20:54 +0000)]
lsppc: Remove uboot from machine features as this is broken atm, also remove pci

16 years agomyththv: bump PR
Koen Kooi [Tue, 20 Jan 2009 19:24:34 +0000 (20:24 +0100)]
myththv: bump PR

16 years agobluez4-utils: update to 4.27
Jan Lübbe [Tue, 20 Jan 2009 18:44:28 +0000 (18:44 +0000)]
bluez4-utils: update to 4.27

16 years agobluez4-utils: ship missing files, bluetoothd can start now
Jan Lübbe [Tue, 20 Jan 2009 18:31:51 +0000 (18:31 +0000)]
bluez4-utils: ship missing files, bluetoothd can start now

16 years agodsplink : Add a (hopefully) stable URL to find TI SW needed to build dsplink
Philip Balister [Tue, 20 Jan 2009 18:31:07 +0000 (11:31 -0700)]
dsplink : Add a (hopefully) stable URL to find TI SW needed to build dsplink
          and codec engine.

16 years agolinux-omap 2.6.27: add patch to make gwc device work
Koen Kooi [Tue, 20 Jan 2009 18:25:22 +0000 (19:25 +0100)]
linux-omap 2.6.27: add patch to make gwc device work

16 years agochecksums.ini: add vpnc
Koen Kooi [Tue, 20 Jan 2009 18:24:12 +0000 (19:24 +0100)]
checksums.ini: add vpnc

16 years agovpnc: Include correct help file, apply patch to get install right (fixes #4831) and...
Florian Boor [Tue, 20 Jan 2009 17:54:19 +0000 (18:54 +0100)]
vpnc: Include correct help file, apply patch to get install right (fixes #4831) and update makeman.patch to work for multiple versions.

16 years agolibsdl-mixer: add libvrobis as dependency
woglinde [Tue, 20 Jan 2009 16:29:33 +0000 (17:29 +0100)]
libsdl-mixer: add libvrobis as dependency
* this is needed for frozen-bubble
* libvorbis is enough, because it will pull in libogg anyway
* bump PR
* closes BUG 4967

16 years agofrozen-bubble: add version 2.2.0
woglinde [Tue, 20 Jan 2009 16:15:12 +0000 (17:15 +0100)]
frozen-bubble: add version 2.2.0
* not default version yet we need to workaround the messie
  perl buildystem in one case
* recipe orginal from GNUtoo
* closes BUG 4965

16 years agobusybox_1.11.3.bb: don't call update-rc.d for mdev
Jeremy Lainé [Tue, 20 Jan 2009 16:10:16 +0000 (17:10 +0100)]
busybox_1.11.3.bb: don't call update-rc.d for mdev
* prune call to update-rc.d mdev for the busybox package, it is
  handled in the mdev package

16 years agoimage.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_ROOTFS_SIZE
Denys Dmytriyenko [Fri, 5 Dec 2008 17:48:06 +0000 (12:48 -0500)]
image.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_ROOTFS_SIZE

16 years agoAuto resizing ext2/ext3 images (from Poky)
Marcin Juszkiewicz [Fri, 5 Dec 2008 16:15:41 +0000 (17:15 +0100)]
Auto resizing ext2/ext3 images (from Poky)

During my work for OpenedHand I wrote one usefull thing which we used for
ext2/ext3 images - autosizing.

In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount
of kilobytes to it and gives that size to genext2fs.

16 years agoffmpeg: bump SRCREV
Koen Kooi [Tue, 20 Jan 2009 10:39:33 +0000 (11:39 +0100)]
ffmpeg: bump SRCREV

16 years agoangstrom feed builder: add stalonetray and sensors-applet
Koen Kooi [Tue, 20 Jan 2009 10:37:29 +0000 (11:37 +0100)]
angstrom feed builder: add stalonetray and sensors-applet

16 years agoangstrom source mirror: blacklist more packages
Koen Kooi [Tue, 20 Jan 2009 10:36:00 +0000 (11:36 +0100)]
angstrom source mirror: blacklist more packages

16 years agosensors-applet: gnome panel applet for lm-sensors
Koen Kooi [Tue, 20 Jan 2009 10:35:25 +0000 (11:35 +0100)]
sensors-applet: gnome panel applet for lm-sensors

16 years agolmsensors: fix packaging, add 2.10.8, add staging function
Koen Kooi [Tue, 20 Jan 2009 10:34:57 +0000 (11:34 +0100)]
lmsensors: fix packaging, add 2.10.8, add staging function

16 years agoangstrom feed builder: clean opkg-native during machine section as well
Koen Kooi [Tue, 20 Jan 2009 08:31:05 +0000 (09:31 +0100)]
angstrom feed builder: clean opkg-native during machine section as well

16 years agochecksums: add prboom and vagalume
Koen Kooi [Mon, 19 Jan 2009 22:45:50 +0000 (23:45 +0100)]
checksums: add prboom and vagalume

16 years agomplayer: bump SRCREV
Koen Kooi [Mon, 19 Jan 2009 22:45:29 +0000 (23:45 +0100)]
mplayer: bump SRCREV

16 years agolsmipsel: Can not inherit lsmipsel-image because it does not exist, remove
Tim 'timtim' Ellis [Mon, 19 Jan 2009 21:09:52 +0000 (21:09 +0000)]
lsmipsel: Can not inherit lsmipsel-image because it does not exist, remove

16 years agofoonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter
Tim 'timtim' Ellis [Mon, 19 Jan 2009 21:07:41 +0000 (21:07 +0000)]
foonas: Remove TARGET_FPU from foonas machines orion, lsppc, lsmipsel, n1200, storcenter

16 years agopackage.bbclass: skip symlinks when generating shlib info in package_do_shlibs()
Denys Dmytriyenko [Mon, 19 Jan 2009 20:51:05 +0000 (15:51 -0500)]
package.bbclass: skip symlinks when generating shlib info in package_do_shlibs()

16 years agolinux-omap: remove unused patches
Koen Kooi [Mon, 19 Jan 2009 19:19:44 +0000 (20:19 +0100)]
linux-omap: remove unused patches

16 years agoprboom: update to 2.5.0
Koen Kooi [Mon, 19 Jan 2009 19:19:32 +0000 (20:19 +0100)]
prboom: update to 2.5.0

16 years agolirc: upgraded to 0.8.4a
Frans Meulenbroeks [Sun, 18 Jan 2009 19:38:58 +0000 (20:38 +0100)]
lirc: upgraded to 0.8.4a

16 years agolirc: changed config to build serial and mceusb; building more modules at the same...
Frans Meulenbroeks [Sun, 18 Jan 2009 19:26:18 +0000 (20:26 +0100)]
lirc: changed config to build serial and mceusb; building more modules at the same time seems not possible

16 years agolirc: updated to 0.8.4a; added mceusb & mceusb2 drivers
Frans Meulenbroeks [Sun, 18 Jan 2009 17:40:05 +0000 (18:40 +0100)]
lirc: updated to 0.8.4a; added mceusb & mceusb2 drivers

16 years agolcd4lnux updated to 0.11.0-SVN; added --with-ncurses in bb file
Frans Meulenbroeks [Sun, 18 Jan 2009 15:59:29 +0000 (16:59 +0100)]
lcd4lnux updated to 0.11.0-SVN; added --with-ncurses in bb file

16 years agouse python from env instead of /usr/bin/python
frans [Sun, 18 Jan 2009 12:31:11 +0000 (13:31 +0100)]
use python from env instead of /usr/bin/python

16 years agoopkg: bump up opkg version to R197
Tick Chen [Mon, 19 Jan 2009 18:33:00 +0000 (02:33 +0800)]
opkg: bump up opkg version to R197
solving issue of http://code.google.com/p/opkg/issues/detail?id=3&can=1
that opkg-cl crashes while dealing with package infomation exceeds
8192 bytes.

16 years agovagalume: update the SRC_URI to garage.maemo.org
Tick Chen [Mon, 19 Jan 2009 13:10:45 +0000 (21:10 +0800)]
vagalume: update the SRC_URI to garage.maemo.org
Cannot find the  tarball from original web-site

16 years agoekiga: also depend on gst-plugin-video4linux2
Koen Kooi [Mon, 19 Jan 2009 11:58:34 +0000 (12:58 +0100)]
ekiga: also depend on gst-plugin-video4linux2

16 years agogst-plugins-good: enable v4l2
Koen Kooi [Mon, 19 Jan 2009 11:57:32 +0000 (12:57 +0100)]
gst-plugins-good: enable v4l2

16 years agochecksums.ini: add some more checksums
Koen Kooi [Mon, 19 Jan 2009 11:43:24 +0000 (12:43 +0100)]
checksums.ini: add some more checksums

16 years agoekiga: add 3.1.0
Koen Kooi [Mon, 19 Jan 2009 11:10:46 +0000 (12:10 +0100)]
ekiga: add 3.1.0

16 years agoptlib: update to 2.5.2
Koen Kooi [Mon, 19 Jan 2009 10:10:09 +0000 (11:10 +0100)]
ptlib: update to 2.5.2

16 years agoopal: update to 3.5.2
Koen Kooi [Mon, 19 Jan 2009 10:09:30 +0000 (11:09 +0100)]
opal: update to 3.5.2

16 years agoopkg: fix postinst script to work outside of OE as well
Koen Kooi [Mon, 19 Jan 2009 08:24:03 +0000 (09:24 +0100)]
opkg: fix postinst script to work outside of OE as well
* $IMAGE_ROOTFS is an OE var, use $D instead