openembedded.git
17 years agowebkit: add install and packaging, still needs do_stage()
Koen Kooi [Wed, 30 May 2007 11:33:16 +0000 (11:33 +0000)]
webkit: add install and packaging, still needs do_stage()

17 years agodb1200: remove PACKAGE_ARCHS
Koen Kooi [Wed, 30 May 2007 11:14:30 +0000 (11:14 +0000)]
db1200: remove PACKAGE_ARCHS

17 years agomerge of '202111bb61d911d344b28edb3efaa90dd7b5839c'
OpenEmbedded Project [Wed, 30 May 2007 10:56:04 +0000 (10:56 +0000)]
Merge ... '202111bb61d911d344b28edb3efaa90dd7b5839c'
     and '74ef5538952e598d19b9a5948bf53799aba14426'

17 years agowebkit: unbreak qmake usage a bit
Koen Kooi [Wed, 30 May 2007 10:40:10 +0000 (10:40 +0000)]
webkit: unbreak qmake usage a bit

17 years agomerge of '917b0d8264255bcc05a47f9b2b7167bf8781ef46'
Marcin Juszkiewicz [Wed, 30 May 2007 10:17:59 +0000 (10:17 +0000)]
Merge ... '917b0d8264255bcc05a47f9b2b7167bf8781ef46'
     and 'd355cc8d988e0476f885987030dc5cdc1fc2614e'

17 years agoopie-multikey: Let it load ru.keymap even with utf8 locale set by converting comments...
Michael Krelin [Wed, 30 May 2007 10:15:40 +0000 (10:15 +0000)]
opie-multikey: Let it load ru.keymap even with utf8 locale set by converting comments into utf-safe encoding.
Again, can't wait for upstream for a couple of years more.

17 years agomerge of '004380a4e5b2e3e1156fd497174eb001676bbc8a'
Koen Kooi [Wed, 30 May 2007 10:14:28 +0000 (10:14 +0000)]
Merge ... '004380a4e5b2e3e1156fd497174eb001676bbc8a'
     and '134a95998779b68fe6328f19f104e5e83a05e716'

17 years agoangstrom: bump xrandr to 1.2.x
Koen Kooi [Wed, 30 May 2007 10:13:12 +0000 (10:13 +0000)]
angstrom: bump xrandr to 1.2.x

17 years agoxrandr: fix uclibc build (from Poky)
Marcin Juszkiewicz [Wed, 30 May 2007 10:03:42 +0000 (10:03 +0000)]
xrandr: fix uclibc build (from Poky)

17 years agoopie-reader: fix copying of unicode text blocks, since upstream isn't likely to incor...
Michael Krelin [Wed, 30 May 2007 10:01:45 +0000 (10:01 +0000)]
opie-reader: fix copying of unicode text blocks, since upstream isn't likely to incorporate this one-liner patch anytime soon.

17 years agogcc: Make gcc build on amd64 by having it forget target configure cache when configur...
Michael Krelin [Wed, 30 May 2007 09:51:59 +0000 (09:51 +0000)]
gcc: Make gcc build on amd64 by having it forget target configure cache when configuring for build machine. Closes bug #1951

17 years agomerge of '166a496479db8302a15b8d67da979a4d5831f049'
Koen Kooi [Wed, 30 May 2007 09:52:21 +0000 (09:52 +0000)]
Merge ... '166a496479db8302a15b8d67da979a4d5831f049'
     and '6eac237f0d909ba98b365d88b337ff3e822907e1'

17 years agomplayer 1.0rc1: sync with svn version for pxa optimizations
Koen Kooi [Wed, 30 May 2007 09:50:51 +0000 (09:50 +0000)]
mplayer 1.0rc1: sync with svn version for pxa optimizations

17 years agoempathy: sync with poky
Koen Kooi [Wed, 30 May 2007 09:35:41 +0000 (09:35 +0000)]
empathy: sync with poky

