openembedded.git
18 years agomerge of 210506ba1cbb231216c4c537654bc61f30cdd6d5
Koen Kooi [Mon, 10 Jul 2006 09:16:37 +0000 (09:16 +0000)]
merge of 210506ba1cbb231216c4c537654bc61f30cdd6d5
     and 41c57842bfc16f4853d0f673eb4db65930ec7085

18 years agolibtool-native: stage libltl files, courtesy Zachary T Welch, closes #1157
Koen Kooi [Mon, 10 Jul 2006 09:15:27 +0000 (09:15 +0000)]
libtool-native: stage libltl files, courtesy Zachary T Welch, closes #1157

18 years agofontconfig_2.3.95.bb : new version of fontconfig
Graeme Gregory [Mon, 10 Jul 2006 08:26:25 +0000 (08:26 +0000)]
fontconfig_2.3.95.bb : new version of fontconfig
autoconf/Makefile magic internall seems to do the right thing in cross
compile situations so this one doesnt need a matching fontconfig-native.
I have left at DEFAULT_PREFERENCE = "-1" to allow for proper evaluation
as this library is fairly core.
This version seems to cure the masses of alignment errors I was getting
using previous versions.

18 years agoliblockfile 1.06: Fix for building with glibc 2.4. The local function
Jamie Lenehan [Mon, 10 Jul 2006 03:24:23 +0000 (03:24 +0000)]
liblockfile 1.06: Fix for building with glibc 2.4. The local function
eaccess conflicts with a function of the same name supplied wih glibc 2.4.
So add a patch which globally renames this function within the library.

18 years agolinux-titan-sh4 2.6.17: Fix to enable module loading. The initial 2.6.16
Jamie Lenehan [Mon, 10 Jul 2006 03:00:11 +0000 (03:00 +0000)]
linux-titan-sh4 2.6.17: Fix to enable module loading. The initial 2.6.16
port to sh was unable to load any modules, so roll the CVS date for the
linux-sh tree forward a few days to pick up the fixes.

18 years agoiputils 20020927: Add support for building with glibc 2.4. In glibc 2.4
Jamie Lenehan [Mon, 10 Jul 2006 02:46:22 +0000 (02:46 +0000)]
iputils 20020927: Add support for building with glibc 2.4. In glibc 2.4
several of the IPv6 constants were reanmed - this changes to using the new
versions but also redefines them to the old versions when being used on
glibc < 2.3 or uclibc.

18 years agolinux-jlime-arm: set compatible machine
Koen Kooi [Sun, 9 Jul 2006 16:49:31 +0000 (16:49 +0000)]
linux-jlime-arm: set compatible machine

18 years agoangstrom 2006.9: switch to using sane-srcdates.conf
Koen Kooi [Sun, 9 Jul 2006 10:59:53 +0000 (10:59 +0000)]
angstrom 2006.9: switch to using sane-srcdates.conf

18 years agosane-srcdates.conf: add a file which contains sane srcdates for floating packages...
Koen Kooi [Sun, 9 Jul 2006 10:54:14 +0000 (10:54 +0000)]
sane-srcdates.conf: add a file which contains sane srcdates for floating packages. Taken from svn.o-hand.com/view/poky/trunk/openembedded/conf/distro/poky.conf

18 years agoangstrom-2006.9: pinch some preferred providers from Poky*
Koen Kooi [Sun, 9 Jul 2006 10:42:03 +0000 (10:42 +0000)]
angstrom-2006.9: pinch some preferred providers from Poky*
* this commit message wasn't sponsored by o-hand.com ;)

18 years agoqemu: add -native counterpart for 0.8.1
Koen Kooi [Sun, 9 Jul 2006 10:30:22 +0000 (10:30 +0000)]
qemu: add -native counterpart for 0.8.1

18 years agoqemu-qop: remove nodocs patch
Koen Kooi [Sun, 9 Jul 2006 10:18:23 +0000 (10:18 +0000)]
qemu-qop: remove nodocs patch

18 years agoangstrom-2006.9: apparently 'arm-angstrom-linux-gnueabi' != TARGET_PREFIX
Koen Kooi [Sun, 9 Jul 2006 09:21:42 +0000 (09:21 +0000)]
angstrom-2006.9: apparently 'arm-angstrom-linux-gnueabi' != TARGET_PREFIX

