openembedded.git
15 years agoopkg_nogpg: Properly repair the damage by FSO people
Daniel Willmann [Wed, 12 Nov 2008 01:39:35 +0000 (02:39 +0100)]
opkg_nogpg: Properly repair the damage by FSO people
Refresh reduce-nogpg-noise.patch

15 years agochecksums.ini: Add i2c-tools
Stefan Schmidt [Tue, 11 Nov 2008 22:52:16 +0000 (22:52 +0000)]
checksums.ini: Add i2c-tools

15 years agochecksums.ini: added gpe-theme-industrial
Marcin Juszkiewicz [Tue, 11 Nov 2008 19:39:53 +0000 (20:39 +0100)]
checksums.ini: added gpe-theme-industrial

15 years agolinux: added support for m8050 device
Marcin Juszkiewicz [Tue, 11 Nov 2008 19:35:36 +0000 (20:35 +0100)]
linux: added support for m8050 device

15 years agochecksums.ini: added mime-support and gnome-themes
Marcin Juszkiewicz [Tue, 11 Nov 2008 19:34:57 +0000 (20:34 +0100)]
checksums.ini: added mime-support and gnome-themes

15 years agom8050: added config for AML M8050 device
Marcin Juszkiewicz [Tue, 11 Nov 2008 19:34:05 +0000 (20:34 +0100)]
m8050: added config for AML M8050 device

15 years agolibchenabler: do actually bump the PR as the source has changed
Dmitry Baryshkov [Tue, 11 Nov 2008 19:09:17 +0000 (22:09 +0300)]
libchenabler: do actually bump the PR as the source has changed

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolibmsgenabler: do actually bump the PR as the source has changed
Dmitry Baryshkov [Tue, 11 Nov 2008 19:08:20 +0000 (22:08 +0300)]
libmsgenabler: do actually bump the PR as the source has changed

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agoliblipsevent: do actually bump the PR as the source has changed
Dmitry Baryshkov [Tue, 11 Nov 2008 19:07:39 +0000 (22:07 +0300)]
liblipsevent: do actually bump the PR as the source has changed

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolibim: do actually bump the PR as the source has changed
Dmitry Baryshkov [Tue, 11 Nov 2008 19:07:01 +0000 (22:07 +0300)]
libim: do actually bump the PR as the source has changed

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolinux-rp-2.6.24: fix tosa kernel build
Dmitry Baryshkov [Wed, 5 Nov 2008 12:54:07 +0000 (15:54 +0300)]
linux-rp-2.6.24: fix tosa kernel build

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agoadd some stricter versions
Dmitry Baryshkov [Sat, 8 Nov 2008 23:20:53 +0000 (02:20 +0300)]
add some stricter versions

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agodropbear: fix FTBFS
Dmitry Baryshkov [Sat, 8 Nov 2008 23:20:42 +0000 (02:20 +0300)]
dropbear: fix FTBFS

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agosrc_distribute: update to reflect current bitbake
Dmitry Baryshkov [Sun, 9 Nov 2008 13:13:47 +0000 (16:13 +0300)]
src_distribute: update to reflect current bitbake

Since 1.8.8 bitbake stopped providing 'A' variable that src_distribute used.
Update src_distribute.bbclass to correctly generate files list w/o using
that var.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolibgemwidget-1.0: fix build error
Dmitry Baryshkov [Wed, 5 Nov 2008 12:56:36 +0000 (15:56 +0300)]
libgemwidget-1.0: fix build error

Update libgemwidget-1.0 to reflect current Gtk/GIO/GnomeVFS api.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agotasks: fix building with current libtool
Dmitry Baryshkov [Wed, 5 Nov 2008 12:55:54 +0000 (15:55 +0300)]
tasks: fix building with current libtool

current libtool requires AC_PROG_LIBTOOL in configure.ac
Include it to make libtool/autoconf happy.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agocontacts: fix build error
Dmitry Baryshkov [Wed, 5 Nov 2008 12:55:19 +0000 (15:55 +0300)]
contacts: fix build error

contacts' source defines e_util_unicode_get_utf8() as both static
function() in .c file and as non-static one in the header. As this
function is unused outside of that file, drop non-static declaration.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolinphone: fix building with current speex
Dmitry Baryshkov [Wed, 5 Nov 2008 12:54:50 +0000 (15:54 +0300)]
linphone: fix building with current speex

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolibsvg-cairo: fix building with current libtool/autoconf
Dmitry Baryshkov [Wed, 5 Nov 2008 12:53:23 +0000 (15:53 +0300)]
libsvg-cairo: fix building with current libtool/autoconf