17 years agosdl-perl 1.20.3: Fix the build of sdl-perl
Jamie Lenehan [Wed, 30 May 2007 09:00:31 +0000 (09:00 +0000)]
sdl-perl 1.20.3: Fix the build of sdl-perl
* Use the cpan class to do all the work instead of manually trying to do
  what cpan.bbclass does.
* Add some sed to stop it searching the system paths for SDL headers and to
  work around it expecting smpeg.h to be in an smpeg subdirectory.
* Update the homepage URL.
NOTE: The source for this version is no longer available, but it is the
version shipped by most distro's. I just grabbed the source from an
"apt-get source sdl-perl".
Fixes #413.

17 years agoperl 5.8.8: Bump PR on modules to force the -native versions to be rebuilt
Jamie Lenehan [Wed, 30 May 2007 07:01:46 +0000 (07:01 +0000)]
perl 5.8.8: Bump PR on modules to force the -native versions to be rebuilt
to take into account the new staging location of perl. This will also force
a rebuild of libxml-parser-perl which should now work.

17 years agoperl-native 5.8.8: Fix an issues with the perl makedepend script not
Jamie Lenehan [Wed, 30 May 2007 07:00:11 +0000 (07:00 +0000)]
perl-native 5.8.8: Fix an issues with the perl makedepend script not
properly terminating a quote. This is in theory the fix for the /bin/sh ->
/bin/dash problems with perl, however since I don't have any issues here with
dash (ubuntu 6.10) I can't confirm this. The patch is an obvious fix though
so I'm adding it.

17 years agoperl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in the
Jamie Lenehan [Wed, 30 May 2007 06:55:33 +0000 (06:55 +0000)]
perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in the
environment and use that instead of the configured location of PERL_INC.
Without this PERL_INC for non-native recipes ends up pointing at where the
headers will be located on the target. In theory we could override this in
cpan class when calling build.PL but for some packages, such as
libxml-parser-perl, that only fixes the top-level makefile and is not
propagated to the sub-makefiles. This change results in MakeMaker always
picking up the correct staged location of the include files without
effecting where they expect to be found on the target.

17 years agoperl/perl-native 5.8.8: Change the installation directories used for
Jamie Lenehan [Wed, 30 May 2007 06:49:50 +0000 (06:49 +0000)]
perl/perl-native 5.8.8: Change the installation directories used for
perl-native to remove the various directories and to remove the host
specific path components. This is to make it easier to refer to the staged
perl location from other places, such as when trying to tell things where
the perl include files are located.

17 years agouclibc 0.9.29: Move the angstrom configuration to the global configuration.
Jamie Lenehan [Wed, 30 May 2007 00:05:36 +0000 (00:05 +0000)]
uclibc 0.9.29: Move the angstrom configuration to the global configuration.
This allows uclibc to build for other distros and it'll make life a lot
easier for everyone if we can have a single configuration for all distros.
Long term we may need to re-add distro specific configurations, but for now
lets see if we can all use the same one.

17 years agomerge of '99133b6a252718e1e4b91a43a3a2dc3b7a6cfbdd'
Jamie Lenehan [Wed, 30 May 2007 00:02:52 +0000 (00:02 +0000)]
Merge ... '99133b6a252718e1e4b91a43a3a2dc3b7a6cfbdd'
     and 'cfdef5c70cac18e3f976428abe56e3b5461c80e0'

17 years agoperl: Add some more modules which I've been using locally incase someone
Jamie Lenehan [Wed, 30 May 2007 00:01:50 +0000 (00:01 +0000)]
perl: Add some more modules which I've been using locally incase someone
else happens to want to use them.

17 years agoopie-init: spawn ssh-agent separately. Closes #1729
Michael Krelin [Tue, 29 May 2007 23:59:30 +0000 (23:59 +0000)]
opie-init: spawn ssh-agent separately. Closes #1729