18 years agomemtester: Added patch to Makefile to change no-longer-supported 'head -1' syntax...
Rod Whitby [Sun, 9 Jul 2006 07:04:37 +0000 (07:04 +0000)]
memtester: Added patch to Makefile to change no-longer-supported 'head -1' syntax to 'head -n 1'.

18 years agomerge of 9e87109e716f77df8d97648a6db285fa5a2f8a95
Holger Freyther [Sat, 8 Jul 2006 21:29:51 +0000 (21:29 +0000)]
merge of 9e87109e716f77df8d97648a6db285fa5a2f8a95
     and a6602b9dd64190727c29e6f38e0d7addac46299b

18 years agopackages/xerces-c/xerces-c_2.6.0.bb: Use configure directly instead of runConfigure
Holger Freyther [Sat, 8 Jul 2006 21:25:55 +0000 (21:25 +0000)]
packages/xerces-c/xerces-c_2.6.0.bb: Use configure directly instead of runConfigure
    To fix bug #1154 where CXX="ccache arm-linux-g++ ..." got mangled - thanks to
    getopt - into CXX=ccache. Using ./configure directly and setting CFLAGS,CXXFLAGS,
    LIBS and other variables we totally avoid this issue. Only one issue remains
    we have to set BUILDBITS and these are set to 32. We need a way to know how many
    bits our target has.

18 years agomerge of e24156fa5aa230f0a3328a27650970263b3b3c9f
Cliff Brake [Sat, 8 Jul 2006 20:42:48 +0000 (20:42 +0000)]
merge of e24156fa5aa230f0a3328a27650970263b3b3c9f
     and fba35ad4edfa08175ea02d3d52147bbcf9f3cfd8

18 years agopython-webpy 0.138: add missing RDEPENDS
Cliff Brake [Sat, 8 Jul 2006 20:36:04 +0000 (20:36 +0000)]
python-webpy 0.138: add missing RDEPENDS

18 years agopython-cheetah 1.0: add package to OE
Cliff Brake [Sat, 8 Jul 2006 20:35:28 +0000 (20:35 +0000)]
python-cheetah 1.0: add package to OE

18 years agopython-netclient: add Cookie* files to package
Cliff Brake [Sat, 8 Jul 2006 20:34:41 +0000 (20:34 +0000)]
python-netclient: add Cookie* files to package

18 years agoclass/tinderclient.bbclass: Send bigger files in smaller chunks to avoid broken firewalls
Holger Freyther [Sat, 8 Jul 2006 20:02:48 +0000 (20:02 +0000)]
class/tinderclient.bbclass: Send bigger files in smaller chunks to avoid broken firewalls
    Thanks to the firewall fascists of A???? longer HTTP requests were lost in the corporate firewall. Avoid this situation by sending the data in smaller chunks.

18 years agomerge of 44feda31605fad4e0b09c7f8c3f7fb125d386297
Frans Meulenbroeks [Sat, 8 Jul 2006 19:32:08 +0000 (19:32 +0000)]
merge of 44feda31605fad4e0b09c7f8c3f7fb125d386297
     and c0ec3b8284e6b5273151cb83f795bcd3bc376285

18 years agoslugos-native-packages: added php-native
Frans Meulenbroeks [Sat, 8 Jul 2006 19:27:30 +0000 (19:27 +0000)]
slugos-native-packages: added php-native

18 years agomerge of 3efc3491a858b50f5a1a71361f539864b71bae43
Cliff Brake [Sat, 8 Jul 2006 19:10:50 +0000 (19:10 +0000)]
merge of 3efc3491a858b50f5a1a71361f539864b71bae43
     and 44feda31605fad4e0b09c7f8c3f7fb125d386297

18 years agomerge of 28158d679a65dc8b24fcdb891cf73aa3981add9a
Marcin Juszkiewicz [Sat, 8 Jul 2006 18:51:38 +0000 (18:51 +0000)]
merge of 28158d679a65dc8b24fcdb891cf73aa3981add9a
     and acafceaa6274c3052621ed2a6eb47f89e7c7ee75