Current autoconf/libtool prohibit using of macros/variables that start
with LT_. Workaround that by s/LT_/LV_/ on libsvg-cairo's configure.in

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agogloox: fix gloox.pc in the staging
Dmitry Baryshkov [Tue, 4 Nov 2008 01:41:41 +0000 (04:41 +0300)]
gloox: fix gloox.pc in the staging

As gloox.pc included @CFLAGS@ substitution, it got populated with
-isystem CFLAGS, thus breaking staging QA. Fix that by dropping
unnecessary @CFLAGS@ substitution.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agox11-sato-image: use correct package names instead of ttf-liberation
Dmitry Baryshkov [Sat, 8 Nov 2008 23:20:18 +0000 (02:20 +0300)]
x11-sato-image: use correct package names instead of ttf-liberation

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agotask-sdk-extra: use randrproto-dev instead of randrext-dev
Dmitry Baryshkov [Sat, 8 Nov 2008 23:17:38 +0000 (02:17 +0300)]
task-sdk-extra: use randrproto-dev instead of randrext-dev

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agotask-sdk-base: switch to newer pixman
Dmitry Baryshkov [Sun, 9 Nov 2008 13:07:23 +0000 (16:07 +0300)]
task-sdk-base: switch to newer pixman

task-sdk-base referenced older libpixman-dev, however most packages do
already use newer pixman package (which changed name from libpixman to
pixman). So switch RDEPENDS to contain pixman-dev instead of
libpixman-dev

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agochecksums.ini: update the checksum for lips_im-0.2
Dmitry Baryshkov [Mon, 10 Nov 2008 16:58:56 +0000 (19:58 +0300)]
checksums.ini: update the checksum for lips_im-0.2

It seems that the upstream tarball was changed. Update checksum.
Also bump up PR of the package to reflect new source.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agochecksums.ini: update the checksum for lips_event-0.1
Dmitry Baryshkov [Mon, 10 Nov 2008 16:58:32 +0000 (19:58 +0300)]
checksums.ini: update the checksum for lips_event-0.1

It seems that the upstream tarball was changed. Update checksum.
Also bump up PR of the package to reflect new source.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agochecksums.ini: update the checksum for libmsgenabler-1.0
Dmitry Baryshkov [Mon, 10 Nov 2008 16:58:08 +0000 (19:58 +0300)]
checksums.ini: update the checksum for libmsgenabler-1.0

It seems that the upstream tarball was changed. Update checksum.
Also bump up PR of the package to reflect new source.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agochecksums.ini: update the checksum for libchenabler-0.1
Dmitry Baryshkov [Mon, 10 Nov 2008 16:57:49 +0000 (19:57 +0300)]
checksums.ini: update the checksum for libchenabler-0.1

It seems that the upstream tarball was changed. Update checksum.
Also bump up PR of the package to reflect new source.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agochecksums.ini: add few more checksums
Dmitry Baryshkov [Wed, 5 Nov 2008 12:52:07 +0000 (15:52 +0300)]
checksums.ini: add few more checksums

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agortorrent_0.8.3.bb : update to the latest unstable build
Graeme Gregory [Tue, 11 Nov 2008 17:01:03 +0000 (17:01 +0000)]
rtorrent_0.8.3.bb : update to the latest unstable build

15 years agoangstrom feed builder: s/ctorrent/rtorrent/
Koen Kooi [Tue, 11 Nov 2008 17:00:37 +0000 (18:00 +0100)]
angstrom feed builder: s/ctorrent/rtorrent/
angstrom source mirror: enable partial uploads for lossy connections

15 years agoopkg nogpg: attempt to repair damage by FSO people, it should build
Koen Kooi [Tue, 11 Nov 2008 16:48:17 +0000 (17:48 +0100)]
opkg nogpg: attempt to repair damage by FSO people, it should build
again, but the noise patch has been disabled to accomplish that

15 years agolinux-omap git: update DSS2 patches and attempt to fix ASoC
Koen Kooi [Tue, 11 Nov 2008 15:06:06 +0000 (16:06 +0100)]
linux-omap git: update DSS2 patches and attempt to fix ASoC