17 years agoperl: Bump PR on modules that include shared libraries since these may have
Jamie Lenehan [Tue, 29 May 2007 23:52:07 +0000 (23:52 +0000)]
perl: Bump PR on modules that include shared libraries since these may have
been effected by the revent CFLAGS changes to perl 5.8.8.

17 years agoperl 5.8.8: Fix the CFLAGS being used for perl modules. Instead of replacing
Jamie Lenehan [Tue, 29 May 2007 23:48:37 +0000 (23:48 +0000)]
perl 5.8.8: Fix the CFLAGS being used for perl modules. Instead of replacing
the CFLAGS from the perl configuration with the OE CFLAGS we prepend the OE
CFLAGS. This is needed to ensure that compiler defines (such as _GNU_SOURCE)
are correctly definied when building perl modules. This primarily effects
modules that link against the core perl library, such as libxml-parser-perl.

17 years agom4: removed -1 preference from 1.4.8, closes bug #837
Michael Krelin [Tue, 29 May 2007 22:46:31 +0000 (22:46 +0000)]
m4: removed -1 preference from 1.4.8, closes bug #837

17 years agoWebKit: add WIP recipe to build the webkit-gdk port
Koen Kooi [Tue, 29 May 2007 19:52:33 +0000 (19:52 +0000)]
WebKit: add WIP recipe to build the webkit-gdk port

17 years agoclasses/insane.bbclass: quote filenames to avoid problems with funny characters....
Michael Krelin [Tue, 29 May 2007 19:19:06 +0000 (19:19 +0000)]
classes/insane.bbclass: quote filenames to avoid problems with funny characters. Closes bug #2227

17 years agoicu: fix build
Koen Kooi [Tue, 29 May 2007 17:19:38 +0000 (17:19 +0000)]
icu: fix build

17 years agomediatomb: update to 0.9.1
Koen Kooi [Tue, 29 May 2007 13:42:33 +0000 (13:42 +0000)]
mediatomb: update to 0.9.1

17 years agoprismstumbler: added missing dependency on libxpm
Michael Krelin [Tue, 29 May 2007 13:14:24 +0000 (13:14 +0000)]
prismstumbler: added missing dependency on libxpm

17 years agoapmd: prevent build from interferring with host kernel headers. Closes #1257
Michael Krelin [Tue, 29 May 2007 12:27:45 +0000 (12:27 +0000)]
apmd: prevent build from interferring with host kernel headers. Closes #1257

17 years agomerge of '7a8b58eb1559ce42d012bca6d3e376d7039ca042'
Paul Sokolovsky [Tue, 29 May 2007 11:05:35 +0000 (11:05 +0000)]
Merge ... '7a8b58eb1559ce42d012bca6d3e376d7039ca042'
     and '9cf7a02e468c0f4c9f50d118cdeb06565eeac2ea'

17 years agoipkg-utils: Support reading both "control" and "./control" from tar archives.
Paul Sokolovsky [Tue, 29 May 2007 11:02:39 +0000 (11:02 +0000)]
ipkg-utils: Support reading both "control" and "./control" from tar archives.
* Fixes #2381.

17 years agomerge of 'baf576cb1d2852c5ce857ace4188b8e1662ab866'
Paul Sokolovsky [Tue, 29 May 2007 10:28:05 +0000 (10:28 +0000)]
Merge ... 'baf576cb1d2852c5ce857ace4188b8e1662ab866'
     and 'eac29782e598d26c29482f6cb57ba58cbaeb70ca'

17 years agoipkg-utils-native: Revert previously applied patch regarding "control" vs
Paul Sokolovsky [Tue, 29 May 2007 10:23:30 +0000 (10:23 +0000)]
ipkg-utils-native: Revert previously applied patch regarding "control" vs
"./control" matter to the state which works with tar-native.

17 years agoxserver-kdrive: add patch to speed up pixbuf compositing on some 16bit displays
Koen Kooi [Tue, 29 May 2007 10:15:10 +0000 (10:15 +0000)]
xserver-kdrive: add patch to speed up pixbuf compositing on some 16bit displays