18 years agokeymaps: updated keymap for tosa/2.6
Marcin Juszkiewicz [Sat, 8 Jul 2006 18:50:16 +0000 (18:50 +0000)]
keymaps: updated keymap for tosa/2.6
- Record, Home, Rotate changed to the one expected by OPIE
- LeftOK is now Control (was Escape)
synced with .oz354x

18 years agomerge of 7af01deb5f2ccfe6a46c47c7d3366897760b7f50
Koen Kooi [Sat, 8 Jul 2006 14:47:06 +0000 (14:47 +0000)]
merge of 7af01deb5f2ccfe6a46c47c7d3366897760b7f50
     and c1685b2c79265f6c5323c93187c06401cf52accb

18 years agoh2200.conf: make symlink relative to fix booting with LAB
Koen Kooi [Sat, 8 Jul 2006 14:45:42 +0000 (14:45 +0000)]
h2200.conf: make symlink relative to fix booting with LAB

18 years agorootfs_ipk.bbclass: add make_zimage_symlink_relative
Koen Kooi [Sat, 8 Jul 2006 14:44:20 +0000 (14:44 +0000)]
rootfs_ipk.bbclass: add make_zimage_symlink_relative

18 years agoh4000.conf: add cleaned up version of h4000.conf
Koen Kooi [Sat, 8 Jul 2006 14:41:06 +0000 (14:41 +0000)]
h4000.conf: add cleaned up version of h4000.conf

18 years agotslib: add h4000 support
Koen Kooi [Sat, 8 Jul 2006 14:36:49 +0000 (14:36 +0000)]
tslib: add h4000 support

18 years agomerge of 2e3b25afd1276eaa7c2205ada5c506c1a6e8df5e
Koen Kooi [Sat, 8 Jul 2006 14:33:26 +0000 (14:33 +0000)]
merge of 2e3b25afd1276eaa7c2205ada5c506c1a6e8df5e
     and 2eff0430ea1b3fe81d0bd31a6d70b1ac317bee6e

18 years agomerge of 80526ab06e22a8188d5bbf6c96c91a93e182c7c9
Michael Lauer [Sat, 8 Jul 2006 14:29:36 +0000 (14:29 +0000)]
merge of 80526ab06e22a8188d5bbf6c96c91a93e182c7c9
     and 8ef2255951429792652b6d09bbad4841a438e89b

18 years agoangstrom: use a released binutils instead of a snapshot
Koen Kooi [Sat, 8 Jul 2006 14:29:27 +0000 (14:29 +0000)]
angstrom: use a released binutils instead of a snapshot

18 years agobinutils 2.17: add normal and cross version
Koen Kooi [Sat, 8 Jul 2006 14:28:20 +0000 (14:28 +0000)]
binutils 2.17: add normal and cross version

18 years agoslugos-native: previous fix did not work, now added DEPENDS "libc6-dev"
Frans Meulenbroeks [Sat, 8 Jul 2006 11:45:50 +0000 (11:45 +0000)]
slugos-native: previous fix did not work, now added DEPENDS "libc6-dev"

18 years agoadd python-webpy, a lightweight framework for web applications
Michael Lauer [Sat, 8 Jul 2006 11:02:01 +0000 (11:02 +0000)]
add python-webpy, a lightweight framework for web applications

18 years agopython 2.4.3 add PROVIDE line for subpackages to satisfy the BitBake RDEPENDS changes
Michael Lauer [Sat, 8 Jul 2006 11:00:12 +0000 (11:00 +0000)]
python 2.4.3 add PROVIDE line for subpackages to satisfy the BitBake RDEPENDS changes

18 years agomerge of 82ffaf9e2567890f4e83883fbbe794c759dac49b
Frans Meulenbroeks [Sat, 8 Jul 2006 08:24:48 +0000 (08:24 +0000)]
merge of 82ffaf9e2567890f4e83883fbbe794c759dac49b
     and ba9294b53b86de3856bb4cbd8daae37b2453da08