15 years agoxserver-xorg: remove touchscreen section from omap3evm xorg.conf now that everything...
Koen Kooi [Tue, 11 Nov 2008 14:22:44 +0000 (15:22 +0100)]
xserver-xorg: remove touchscreen section from omap3evm xorg.conf now that everything gets detected automagically

15 years agoxf86-input-tslib_0.0.5.bb : add rotation handling patch from debian and
Graeme Gregory [Tue, 11 Nov 2008 14:17:49 +0000 (15:17 +0100)]
xf86-input-tslib_0.0.5.bb : add rotation handling patch from debian and
my own experimental dynamic resolution patch. Using Xorg to tell us what
resolution we run at, not assuming hardcoded defaults.

15 years agoPrepare for FSO milestone4 release
Daniel Willmann [Tue, 11 Nov 2008 00:10:13 +0000 (01:10 +0100)]
Prepare for FSO milestone4 release

frameworkd_git.bb: Increased PV for milestone4
zhone_git.bb: Increased PV for milestone4
distro/include/sane-srcrecs.inc: Bump packages for FSO milestone4

15 years agozaurusd: Turn backlight off when closing the lid and ~/.norot exists.
Stanislav Brabec [Mon, 10 Nov 2008 23:25:32 +0000 (23:25 +0000)]
zaurusd: Turn backlight off when closing the lid and ~/.norot exists.

15 years agoperl and cpan.bbclass: Never reference to host instance of perl:
Stanislav Brabec [Mon, 10 Nov 2008 21:24:04 +0000 (21:24 +0000)]
perl and cpan.bbclass: Never reference to host instance of perl:
* install MakeMaker files separately for native and target system
* PERL_INC, PERL_LIB and PERL_ARCHLIB changes through environment
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006815.html

15 years agobitbake.conf:Define STAGING_BINDIR_CROSS_BASEPKG and add it to the PATH:
Stanislav Brabec [Mon, 10 Nov 2008 21:20:24 +0000 (21:20 +0000)]
bitbake.conf:Define STAGING_BINDIR_CROSS_BASEPKG and add it to the PATH:
* fixes build of packages compiled with higher optimization than base system
* actually fixes references to sdl-config in mplayer while compiling for iwmmxt
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006808.html