17 years agoclasses/qpf.bbclass: removed set -e from postinst/prerm scripts so that it doesn...
Michael Krelin [Tue, 29 May 2007 09:06:02 +0000 (09:06 +0000)]
classes/qpf.bbclass: removed set -e from postinst/prerm scripts so that it doesn't fail on sourcing in /etc/profile. Closes #2388

17 years agomerge of '378deeb40b41ec05cc902c4d69546d9f2f604c30'
Rolf Leggewie [Tue, 29 May 2007 00:44:53 +0000 (00:44 +0000)]
Merge ... '378deeb40b41ec05cc902c4d69546d9f2f604c30'
     and 'abe0bb682ca88dfb40542ab379b6c2af2e84d1b4'

17 years agonunome: fix non-working nunome on spitz/Angstrom
Rolf Leggewie [Tue, 29 May 2007 00:04:48 +0000 (00:04 +0000)]
nunome: fix non-working nunome on spitz/Angstrom
* Thanks to polyonymous for providing the patch
* fixes access to the timer object before allocating it

17 years agognuchess: initial commit of the gnuchess engine. Partly fixes 429.
Rolf Leggewie [Mon, 28 May 2007 23:29:42 +0000 (23:29 +0000)]
gnuchess: initial commit of the gnuchess engine.  Partly fixes 429.

17 years agomerge of '3d4a85aa2c2724b95dcfd705b2078392bd5fe7fa'
Stelios Koroneos [Mon, 28 May 2007 22:26:36 +0000 (22:26 +0000)]
Merge ... '3d4a85aa2c2724b95dcfd705b2078392bd5fe7fa'
     and 'd1aa63f3b61dcecf2e8e5a90f2243dc87573d0b7'

17 years agoconf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with...
Stelios Koroneos [Mon, 28 May 2007 22:25:37 +0000 (22:25 +0000)]
conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with-tls" to
the epia machine

17 years agopackages/linux/linux-x86-2.6.20/defconfig : remove old config of linux-x86 kernel
Stelios Koroneos [Mon, 28 May 2007 22:24:12 +0000 (22:24 +0000)]
packages/linux/linux-x86-2.6.20/defconfig : remove old config of linux-x86 kernel

17 years agopackages/linux/linux-x86_2.6.20.bb : Set kernel configs for i486, i586 and i686 kernels
Stelios Koroneos [Mon, 28 May 2007 22:23:11 +0000 (22:23 +0000)]
packages/linux/linux-x86_2.6.20.bb : Set kernel configs for i486, i586 and i686 kernels

17 years agomerge of 'dc99b239ab5958b609e6490dca970a481541c9e3'
Leon Woestenberg [Mon, 28 May 2007 21:33:17 +0000 (21:33 +0000)]
Merge ... 'dc99b239ab5958b609e6490dca970a481541c9e3'
     and 'e26bab2aa774c1eb8d6a6fb3e4a8538081d9466b'

17 years agomerge of '5e3a99cc75e7a19b9e1a2202770d36f7bb244ed3'
Leon Woestenberg [Mon, 28 May 2007 21:33:10 +0000 (21:33 +0000)]
Merge ... '5e3a99cc75e7a19b9e1a2202770d36f7bb244ed3'
     and '964ce234ef1d5dd431f00bd022f11812fa77f370'

17 years agolighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.
Leon Woestenberg [Mon, 28 May 2007 21:32:16 +0000 (21:32 +0000)]
lighttpd: Respect --with(out)-pcre, do not depend on libpcre presence.

17 years agopackages/linux/linux-dht-walnut: Remove old dht-walnut kernels
Stelios Koroneos [Mon, 28 May 2007 21:24:31 +0000 (21:24 +0000)]
packages/linux/linux-dht-walnut: Remove old dht-walnut kernels