18 years agoslugos-packages.bb: added hdparm and lirc
Frans Meulenbroeks [Sat, 8 Jul 2006 08:21:19 +0000 (08:21 +0000)]
slugos-packages.bb: added hdparm and lirc

18 years agomerge of a1b31cd3f4c833b0f6a699e7a0e93514ddceed56
Matthias Hentges [Sat, 8 Jul 2006 07:30:50 +0000 (07:30 +0000)]
merge of a1b31cd3f4c833b0f6a699e7a0e93514ddceed56
     and a894532687a7ea18f3f7ea7451cd75094667e084

18 years agopython-pyro: upgrade from 3.4 to 3.5
Cliff Brake [Fri, 7 Jul 2006 21:44:09 +0000 (21:44 +0000)]
python-pyro: upgrade from 3.4 to 3.5

18 years agomerge of 0f2321c6e0db99fe52fff7034bda2e94071cce3f
Cliff Brake [Fri, 7 Jul 2006 21:34:03 +0000 (21:34 +0000)]
merge of 0f2321c6e0db99fe52fff7034bda2e94071cce3f
     and 9e05b81f49d14d12bfd5c8330a141277c1a3151c

18 years agopython-pyro 3.4: update hardcoded path to python 2.4
Cliff Brake [Fri, 7 Jul 2006 21:33:48 +0000 (21:33 +0000)]
python-pyro 3.4: update hardcoded path to python 2.4
  this really should be fixed, but I think time is better
  spent getting pyro 3.5 integrated

18 years agofix sourceforge cvs URL
Cliff Brake [Fri, 7 Jul 2006 21:32:26 +0000 (21:32 +0000)]
fix sourceforge cvs URL

18 years agoslugos-native: added libc6-dev to DEPENDS list,
Frans Meulenbroeks [Fri, 7 Jul 2006 21:10:45 +0000 (21:10 +0000)]
slugos-native: added libc6-dev to DEPENDS list,
otherwise crt1.o and friends are missing

18 years agowmctrl: Add wmctrl, a cmd line tool to interact with an EWMH/NetWM compatible X Windo...
Matthias Hentges [Fri, 7 Jul 2006 16:03:49 +0000 (16:03 +0000)]
wmctrl: Add wmctrl, a cmd line tool to interact with an EWMH/NetWM compatible X Window Manager

18 years agoaltboot: Fix Tosa/2.6 kbd detection
Matthias Hentges [Fri, 7 Jul 2006 15:58:52 +0000 (15:58 +0000)]
altboot: Fix Tosa/2.6 kbd detection

18 years agopackages/moc/moc_2.4.0.bb: New .bb file
Kristoffer Ericson [Fri, 7 Jul 2006 16:06:54 +0000 (16:06 +0000)]
packages/moc/moc_2.4.0.bb: New .bb file
* MOC = Music On Consoler, is a music player using ncurses.

18 years agoconf/distro/jlime-donkey.conf: Updated SRCDATE for OPIE-version
Kristoffer Ericson [Fri, 7 Jul 2006 16:04:04 +0000 (16:04 +0000)]
conf/distro/jlime-donkey.conf: Updated SRCDATE for OPIE-version
* Updated due to cvs errors (submitted bugreport)
conf/distro/preferred-opie-cvs-versions: Fix of types and lost packages
* Addition of lost packages (Opie-stumbler, Opie-examples)
* Fixes of typos (address-book)
linux/linux-jlime-sh3-2.6.17/defconfig_jlime: minor change
linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch: Updated against CVS
* Updated against CVS which fixes loading of modules

18 years agomerge of baa4b93cbf7cd2b34806985948c44762c4682d0d
Kristoffer Ericson [Fri, 7 Jul 2006 15:25:24 +0000 (15:25 +0000)]
merge of baa4b93cbf7cd2b34806985948c44762c4682d0d
     and cbbb31a3ac41c6b9044ddf94693c36ad7b5f7832

18 years agobusybox 1.2.0: save 8k by disabling httpd in angstrom defconfig
Koen Kooi [Fri, 7 Jul 2006 12:26:11 +0000 (12:26 +0000)]
busybox 1.2.0: save 8k by disabling httpd in angstrom defconfig