15 years agomplayer: Temporarily disable debug build due to gcc bug#37987.
Stanislav Brabec [Sat, 1 Nov 2008 16:20:40 +0000 (16:20 +0000)]
mplayer: Temporarily disable debug build due to gcc bug#37987.

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Tue, 11 Nov 2008 12:22:02 +0000 (13:22 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agoxf86-input-tslib: add patch to make detection using HAL work instead of hardcoding...
Koen Kooi [Tue, 11 Nov 2008 12:21:18 +0000 (13:21 +0100)]
xf86-input-tslib: add patch to make detection using HAL work instead of hardcoding /dev/event0

15 years agoqemu (svn): fix include of dirent.h file
Otavio Salvador [Mon, 10 Nov 2008 20:47:32 +0000 (18:47 -0200)]
qemu (svn): fix include of dirent.h file

15 years agoxserver xorg: simplify omap3evm xorg.conf, HAL handles most of the input stuff nowadays
Koen Kooi [Tue, 11 Nov 2008 09:04:19 +0000 (10:04 +0100)]
xserver xorg: simplify omap3evm xorg.conf, HAL handles most of the input stuff nowadays

15 years agofeedbrowser: remove bogus check so the db will get created and fix SQL to get the...
Koen Kooi [Tue, 11 Nov 2008 08:18:46 +0000 (09:18 +0100)]
feedbrowser: remove bogus check so the db will get created and fix SQL to get the feeds created

15 years agoxserver-kdrive-common: Update openmoko/Xserver script
Daniel Willmann [Tue, 11 Nov 2008 00:01:51 +0000 (01:01 +0100)]
xserver-kdrive-common: Update openmoko/Xserver script

15 years agometa-toolchain-opie: add Opie SDK package
Dmitry Baryshkov [Mon, 10 Nov 2008 23:12:57 +0000 (23:12 +0000)]
meta-toolchain-opie: add Opie SDK package
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agotask-sdk-opie: correctly select qte or qte-mt
Dmitry Baryshkov [Mon, 10 Nov 2008 23:11:14 +0000 (23:11 +0000)]
task-sdk-opie: correctly select qte or qte-mt
preferred-versions-opie*.inc contain a mechanism for selecting between
qte or qte-mt packages. Follow that way to correctly select
task-sdk-opie dependency.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agolibmailwrapper: add 1.2.4 version recipe
Dmitry Baryshkov [Mon, 10 Nov 2008 23:08:20 +0000 (23:08 +0000)]
libmailwrapper: add 1.2.4 version recipe
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agoopie-cardapplet: add 1.2.4 version recipe
Dmitry Baryshkov [Mon, 10 Nov 2008 23:06:58 +0000 (23:06 +0000)]
opie-cardapplet: add 1.2.4 version recipe
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
15 years agogdal-1.5.2: fix various stuff
woglinde [Sun, 9 Nov 2008 20:28:31 +0000 (21:28 +0100)]
gdal-1.5.2: fix various stuff
* *-config file in staging had the wrong directories
* put /usr/share into dev files to save space on
  the devices, should eventually become -example
* bump PR

15 years agoillume: Actually use a patch that applies. Sorry.
Stefan Schmidt [Mon, 10 Nov 2008 16:20:41 +0000 (16:20 +0000)]
illume: Actually use a patch that applies. Sorry.

15 years agoillume: Add patch to fix segfault on gsm module on FSO.
Stefan Schmidt [Mon, 10 Nov 2008 15:39:53 +0000 (15:39 +0000)]
illume: Add patch to fix segfault on gsm module on FSO.

15 years agoglibc_2.2.5: Make it buildable again for Unslung distro
Rod Whitby [Mon, 10 Nov 2008 13:49:27 +0000 (13:49 +0000)]
glibc_2.2.5: Make it buildable again for Unslung distro

15 years agounslung.conf: Define PREFERRED_PROVIDER for virtual/libc-initial:glibc-initial
Rod Whitby [Mon, 10 Nov 2008 13:48:09 +0000 (13:48 +0000)]
unslung.conf: Define PREFERRED_PROVIDER for virtual/libc-initial:glibc-initial

15 years agoconf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale
Mike Westerhof [Mon, 10 Nov 2008 06:49:50 +0000 (00:49 -0600)]
conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale

15 years agoglib-2.0-native: update older recipe (2.16.1) to also install libgio.
Mike Westerhof [Mon, 10 Nov 2008 03:18:24 +0000 (21:18 -0600)]
glib-2.0-native: update older recipe (2.16.1) to also install libgio.

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Philip Balister [Mon, 10 Nov 2008 00:49:58 +0000 (17:49 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agopulseaudio-meta_0.9.10.bb : Correct typo.
Philip Balister [Mon, 10 Nov 2008 00:45:31 +0000 (17:45 -0700)]
pulseaudio-meta_0.9.10.bb : Correct typo.

15 years agofso-image.bb: Replace xterm with gpe-terminal
Daniel Willmann [Sun, 9 Nov 2008 19:00:38 +0000 (20:00 +0100)]
fso-image.bb: Replace xterm with gpe-terminal

They seem to look the same, but gpe-teminal includes a .desktop file

15 years agognome-python-desktop: sed some more python locations
Koen Kooi [Sun, 9 Nov 2008 15:31:38 +0000 (16:31 +0100)]
gnome-python-desktop: sed some more python locations

15 years agognome-python: use stage_all instead of stage_includes
Koen Kooi [Sun, 9 Nov 2008 15:26:05 +0000 (16:26 +0100)]
gnome-python: use stage_all instead of stage_includes

15 years agognome-python: fix locations of defs files
Koen Kooi [Sun, 9 Nov 2008 15:12:15 +0000 (16:12 +0100)]
gnome-python: fix locations of defs files

15 years agopyorbit: update to 2.24.0
Koen Kooi [Sun, 9 Nov 2008 15:08:35 +0000 (16:08 +0100)]
pyorbit: update to 2.24.0

15 years agochecksums: add sums for gnome-python and pyorbit
Koen Kooi [Sun, 9 Nov 2008 14:27:23 +0000 (15:27 +0100)]
checksums: add sums for gnome-python and pyorbit

15 years agoangstrom release set: pass machine via env
Koen Kooi [Sun, 9 Nov 2008 12:32:51 +0000 (13:32 +0100)]
angstrom release set: pass machine via env

15 years agoangstrom release set: remove ep93xx machine, add beagleboard and
Koen Kooi [Sun, 9 Nov 2008 11:27:11 +0000 (12:27 +0100)]
angstrom release set: remove ep93xx machine, add beagleboard and
omap3evm

15 years agobluez-utils: apply sbc-thumb.patch for 3.36
Andrea Adami [Sun, 9 Nov 2008 09:51:58 +0000 (09:51 +0000)]
bluez-utils: apply sbc-thumb.patch for 3.36

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Phil Blundell [Sun, 9 Nov 2008 09:43:29 +0000 (09:43 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agoglib-2.0: apply patch from Andrea Adami to make thumb work with 2.18.1
Phil Blundell [Sun, 9 Nov 2008 09:42:44 +0000 (09:42 +0000)]
glib-2.0: apply patch from Andrea Adami to make thumb work with 2.18.1

15 years agolinux-omap git: add patch to fix red-tint on omap3evm screens
Koen Kooi [Sun, 9 Nov 2008 09:28:16 +0000 (10:28 +0100)]
linux-omap git: add patch to fix red-tint on omap3evm screens

15 years agochecksums.ini: Add sums for xkeyboard-config-1.3
Stefan Schmidt [Sun, 9 Nov 2008 00:09:35 +0000 (01:09 +0100)]
checksums.ini: Add sums for xkeyboard-config-1.3

15 years agopyorbit 2.14.3: new recipe
Tom Talpey [Sat, 8 Nov 2008 09:11:14 +0000 (10:11 +0100)]
pyorbit 2.14.3: new recipe

15 years agognome-python 2.22.1: new package
Tom Talpey [Sat, 8 Nov 2008 09:10:17 +0000 (10:10 +0100)]
gnome-python 2.22.1: new package

15 years agognome-desktop: add libxrandr to DEPENDS
Tom Talpey [Sat, 8 Nov 2008 09:09:16 +0000 (10:09 +0100)]
gnome-desktop: add libxrandr to DEPENDS

15 years agognome-python-desktop: Add DEPENDS for gnome-python and libgnomeprint*, needed for...
Tom Talpey [Sat, 8 Nov 2008 09:08:27 +0000 (10:08 +0100)]
gnome-python-desktop: Add DEPENDS for gnome-python and libgnomeprint*, needed for gnome-games.

15 years agoguile: Add libtool dependency
Tom Talpey [Sat, 8 Nov 2008 09:07:46 +0000 (10:07 +0100)]
guile: Add libtool dependency

15 years agognome-games: better granular packaging
Tom Talpey [Sat, 8 Nov 2008 09:06:02 +0000 (10:06 +0100)]
gnome-games: better granular packaging

15 years agolinux-omap git: add patches for new DSS (the nokia version, not the TI one), update...
Koen Kooi [Sat, 8 Nov 2008 08:45:37 +0000 (09:45 +0100)]
linux-omap git: add patches for new DSS (the nokia version, not the TI one), update beagle defconfig and bump to 2.6.28rc3

15 years agoxkeyboard-config: update to 1.4
Otavio Salvador [Sat, 8 Nov 2008 04:06:37 +0000 (02:06 -0200)]
xkeyboard-config: update to 1.4

15 years agometa-toolchain-fso: bitbake recipes for a toolchain and SDK for fso.
Mike Westerhof [Sat, 8 Nov 2008 03:43:17 +0000 (21:43 -0600)]
meta-toolchain-fso: bitbake recipes for a toolchain and SDK for fso.

15 years agofso-image-nox: a small no-x11 fso image for the GTA01 and GTA02
Mike Westerhof [Sat, 8 Nov 2008 03:41:42 +0000 (21:41 -0600)]
fso-image-nox: a small no-x11 fso image for the GTA01 and GTA02
(suitable for use as a rootfs for Qtopia or Qt Extended)

15 years agofso-image: Use the correct name for the fso illume theme
Stefan Schmidt [Sat, 8 Nov 2008 00:35:22 +0000 (01:35 +0100)]
fso-image: Use the correct name for the fso illume theme

15 years agochecksums.ini: Added entries from SRC_URI of openjdk-langtools-native.
Robert Schuster [Fri, 7 Nov 2008 15:40:01 +0000 (16:40 +0100)]
checksums.ini: Added entries from SRC_URI of openjdk-langtools-native.

15 years agoopenjdk-langtools-native: New recipe.
Robert Schuster [Fri, 7 Nov 2008 15:37:40 +0000 (16:37 +0100)]
openjdk-langtools-native: New recipe.

15 years agoxf86 video omapfb: bump SRCREV to fix segfault during fb probe
Koen Kooi [Fri, 7 Nov 2008 13:37:17 +0000 (14:37 +0100)]
xf86 video omapfb: bump SRCREV to fix segfault during fb probe

15 years agou-boot-openmoko: bump stable version, remove unstable version since u-boot-openmoko...
Michael 'Mickey' Lauer [Fri, 7 Nov 2008 10:01:04 +0000 (11:01 +0100)]
u-boot-openmoko: bump stable version, remove unstable version since u-boot-openmoko has been deprecated.
Further development will went into the Qi bootloader.

15 years agosane-srcrevs.inc: bump freesmartphone.org and openmoko recipes to prepare for FSO ms4
Michael 'Mickey' Lauer [Fri, 7 Nov 2008 09:49:41 +0000 (10:49 +0100)]
sane-srcrevs.inc: bump freesmartphone.org and openmoko recipes to prepare for FSO ms4

15 years agoangstrom feed builder: add more recipes to build
Koen Kooi [Fri, 7 Nov 2008 09:04:41 +0000 (10:04 +0100)]
angstrom feed builder: add more recipes to build

15 years agowebkit gtk: x96 and ppc default to dolt, which doesn't understand ${TARGET_PREFIX...
Koen Kooi [Fri, 7 Nov 2008 08:29:04 +0000 (09:29 +0100)]
webkit gtk: x96 and ppc default to dolt, which doesn't understand ${TARGET_PREFIX}, so create libtool from ${TARGET_PREFIX}libtool

15 years agoglibc: Add support for compiling glibc with march=i686
Denys Dmytriyenko [Fri, 7 Nov 2008 05:51:50 +0000 (21:51 -0800)]
glibc: Add support for compiling glibc with march=i686

15 years agognuradio : Fix stupid typo.
Philip Balister [Fri, 7 Nov 2008 01:08:07 +0000 (20:08 -0500)]
gnuradio : Fix stupid typo.

15 years agochecksums.ini: Add various checksums
M. Dietrich [Fri, 7 Nov 2008 00:07:31 +0000 (00:07 +0000)]
checksums.ini: Add various checksums

15 years agoshared-mime-info: Bring back db update in postint for 0.20 and 0.22
Stefan Schmidt [Thu, 6 Nov 2008 23:36:12 +0000 (23:36 +0000)]
shared-mime-info: Bring back db update in postint for 0.20 and 0.22

0.51 builds the mime db on the host and does not need these postint.

15 years agoxserver kdrive 1.4.0.90: bump PR
Koen Kooi [Thu, 6 Nov 2008 09:46:16 +0000 (10:46 +0100)]
xserver kdrive 1.4.0.90: bump PR

15 years agototem: add missing patch for 2.24.2
Koen Kooi [Thu, 6 Nov 2008 08:06:34 +0000 (09:06 +0100)]
totem: add missing patch for 2.24.2

15 years agoglib-2.0: fix atomic-thumb.patch
woglinde [Thu, 6 Nov 2008 00:06:19 +0000 (01:06 +0100)]
glib-2.0: fix atomic-thumb.patch
* is only in included in glib-2.0_2.16.4
* missed depenedcy on .la file
* bump PR of glib-2.0_2.16.4

15 years agochecksums.ini: added some entries
Marcin Juszkiewicz [Wed, 5 Nov 2008 12:43:58 +0000 (13:43 +0100)]
checksums.ini: added some entries

15 years agoxfdesktop: fix segfault when removable icons are disabled
Otavio Salvador [Mon, 3 Nov 2008 18:22:54 +0000 (16:22 -0200)]
xfdesktop: fix segfault when removable icons are disabled

15 years agoica-bin: add 10.6 recipe
Otavio Salvador [Mon, 3 Nov 2008 20:25:25 +0000 (18:25 -0200)]
ica-bin: add 10.6 recipe

15 years agotightvnc: add a default X resources file
Otavio Salvador [Tue, 4 Nov 2008 12:57:50 +0000 (10:57 -0200)]
tightvnc: add a default X resources file