17 years agopackages/linux/linux-dht-walnut_2.6.20.bb: Build kernel using gcc 4.x
Stelios Koroneos [Mon, 28 May 2007 21:21:34 +0000 (21:21 +0000)]
packages/linux/linux-dht-walnut_2.6.20.bb: Build kernel using gcc 4.x
Set compatible machine
Make sure kernel-image post-processing takes into account TARGET_VENDOR

17 years agopackages/linux/linux-sequoia-2.6.21 : Add Denx 2.6.21.git kernel for the Sequoia...
Stelios Koroneos [Mon, 28 May 2007 21:14:45 +0000 (21:14 +0000)]
packages/linux/linux-sequoia-2.6.21 : Add Denx 2.6.21.git kernel for the Sequoia dev board

17 years agopackages/uboot/u-boot_git.bb : Add sequoia dev board uboot release tag
Stelios Koroneos [Mon, 28 May 2007 21:12:56 +0000 (21:12 +0000)]
packages/uboot/u-boot_git.bb : Add sequoia dev board uboot release tag

17 years agoconf/machine/i686-generic.conf: Add a machine for a generic i686
Stelios Koroneos [Mon, 28 May 2007 21:10:11 +0000 (21:10 +0000)]
conf/machine/i686-generic.conf: Add a machine for a generic i686

17 years agoconf/machine/i586-generic.conf: Add a machine for a generic i586
Stelios Koroneos [Mon, 28 May 2007 21:09:39 +0000 (21:09 +0000)]
conf/machine/i586-generic.conf: Add a machine for a generic i586

17 years agoconf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the...
Stelios Koroneos [Mon, 28 May 2007 21:08:46 +0000 (21:08 +0000)]
conf/machine/sequoia.conf : Set PREFERRED_VERSION for u-boot to "git" and use the same tag
as in dev boards

17 years agoconf/machine/magicbox.conf: Add licence
Stelios Koroneos [Mon, 28 May 2007 21:06:55 +0000 (21:06 +0000)]
conf/machine/magicbox.conf: Add licence

17 years agoconf/machine/dht-walnut.conf : Set MACHINE_TASK_PROVIDER to task-base
Stelios Koroneos [Mon, 28 May 2007 21:05:17 +0000 (21:05 +0000)]
conf/machine/dht-walnut.conf : Set MACHINE_TASK_PROVIDER  to task-base
Set oldest kernel to 2.6.18

17 years agoangstrom-e-image: switch to task-base-extended
Justin Patrin [Mon, 28 May 2007 21:00:49 +0000 (21:00 +0000)]
angstrom-e-image: switch to task-base-extended

17 years agomerge of 'bca233c54921d697afe0c58539ba0647975eea82'
Paul Sokolovsky [Mon, 28 May 2007 20:58:26 +0000 (20:58 +0000)]
Merge ... 'bca233c54921d697afe0c58539ba0647975eea82'
     and 'c3ea902a16ac9537aff32973f0af8e547cc765ba'

17 years agolinux-handhelds-2.6: Add 2.6.21-hh5. Changes since -hh4:
Paul Sokolovsky [Mon, 28 May 2007 20:40:30 +0000 (20:40 +0000)]
linux-handhelds-2.6: Add 2.6.21-hh5. Changes since -hh4:
1. Add CONFIG_TXTOFFSET_DELTA patch, allowing to shift kernel location in
memory (used by rx3000).
2. htcwallaby: Start to cleanup.
3. asus716, h1910: TS updates.
4. ts-adc-debounce: Pass IRQ via resources.
5. htcapache: Update to new power infrastructure, etc.
6. htcathena, htchermes: Initialization tweaks.
7. s3c2410_ts: Fix s3c2440 support.
8. samcop_adc, samcop_ts: Implement IRQ-based sampling, refactor.
9. drivers/usb/gadget/: Upgraded to Zaurus patches, RNDIS now supported on
PXA27x.
10. ohci-hcd: Revamped for 2.6.21.