18 years agoangstrom-2006.9: use target prefix instead of hardcoding
Koen Kooi [Fri, 7 Jul 2006 12:11:55 +0000 (12:11 +0000)]
angstrom-2006.9: use target prefix instead of hardcoding

18 years agobusybox 1.2.0: fix horrendous bug where busybox wouldn't use the crosscompiler, spott...
Koen Kooi [Fri, 7 Jul 2006 12:02:15 +0000 (12:02 +0000)]
busybox 1.2.0: fix horrendous bug where busybox wouldn't use the crosscompiler, spotted by the good mister Davey

18 years agolibgnomecups_0.2.2.bb : needs inttool to build
Graeme Gregory [Fri, 7 Jul 2006 10:36:56 +0000 (10:36 +0000)]
libgnomecups_0.2.2.bb : needs inttool to build

18 years agorootfs_ipk.bbclass: show which packages are lacking - may require GNU grep
Marcin Juszkiewicz [Fri, 7 Jul 2006 10:21:21 +0000 (10:21 +0000)]
rootfs_ipk.bbclass: show which packages are lacking - may require GNU grep
before:
| Collected errors:
| ERROR: Cannot satisfy the following dependencies for gpe-task-base:
| + '[' -f /home/hrw/devel/build/3541/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']'
after:
| Collected errors:
| ERROR: Cannot satisfy the following dependencies for gpe-task-base:
|        gpe-session-scripts
| --
taken from .oz354x

18 years agomerge of 8a2023ca2f97d50fba9ee9d052e5353b46eda98f
Kristoffer Ericson [Fri, 7 Jul 2006 10:20:51 +0000 (10:20 +0000)]
merge of 8a2023ca2f97d50fba9ee9d052e5353b46eda98f
     and ca2a10421cd90e75a5f22530f259d62b15f51929

18 years agomerge of d7d2b282dadda7b779a80c0f37b124c7ac66f441
Graeme Gregory [Fri, 7 Jul 2006 09:42:39 +0000 (09:42 +0000)]
merge of d7d2b282dadda7b779a80c0f37b124c7ac66f441
     and f69048cb1da290493a5bd429ce6a81de777410d2

18 years agoglib-2.0_2.12.0.bb, gtk+_2.10.0.bb : rediff and add the patches to fix
Graeme Gregory [Fri, 7 Jul 2006 09:41:47 +0000 (09:41 +0000)]
glib-2.0_2.12.0.bb, gtk+_2.10.0.bb : rediff and add the patches to fix
the hardcoded libtool path in both these packages configure.in as they
are essential.
Both are running on my c7x0 now so they have at least been tested.

18 years agoAngstrom 2006.9: prefer a busybox with EABI support
Koen Kooi [Fri, 7 Jul 2006 09:37:40 +0000 (09:37 +0000)]
Angstrom 2006.9: prefer a busybox with EABI support

18 years agoglibc 2.4: To build glibc for sh we need to pass no-z-defs=yes via
Jamie Lenehan [Fri, 7 Jul 2006 06:56:37 +0000 (06:56 +0000)]
glibc 2.4: To build glibc for sh we need to pass no-z-defs=yes via
configparams. Add a patch to do this so it builds for sh3 and sh4.

18 years agomerge of c1749e31b60b984658b557139430b4fe8eb432a7
Kristoffer Ericson [Fri, 7 Jul 2006 00:54:21 +0000 (00:54 +0000)]
merge of c1749e31b60b984658b557139430b4fe8eb432a7
     and e1dfbc0aedf7759ad0b062d01ebcad3149da58f9

18 years agoconf/distro/preferred....opie-cvs-versions.inc : Typo fix
Kristoffer Ericson [Thu, 6 Jul 2006 19:03:58 +0000 (19:03 +0000)]
conf/distro/preferred....opie-cvs-versions.inc : Typo fix
* Fixed spelling of opie package (adress-book -> address-book)
linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch : Fix localversion
* Removed localversion so that it doesnt create /lib/modules/2.6.17-sh
linux/linux-jlime-sh3-2.6.17/defconfig_jlime : updated defconfig
* updated .config to better one