17 years agoipkg-utils-native: bump PR since some patches have changed
Koen Kooi [Mon, 28 May 2007 19:56:10 +0000 (19:56 +0000)]
ipkg-utils-native: bump PR since some patches have changed

17 years agouclibc: fix strongarm configs
Koen Kooi [Mon, 28 May 2007 17:40:00 +0000 (17:40 +0000)]
uclibc: fix strongarm configs

17 years agoipkg-utils: Fix config into ./config in ipkg.py
Leon Woestenberg [Mon, 28 May 2007 15:58:47 +0000 (15:58 +0000)]
ipkg-utils: Fix config into ./config in ipkg.py

17 years agoangstrom-console-image: use task-base-extended
Koen Kooi [Mon, 28 May 2007 13:58:17 +0000 (13:58 +0000)]
angstrom-console-image: use task-base-extended
angstrom/angstrom-x11-image: use task-base-extended
Since console-image is getting rather big nowadays we'll need to create something that is a compromise between angstrom-minimal-image and angstrom-console-image

17 years agomerge of '06afba065baa0aa6cc772fb60024fa37cb131af1'
Marcin Juszkiewicz [Mon, 28 May 2007 13:27:19 +0000 (13:27 +0000)]
Merge ... '06afba065baa0aa6cc772fb60024fa37cb131af1'
     and '5995a83d0430a8edc5974f2cfce4c4bf1150fb1e'

17 years agouclibc: fix strongarm defconfigs and add some more
Koen Kooi [Mon, 28 May 2007 13:31:12 +0000 (13:31 +0000)]
uclibc: fix strongarm defconfigs and add some more

17 years agotask-base: really add task-base-extended, fixed it's code
Marcin Juszkiewicz [Mon, 28 May 2007 13:25:40 +0000 (13:25 +0000)]
task-base: really add task-base-extended, fixed it's code
task-base-extended code use sets which are Python 2.4 thing but it has
untested workaround for Python 2.3

17 years agomerge of '31255ba5192f33ebbab0596e34dbb8754a1d6f5a'
Marcin Juszkiewicz [Mon, 28 May 2007 09:41:29 +0000 (09:41 +0000)]
Merge ... '31255ba5192f33ebbab0596e34dbb8754a1d6f5a'
     and 'eb91cd3982ac95a5691bfcc1a9dc860004185f3d'

17 years agotask-base: add PROVIDES = PACKAGES (requested by Rod Whitby)
Marcin Juszkiewicz [Mon, 28 May 2007 09:40:32 +0000 (09:40 +0000)]
task-base: add PROVIDES = PACKAGES (requested by Rod Whitby)

17 years agotask-base: add task-base-extended which adds wifi/bt for pcmcia/pci/usbhost devices
Marcin Juszkiewicz [Mon, 28 May 2007 09:39:43 +0000 (09:39 +0000)]
task-base: add task-base-extended which adds wifi/bt for pcmcia/pci/usbhost devices

17 years agopackages/libtool/libtool-cross_1.5.10.bb: Disable --rpath on compiling!
Holger Freyther [Sun, 27 May 2007 21:59:12 +0000 (21:59 +0000)]
packages/libtool/libtool-cross_1.5.10.bb: Disable --rpath on compiling!
    Hack libtool.m4 to never ever enable --rpath.

17 years agoangstrom: distinguish between uclibc and glibc images
Koen Kooi [Sun, 27 May 2007 19:29:01 +0000 (19:29 +0000)]
angstrom: distinguish between uclibc and glibc images

17 years agomerge of '23a59cebf92d573927159e3645cf0a49afe3efcd'
Rolf Leggewie [Sun, 27 May 2007 17:26:37 +0000 (17:26 +0000)]
Merge ... '23a59cebf92d573927159e3645cf0a49afe3efcd'
     and '2744a73f652e4b8cd70f2bd64ec980972854ad0e'

17 years agontp: fix issue with INITSCRIPT_NAME
Rolf Leggewie [Sun, 27 May 2007 17:22:19 +0000 (17:22 +0000)]
ntp: fix issue with INITSCRIPT_NAME

17 years agomerge of '66eeab0bd9d407380c581368fae9d811bdf10157'
Koen Kooi [Sun, 27 May 2007 16:15:53 +0000 (16:15 +0000)]
Merge ... '66eeab0bd9d407380c581368fae9d811bdf10157'
     and '7e6a6b9438e8ed84e7dcabbf95517f9dba2ba6e6'

17 years agollvm-native: update to 2.0
Koen Kooi [Sun, 27 May 2007 16:14:00 +0000 (16:14 +0000)]
llvm-native: update to 2.0

17 years agomerge of '19e8907fe35a9f46f690201cf752b83fc25cbe4d'
Rolf Leggewie [Sun, 27 May 2007 12:09:46 +0000 (12:09 +0000)]
Merge ... '19e8907fe35a9f46f690201cf752b83fc25cbe4d'
     and '60f25719f044f04c78ec8cfa8af6a503b643df4e'

17 years agoipkg-utils: Merge in tweaked version of patches from #1504 (from Paul Sokolovsky...
Richard Purdie [Sat, 26 May 2007 23:13:13 +0000 (23:13 +0000)]
ipkg-utils: Merge in tweaked version of patches from #1504 (from Paul Sokolovsky) to massively speedup ipkg-make-index

17 years agoUnslung: glibc.bb and unslung.conf - make Unslung build with bitbake 1.8
Mike Westerhof [Sat, 26 May 2007 22:23:22 +0000 (22:23 +0000)]
Unslung: glibc.bb and unslung.conf - make Unslung build with bitbake 1.8

17 years agoempathy: update to 0.5
Koen Kooi [Sat, 26 May 2007 15:27:21 +0000 (15:27 +0000)]
empathy: update to 0.5

17 years agobitbake.conf: Remove the dangerous suggestion to change SOURCEFORGE_MIRROR
Rolf Leggewie [Sat, 26 May 2007 13:44:05 +0000 (13:44 +0000)]
bitbake.conf: Remove the dangerous suggestion to change SOURCEFORGE_MIRROR

17 years agopointercal: remove hh.org kernel ports since they are too unstable
Koen Kooi [Sat, 26 May 2007 11:42:37 +0000 (11:42 +0000)]
pointercal: remove hh.org kernel ports since they are too unstable

17 years agosqlite3: Added 3.3.17.
Leon Woestenberg [Fri, 25 May 2007 23:43:10 +0000 (23:43 +0000)]
sqlite3: Added 3.3.17.

17 years agomISDN: initial "early and often"-release. Partly closes bug 240.
Rolf Leggewie [Fri, 25 May 2007 23:35:21 +0000 (23:35 +0000)]
mISDN: initial "early and often"-release.  Partly closes bug 240.
* compilation runs through
* no functionality tests on-device, yet
* hfcs_usb_endianchecks.diff committed, but does not apply cleanly
  Disabled in bb

17 years agontp: unify. Add iana-etc to RRECOMMENDS.
Rolf Leggewie [Fri, 25 May 2007 23:27:11 +0000 (23:27 +0000)]
ntp: unify.  Add iana-etc to RRECOMMENDS.

17 years agoiana-etc: add to OE. Closes bug 1750.
Rolf Leggewie [Fri, 25 May 2007 22:52:19 +0000 (22:52 +0000)]
iana-etc: add to OE.  Closes bug 1750.

17 years agomerge of 'a2aae4f80718c14e9f674b807392f44f885c5b12'
Koen Kooi [Fri, 25 May 2007 21:47:46 +0000 (21:47 +0000)]
Merge ... 'a2aae4f80718c14e9f674b807392f44f885c5b12'
     and 'db14262a47dcb743532984359aa1cc6972d10007'