18 years agotask-angstrom: D'oh, somehow I forgot to add dropbear
Koen Kooi [Thu, 6 Jul 2006 17:58:49 +0000 (17:58 +0000)]
task-angstrom: D'oh, somehow I forgot to add dropbear

18 years agoangstrom: some more tweaks to images and tasks
Koen Kooi [Thu, 6 Jul 2006 17:48:37 +0000 (17:48 +0000)]
angstrom: some more tweaks to images and tasks

18 years agobusybox 1.2.0: add initial defconfig for angstrom
Koen Kooi [Thu, 6 Jul 2006 17:31:52 +0000 (17:31 +0000)]
busybox 1.2.0: add initial defconfig for angstrom

18 years agomerge of 2669117ead966ed1a52946f4b039a239cfd06607
Michael Lauer [Thu, 6 Jul 2006 17:09:45 +0000 (17:09 +0000)]
merge of 2669117ead966ed1a52946f4b039a239cfd06607
     and 4fe87eebac509c58687cf710c3f2394ab2805dbd

18 years agobusybox 1.2.0 fix packaging due to changed CONFIG_ options
Michael Lauer [Thu, 6 Jul 2006 17:07:53 +0000 (17:07 +0000)]
busybox 1.2.0 fix packaging due to changed CONFIG_ options
WARNING: Need to review ALL defconfigs before setting this version as default

18 years agobusybox 1.2.0: add it, closes #745
Koen Kooi [Thu, 6 Jul 2006 16:31:14 +0000 (16:31 +0000)]
busybox 1.2.0: add it, closes #745

18 years agomerge of 6957560e17a99bdee10607797a02209bcfaeed94
Michael Lauer [Thu, 6 Jul 2006 16:19:33 +0000 (16:19 +0000)]
merge of 6957560e17a99bdee10607797a02209bcfaeed94
     and c6de91971461be680012cd5aa78de999ad8b1684

18 years agogeneric.conf: prefer task-bootstrap over unionfs-bootstrap
Michael Lauer [Thu, 6 Jul 2006 16:17:30 +0000 (16:17 +0000)]
generic.conf: prefer task-bootstrap over unionfs-bootstrap

18 years agomerge of 146608cb9e3b0c4ee68e611a117558706e6cbecb
Florian Boor [Thu, 6 Jul 2006 16:14:47 +0000 (16:14 +0000)]
merge of 146608cb9e3b0c4ee68e611a117558706e6cbecb
     and 6daf673dad5c7bf9a40a8de599ddd3e43c9c2a65

18 years agogpe-timesheet: Add missing dependency for latest release.
Florian Boor [Thu, 6 Jul 2006 16:06:09 +0000 (16:06 +0000)]
gpe-timesheet: Add missing dependency for latest release.

18 years agofiles/device_table_add: Add two device tables fragments. One adds the
Jamie Lenehan [Thu, 6 Jul 2006 14:58:36 +0000 (14:58 +0000)]
files/device_table_add: Add two device tables fragments. One adds the
SCI/SCIF serial interfaces (as found on SH* platforms) and ones adds the SM
flash driver (TI flash block mapping driver) devices. This can be used with
the new IMAGE_DEVICE_TABLES to add them to the standard minimal table.

18 years agossmtp 2.61: Dont use -s to install so it doesn't attemp to use the host
Jamie Lenehan [Thu, 6 Jul 2006 14:55:19 +0000 (14:55 +0000)]
ssmtp 2.61: Dont use -s to install so it doesn't attemp to use the host
strip during do_install. OE will take care of running the target strip
during packaging.

18 years agoglibc 2.4: Remove the workaround from CVS changes. This isn't a CVS version
Jamie Lenehan [Thu, 6 Jul 2006 14:46:06 +0000 (14:46 +0000)]
glibc 2.4: Remove the workaround from CVS changes. This isn't a CVS version
so the workaround shouldn't be needed. Also this work around breaks glibc
2.4 for all targets that are no in ports (x86, sh, sparc, powerpc).

18 years agolinux/linux-titan-sh4: Upgrade the titan kernel from 2.6.16 to 2.6.17 now
Jamie Lenehan [Thu, 6 Jul 2006 14:41:19 +0000 (14:41 +0000)]
linux/linux-titan-sh4: Upgrade the titan kernel from 2.6.16 to 2.6.17 now
that the sh tree has been upgraded to 2.6.17.