17 years agomerge of '23c1fc66a29e279d192d2dee8c7a1603361063b7'
OpenEmbedded Project [Fri, 25 May 2007 21:19:04 +0000 (21:19 +0000)]
Merge ... '23c1fc66a29e279d192d2dee8c7a1603361063b7'
     and '6f71e952a3b0871abd3462a5811c09eaeff9a20b'

17 years agomerge of '05bd9dc1a83a011814f8686a016c671b35e0a18e'
Rolf Leggewie [Fri, 25 May 2007 21:17:41 +0000 (21:17 +0000)]
Merge ... '05bd9dc1a83a011814f8686a016c671b35e0a18e'
     and '23c1fc66a29e279d192d2dee8c7a1603361063b7'

17 years agompeg2dec: fix a compilation error (${S} var) and packaging.
Rolf Leggewie [Fri, 25 May 2007 21:12:42 +0000 (21:12 +0000)]
mpeg2dec: fix a compilation error (${S} var) and packaging.

17 years agomerge of '29a8a8c7605ad9df4a27011f49bc1935e05c4b72'
Rolf Leggewie [Fri, 25 May 2007 17:55:01 +0000 (17:55 +0000)]
Merge ... '29a8a8c7605ad9df4a27011f49bc1935e05c4b72'
     and '9ecb8a369d6f726cbe984f8c91972f2c6bc34f1f'

17 years agolirc-modules: enable cvs version until other versions compile again
Rolf Leggewie [Fri, 25 May 2007 17:50:03 +0000 (17:50 +0000)]
lirc-modules: enable cvs version until other versions compile again

17 years agopcmciautils: Update patch to fix install breakage.
Florian Boor [Fri, 25 May 2007 17:44:46 +0000 (17:44 +0000)]
pcmciautils: Update patch to fix install breakage.

17 years agokeylaunch: Update patch
Florian Boor [Fri, 25 May 2007 17:24:03 +0000 (17:24 +0000)]
keylaunch: Update patch

17 years agomerge of '30fdc7758a8b7a86b7d59101eff9bd0011257d00'
Florian Boor [Fri, 25 May 2007 16:28:33 +0000 (16:28 +0000)]
Merge ... '30fdc7758a8b7a86b7d59101eff9bd0011257d00'
     and '9ecb8a369d6f726cbe984f8c91972f2c6bc34f1f'

17 years agoconnect: Work around broken OE install-sh.
Florian Boor [Fri, 25 May 2007 14:52:17 +0000 (14:52 +0000)]
connect: Work around broken OE install-sh.

17 years agogpe-session-scripts-phone: Work around broken OE instal-sh.
Florian Boor [Fri, 25 May 2007 14:50:54 +0000 (14:50 +0000)]
gpe-session-scripts-phone: Work around broken OE instal-sh.

17 years agogtk-engines: remove hard-coded paths. Closes 2364.
Rolf Leggewie [Fri, 25 May 2007 13:31:20 +0000 (13:31 +0000)]
gtk-engines: remove hard-coded paths.  Closes 2364.
* drop versions prior ro 2.6.5
* some cosmetic clean-up
* backport solution from 2.7.4 to 2.6.5 and smooth-engine

17 years agopackages/{abiword,gtk}: Do not depend on glibc gconv when compiling for uclibc
Holger Freyther [Fri, 25 May 2007 13:04:57 +0000 (13:04 +0000)]
packages/{abiword,gtk}: Do not depend on glibc gconv when compiling for uclibc
    Use the TARGET_OS linux override to RDEPEND/RRECOMMEND glibc-gconv modules. I have
    tested this only on my uclibc build.

17 years agolirc: remove default_pref=-1 from cvs version until other versions compile (cf. bug...
Rolf Leggewie [Fri, 25 May 2007 11:48:56 +0000 (11:48 +0000)]
lirc: remove default_pref=-1 from cvs version until other versions compile (cf. bug 2375 and 2284)