18 years agoclasses/image_ipk: Add support for multiple device tables. The original code
Jamie Lenehan [Thu, 6 Jul 2006 14:37:51 +0000 (14:37 +0000)]
classes/image_ipk: Add support for multiple device tables. The original code
support a single value as IMAGE_DEVICE_TABLE which needed to be an absolute
value. If that is definied it'll be used as is and this change will have no
effect. If is is not definied it'll check for IMAGE_DEVICE_TABLES which can
be a list of device images tables which are searched for relative to the
BBPATH and it'll apply each one in turn. If neither of these are definied
it'll use the default of files/device_table-minimal.txt

18 years agottf-dejavu: fixed SRC_URI
Marcin Juszkiewicz [Thu, 6 Jul 2006 14:27:19 +0000 (14:27 +0000)]
ttf-dejavu: fixed SRC_URI

18 years agolinux/linux-jlime-sh3-2.6.17/defconfig_jlime : Changes
Kristoffer Ericson [Thu, 6 Jul 2006 15:43:27 +0000 (15:43 +0000)]
linux/linux-jlime-sh3-2.6.17/defconfig_jlime : Changes
* Added software stack/encryption/mac for wifi
linux/linux-jlime-sh3_2.6.17.bb: Added patch to file
* Added unexpected-ide-fix.patch to .bb file

18 years agomerge of 3b10fe494db6e5e5f14deab8ed3c5865826faf0f
Kristoffer Ericson [Thu, 6 Jul 2006 15:22:50 +0000 (15:22 +0000)]
merge of 3b10fe494db6e5e5f14deab8ed3c5865826faf0f
     and 4c2c6d22cb72d6e2519963d42f2086588b362b2d

18 years agoconf/distro/jlime-donkey.conf : changed opie SRCDATE = 20060627
Kristoffer Ericson [Thu, 6 Jul 2006 15:16:19 +0000 (15:16 +0000)]
conf/distro/jlime-donkey.conf : changed opie SRCDATE = 20060627
conf/distro/preferred-opie-cvs-versions.inc : set =? instead of =

18 years agolinux/linux-jlime-sh3-2.6.17/unexpected-int-fix.patch : ported to 2.6.17
Kristoffer Ericson [Thu, 6 Jul 2006 14:21:23 +0000 (14:21 +0000)]
linux/linux-jlime-sh3-2.6.17/unexpected-int-fix.patch : ported to 2.6.17
* Updated patch to reflect 2.6.17

18 years agopackages/linux/linux-jlime-sh3-2.6.16.20: Dropping packages
Kristoffer Ericson [Thu, 6 Jul 2006 14:15:02 +0000 (14:15 +0000)]
packages/linux/linux-jlime-sh3-2.6.16.20: Dropping packages
* Dropping jlime-sh3-2.6.16.20 kernel due to 2.6.17 being
  availabel. Dropping all patches and .bb file
packages/linux/linux-jlime-sh3-2.6.17/unexpected-int-fix: Add patch
* Adding patch to silence unexpected interrupts.

18 years agolinux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch: Updated patch
Kristoffer Ericson [Thu, 6 Jul 2006 13:14:57 +0000 (13:14 +0000)]
linux/linux-jlime-sh3-2.6.17/LinuxSH-2.6.17.patch: Updated patch
* Updated patch from CVS to fix build problems.
linux/linux-jlime-sh3-2.6.17/defconfig_jlime: Updated .config
* Updated .config to reflect kernel changes.
linux/linux-jlime-sh3_2.6.17.bb: Changes to reflect updates

18 years agogtk+ 2.10: depend on cups to enable the printing plugin
Koen Kooi [Thu, 6 Jul 2006 13:10:10 +0000 (13:10 +0000)]
gtk+ 2.10: depend on cups to enable the printing plugin

18 years agomerge of 94e87f750741788f0f284fbad40cb6eddee8f689
Koen Kooi [Thu, 6 Jul 2006 13:01:47 +0000 (13:01 +0000)]
merge of 94e87f750741788f0f284fbad40cb6eddee8f689
     and 9fcf759108403d55361b6910f3dbc57f0fa9431d

18 years agomerge of 6de86d14a70c1fff678e2d61e0d87e5bb56444ef
Florian Boor [Thu, 6 Jul 2006 12:04:54 +0000 (12:04 +0000)]
merge of 6de86d14a70c1fff678e2d61e0d87e5bb56444ef
     and edd37393c94a6f987d935aa89ae084b99c41d5d5

18 years agogtk+: Lower preference of 2.6.10 because of missing patches and missing test.
Florian Boor [Thu, 6 Jul 2006 12:03:26 +0000 (12:03 +0000)]
gtk+: Lower preference of 2.6.10 because of missing patches and missing test.

18 years agomerge of 02ca6b9a1133a17f5e162779af2eaee48c4115dc
Graeme Gregory [Thu, 6 Jul 2006 10:27:57 +0000 (10:27 +0000)]
merge of 02ca6b9a1133a17f5e162779af2eaee48c4115dc
     and 5beb3d8e6566e09fca5c9db902bd8db27eb92282

18 years agogimp_2.3.10.bb : new version, DEFAULT_PREFERENCE=-1 at moment as it starts to
Graeme Gregory [Thu, 6 Jul 2006 10:25:33 +0000 (10:25 +0000)]
gimp_2.3.10.bb : new version, DEFAULT_PREFERENCE=-1 at moment as it starts to
load but at end of splash screen quits with message gimp-2.3: terminated: Aborted. This is not OOM.

18 years agogtk+: Add version 2.10.0.
Florian Boor [Thu, 6 Jul 2006 09:58:07 +0000 (09:58 +0000)]
gtk+: Add version 2.10.0.

18 years agobinutils 2.15.94.0.1 add matching binutils-cross-sdk, remove other 2.15 ones
Michael Lauer [Wed, 5 Jul 2006 19:33:12 +0000 (19:33 +0000)]
binutils 2.15.94.0.1 add matching binutils-cross-sdk, remove other 2.15 ones

18 years agopvrusb2-mci: added 20060702 snapshot
Frans Meulenbroeks [Wed, 5 Jul 2006 17:35:08 +0000 (17:35 +0000)]
pvrusb2-mci: added 20060702 snapshot

18 years agomerge of 384828c9ac96947ed787099eb14a15f49ebedcac
Cliff Brake [Wed, 5 Jul 2006 16:46:46 +0000 (16:46 +0000)]
merge of 384828c9ac96947ed787099eb14a15f49ebedcac
     and b3afec9600880ee22a3041769633491d0f81c427

18 years agotask-bootstrap-uionroot: add RPROVIDES
Cliff Brake [Wed, 5 Jul 2006 16:46:19 +0000 (16:46 +0000)]
task-bootstrap-uionroot: add RPROVIDES
  - package PROVIDES task-bootstrap, so it should also RPROVIDE so that
    ipkg can find it

18 years agoangstrom-gpe-image: set some preferred_providers
Koen Kooi [Wed, 5 Jul 2006 16:32:14 +0000 (16:32 +0000)]
angstrom-gpe-image: set some preferred_providers

18 years agot1lib: ship static lib in -dev package - close #1133
Marcin Juszkiewicz [Wed, 5 Jul 2006 14:44:02 +0000 (14:44 +0000)]
t1lib: ship static lib in -dev package - close #1133

18 years agomerge of 1ef406c4b198bad95e32551f7dbaf3d28aa7a399
Marcin Juszkiewicz [Wed, 5 Jul 2006 14:42:28 +0000 (14:42 +0000)]
merge of 1ef406c4b198bad95e32551f7dbaf3d28aa7a399
     and ef6b7850cf49731311d3e212e89cd13208ee8d3e

18 years agomerge of 8c16cdbfd0fc7d55498a7ffc0a2e64b24025460d
Kristoffer Ericson [Wed, 5 Jul 2006 16:18:51 +0000 (16:18 +0000)]
merge of 8c16cdbfd0fc7d55498a7ffc0a2e64b24025460d
     and f1c9afde058f9dacdf29b67d8609495aef4205f5