openembedded.git
18 years agogpe-mininet: added new svn build recipe
Philippe De Swert [Thu, 26 Apr 2007 11:22:25 +0000 (11:22 +0000)]
gpe-mininet: added new svn build recipe
packages/gpe-mininet/gpe-mininet_svn.bb
* new svn build recipe

18 years agobase.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, seems...
Koen Kooi [Thu, 26 Apr 2007 10:57:45 +0000 (10:57 +0000)]
base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, seems to fix #2133

18 years agomerge of '07175ec33773496e83adae9754cad99975a05135'
Jamie Lenehan [Thu, 26 Apr 2007 10:39:08 +0000 (10:39 +0000)]
Merge ... '07175ec33773496e83adae9754cad99975a05135'
     and 'd1c1a0fb33076375c0916f6d52c5727a46e27268'

18 years agolinux-titan-sh4: Remove the older 2.6.17 kernel that was based on the
Jamie Lenehan [Thu, 26 Apr 2007 10:29:26 +0000 (10:29 +0000)]
linux-titan-sh4: Remove the older 2.6.17 kernel that was based on the
old linux-sh cvs tree.

18 years agolinux-titan-sh4: Add 2.6.21 kernel. This moves away from the old linux-sh
Jamie Lenehan [Thu, 26 Apr 2007 10:27:03 +0000 (10:27 +0000)]
linux-titan-sh4: Add 2.6.21 kernel. This moves away from the old linux-sh
cvs and uses the main linux kernel directly.

18 years agolinux-titan-sh4: Update flash driver so that it'll build with recent kernels:
Jamie Lenehan [Thu, 26 Apr 2007 10:25:12 +0000 (10:25 +0000)]
linux-titan-sh4: Update flash driver so that it'll build with recent kernels:
* Remove remains of devfs support.
* Implement HDIO_GETGEO ioctl in place of getgeo block device operation.

18 years agomerge of '558f128d4627bb3e20bb42388a205dc5c37c3f70'
Paul Sokolovsky [Thu, 26 Apr 2007 09:11:29 +0000 (09:11 +0000)]
Merge ... '558f128d4627bb3e20bb42388a205dc5c37c3f70'
     and 'b72cc6057e9627154aecce088453bf8b23314ccc'

18 years agobusybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.
Paul Sokolovsky [Thu, 26 Apr 2007 09:10:46 +0000 (09:10 +0000)]
busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.
* With rotation and size/rotation count limit, which coupled
with /var/log being a tmpfs, makes it not worse than canonical
circular buffer logging, but much more friendly for people not
familiar with busybox.
* Closes #2135.
* Approved by Koen Kooi

18 years agoperl 5.8.8: Minor updates to the packaging:
Jamie Lenehan [Thu, 26 Apr 2007 08:05:52 +0000 (08:05 +0000)]
perl 5.8.8: Minor updates to the packaging:
* don't install packlists - we don't need them and it saves space (debian
  patch)
* don't split POSIX module over perl and perl-arch dirs (debian patch)
* add a -doc package and put all the random documentation and examples from
  the perl tree in it.
* include all the .pod's from over the tree in the .pod package
* include the .e2x files in the encode package

18 years agoperl 5.8.8: Move configuration files for libnet and cpan to /etc/perl to
Jamie Lenehan [Thu, 26 Apr 2007 07:10:41 +0000 (07:10 +0000)]
perl 5.8.8: Move configuration files for libnet and cpan to /etc/perl to
match the debian configuration. It moves these configuration files to /etc/
to allow for read only /usr installations.

18 years agofbreader:
Matthias Hentges [Thu, 26 Apr 2007 01:59:43 +0000 (01:59 +0000)]
fbreader:
- Fix do_install to honor READER_ARCH
- Remove left-over help-file from previous version from 480x640-buildfix.patch

18 years agogizmod: add alsa-lib to DEPENDS
Justin Patrin [Thu, 26 Apr 2007 00:09:08 +0000 (00:09 +0000)]
gizmod: add alsa-lib to DEPENDS

18 years agoxtscal: attempt to fix miscalibrations
Koen Kooi [Wed, 25 Apr 2007 20:46:14 +0000 (20:46 +0000)]
xtscal: attempt to fix miscalibrations

18 years agocompulab-pxa270 2.6.16: update md5 sum on file downloaded from compulab
Cliff Brake [Wed, 25 Apr 2007 18:19:52 +0000 (18:19 +0000)]
compulab-pxa270 2.6.16: update md5 sum on file downloaded from compulab

18 years agomerge of '32161ed8fe97769fa75537a6e2cce7e2a202a301'
Philip Balister [Wed, 25 Apr 2007 02:02:01 +0000 (02:02 +0000)]
Merge ... '32161ed8fe97769fa75537a6e2cce7e2a202a301'
     and 'bb1689f72c4d6e5659fe4a1b0b32c2ce23922e8a'

18 years agogconf-dbus_svn.bb : Add dependency on intltool-native so configure script runs
Philip Balister [Wed, 25 Apr 2007 02:01:22 +0000 (02:01 +0000)]
gconf-dbus_svn.bb : Add dependency on intltool-native so configure script runs
                    properly. This should fix bug 2136.

18 years agoperl 5.8.8: Move comments on how to create the dependency list into the
Jamie Lenehan [Wed, 25 Apr 2007 01:17:54 +0000 (01:17 +0000)]
perl 5.8.8: Move comments on how to create the dependency list into the
dependency file itself to make the main recipe a bit more readable. Also
move the two dependencies that were manually added to the the dependenecy
list file and fix use RDEPENDS instead of DEPENDS.

18 years agocpan.bbclass: Update to enable the building cpan modules for perl 5.8.8.
Jamie Lenehan [Wed, 25 Apr 2007 01:16:14 +0000 (01:16 +0000)]
cpan.bbclass: Update to enable the building cpan modules for perl 5.8.8.
This uses the installed perl configuration to determine if we are building
for the old or the new perl layout. Currently this just changes the
installation paths and always uses gcc to link, but more changes will be
added later to make the perl module building process a lot more reliable.

18 years agotelepathy-gabble: add newly generated gabble.manager for 0.5.10
Koen Kooi [Tue, 24 Apr 2007 20:33:50 +0000 (20:33 +0000)]
telepathy-gabble: add newly generated gabble.manager for 0.5.10
NOTE: please do not check in new telepathy-gabble versions without generating a gabble.manager...

18 years agobase.bbclass: fix depency problem, closes #2137 (and some others)
Thomas Kunze [Tue, 24 Apr 2007 20:15:45 +0000 (20:15 +0000)]
base.bbclass: fix depency problem, closes #2137 (and some others)

18 years agolinux-rp: update Collie SD/MMC driver
Thomas Kunze [Tue, 24 Apr 2007 16:53:03 +0000 (16:53 +0000)]
linux-rp: update Collie SD/MMC driver

18 years agoperl 5.8.8: Replace host paths from the configuration file that is to be
Jamie Lenehan [Tue, 24 Apr 2007 13:57:31 +0000 (13:57 +0000)]
perl 5.8.8: Replace host paths from the configuration file that is to be
installed on the target with those that are suitable for the target. This
has no effect on actually using perl but would have an effect on trying to
build perl modules on the target.

18 years agoperl 5.8.8: Re-arrange the installation directories to match the debian
Jamie Lenehan [Tue, 24 Apr 2007 13:23:05 +0000 (13:23 +0000)]
perl 5.8.8: Re-arrange the installation directories to match the debian
style FHS compliant layout rather then OE specific layout that was being
used previously. Note that cpan perl modules build under OE won't work with
this because they expect the 5.8.7 type layout (this will be fixed later.)

18 years agomerge of '09bb66d3fb1db889848916179b819a78e4efde02'
Marcin Juszkiewicz [Tue, 24 Apr 2007 11:42:20 +0000 (11:42 +0000)]
Merge ... '09bb66d3fb1db889848916179b819a78e4efde02'
     and '67a5fc719e8eed7c1ae79482dc4aac1049cd7140'

18 years agotelepathy-gabble: updated to 0.5.10 (from Poky)
Marcin Juszkiewicz [Tue, 24 Apr 2007 11:40:58 +0000 (11:40 +0000)]
telepathy-gabble: updated to 0.5.10 (from Poky)

18 years agotelepathy-glib: added 0.5.10 (from Poky)
Marcin Juszkiewicz [Tue, 24 Apr 2007 11:40:21 +0000 (11:40 +0000)]
telepathy-glib: added 0.5.10 (from Poky)

18 years agoperl 5.8.8: Extract out the common settings from the 32/64 bit configs to a
Jamie Lenehan [Tue, 24 Apr 2007 08:47:45 +0000 (08:47 +0000)]
perl 5.8.8: Extract out the common settings from the 32/64 bit configs to a
common file to make it easier to edit the common settings. A few settings
were changed to help make the configurations closer.

18 years agofbreader: Add 0.8.2a
Matthias Hentges [Tue, 24 Apr 2007 01:49:36 +0000 (01:49 +0000)]
fbreader: Add 0.8.2a
- cleanup .bb
- set TARGET_ARCH = MACHINE
- allow easy customization for different devices than 320x240 Zauruses...

18 years agocompulab-pxa270 2.6.16: add task to create a kernel image file.
Cliff Brake [Mon, 23 Apr 2007 21:42:22 +0000 (21:42 +0000)]
compulab-pxa270 2.6.16: add task to create a kernel image file.
The cm-x270 bootloader requires kernel image files in a special
format and this addition adds that.

18 years agoepdfview: update to 0.1.6
Koen Kooi [Mon, 23 Apr 2007 17:53:45 +0000 (17:53 +0000)]
epdfview: update to 0.1.6

18 years agocollie: enable MMC_DEBUG for 2.6
Koen Kooi [Mon, 23 Apr 2007 17:37:25 +0000 (17:37 +0000)]
collie: enable MMC_DEBUG for 2.6

18 years agomerge of '4c2d3d5326458e250883b741a3c57e93fa3cabdd'
OpenEmbedded Project [Mon, 23 Apr 2007 17:17:20 +0000 (17:17 +0000)]
Merge ... '4c2d3d5326458e250883b741a3c57e93fa3cabdd'
     and '792b1b257756e328b12b4d731ec035b6d0c614b9'

18 years agomerge of '909c507b800748c820ddc73a2c5bed204cbdbd65'
Rolf Leggewie [Mon, 23 Apr 2007 16:51:13 +0000 (16:51 +0000)]
Merge ... '909c507b800748c820ddc73a2c5bed204cbdbd65'
     and 'de1c6225e9834b778c351b84978458d315dbbcb5'

18 years agomerge of '6c10e4e698bad3b70189cebcd53c4381ae45b884'
Florian Boor [Mon, 23 Apr 2007 16:46:28 +0000 (16:46 +0000)]
Merge ... '6c10e4e698bad3b70189cebcd53c4381ae45b884'
     and '909c507b800748c820ddc73a2c5bed204cbdbd65'

18 years agolibrecord2: Add librecord2, the new G(PE)^2 database library.
Florian Boor [Mon, 23 Apr 2007 16:45:39 +0000 (16:45 +0000)]
librecord2: Add librecord2, the new G(PE)^2 database library.

18 years agodillo: move debug files to debug package. Probably closes 1911.
Rolf Leggewie [Mon, 23 Apr 2007 16:41:40 +0000 (16:41 +0000)]
dillo: move debug files to debug package.  Probably closes 1911.
General bb clean up.

18 years agolibsettings: Add svn recipe
Florian Boor [Mon, 23 Apr 2007 16:39:17 +0000 (16:39 +0000)]
libsettings: Add svn recipe

18 years agolinphone: Make sure broken la files do not end up in staging.
Florian Boor [Mon, 23 Apr 2007 16:28:29 +0000 (16:28 +0000)]
linphone: Make sure broken la files do not end up in staging.

18 years agolinux-ezx: de-html defconfig
Koen Kooi [Mon, 23 Apr 2007 16:25:16 +0000 (16:25 +0000)]
linux-ezx: de-html defconfig

18 years agomerge of '0b26a61d4fccf634b89eaba8f9db28208faa2d9f'
Marcin Juszkiewicz [Mon, 23 Apr 2007 15:18:09 +0000 (15:18 +0000)]
Merge ... '0b26a61d4fccf634b89eaba8f9db28208faa2d9f'
     and 'b9551a5d956596f18cf5470cca74515df348392d'

18 years agocontacts: update to 0.5 (from Poky)
Marcin Juszkiewicz [Mon, 23 Apr 2007 15:17:34 +0000 (15:17 +0000)]
contacts: update to 0.5 (from Poky)

18 years agobcm2305-tool: add tool to poke firmware on a780
Koen Kooi [Mon, 23 Apr 2007 14:58:45 +0000 (14:58 +0000)]
bcm2305-tool: add tool to poke firmware on a780

18 years agolinux-ezx: add experimental 2.6.20.7 kernel
Koen Kooi [Mon, 23 Apr 2007 14:34:37 +0000 (14:34 +0000)]
linux-ezx: add experimental 2.6.20.7 kernel
* the kernel is slightly to big, but people will use boot_usb anyway

18 years agomerge of '4699a5e1d4242bae2ec7ffb11bfb87bd49e92de6'
Marcin Juszkiewicz [Mon, 23 Apr 2007 14:26:05 +0000 (14:26 +0000)]
Merge ... '4699a5e1d4242bae2ec7ffb11bfb87bd49e92de6'
     and '8b5068649e32f09f7094cee79f900f1394bc9d65'

18 years agotask-base: readd orinoco stuff that got removed on last commit
Koen Kooi [Mon, 23 Apr 2007 14:24:31 +0000 (14:24 +0000)]
task-base: readd orinoco stuff that got removed on last commit

18 years agoprogear: add touchscreen into features
Marcin Juszkiewicz [Mon, 23 Apr 2007 13:57:42 +0000 (13:57 +0000)]
progear: add touchscreen into features

18 years agocollie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2...
Marcin Juszkiewicz [Mon, 23 Apr 2007 13:57:06 +0000 (13:57 +0000)]
collie: use 2.6 by default. If someone want 2.4 then set MACHINE_KERNEL_VERSION=2.4 in local.conf

18 years agomatchbox-wm: add 1.2, merge in fixes from poky
Koen Kooi [Mon, 23 Apr 2007 10:41:29 +0000 (10:41 +0000)]
matchbox-wm: add 1.2, merge in fixes from poky

18 years agotask-base: make task-boot machine specific
Koen Kooi [Mon, 23 Apr 2007 09:03:52 +0000 (09:03 +0000)]
task-base: make task-boot machine specific

18 years agotask-openmoko: add more applets
Koen Kooi [Mon, 23 Apr 2007 07:57:32 +0000 (07:57 +0000)]
task-openmoko: add more applets

18 years agoopenmoko: add more panel plugins
Koen Kooi [Mon, 23 Apr 2007 07:55:25 +0000 (07:55 +0000)]
openmoko: add more panel plugins

18 years agomerge of '09ccd483244ee816cab59f9d1144ae7cb44235db'
Paul Sokolovsky [Mon, 23 Apr 2007 07:23:39 +0000 (07:23 +0000)]
Merge ... '09ccd483244ee816cab59f9d1144ae7cb44235db'
     and '5c06f6a19e8ffe60da0d643d3231e922e437d8bf'

18 years agobusybox: Clean up syslog.conf file.
Paul Sokolovsky [Mon, 23 Apr 2007 07:16:51 +0000 (07:16 +0000)]
busybox: Clean up syslog.conf file.
* Typo fixes.
* Order options in some logical sequence.
* Make clear which option applies to which logging destination.
* Remove bogus comments about file log rotation being "incompatible with
busybox" (works at least with 1.2.1).

18 years agogpe-plucker: Fix DEPENDS and RDEPENDS
Matthias Hentges [Mon, 23 Apr 2007 01:45:05 +0000 (01:45 +0000)]
gpe-plucker: Fix DEPENDS and RDEPENDS

18 years agofbreader: Fix DEPENDS and update SRC_URI
Matthias Hentges [Mon, 23 Apr 2007 00:46:58 +0000 (00:46 +0000)]
fbreader: Fix DEPENDS and update SRC_URI

18 years agomerge of '10708d48453a9b828b4902dcbb6d7fabeb08883f'
Paul Sokolovsky [Sun, 22 Apr 2007 21:32:45 +0000 (21:32 +0000)]
Merge ... '10708d48453a9b828b4902dcbb6d7fabeb08883f'
     and '974836a6338171fb70132b4cfd8365173d13f352'

18 years agobtscanner 2.0: Make buildable with gcc4.
Marek Vasut [Sun, 22 Apr 2007 21:32:05 +0000 (21:32 +0000)]
btscanner 2.0: Make buildable with gcc4.
* Closes #2022.

18 years agomerge of '6192ed21c44ba1bd69c324961030042c031dc844'
Paul Sokolovsky [Sun, 22 Apr 2007 21:15:55 +0000 (21:15 +0000)]
Merge ... '6192ed21c44ba1bd69c324961030042c031dc844'
     and '85a65f1ad365118a4e5b85ab6b1b174274a5f28e'

18 years agodevice_table-minimal.txt: Add random and urandom devices.
Patrick Steiner [Sun, 22 Apr 2007 21:15:15 +0000 (21:15 +0000)]
device_table-minimal.txt: Add random and urandom devices.
* Useful for cases when there's no udev or it fails to start. dropbear requires
these devices to serve logins.
* Closes #1883.

18 years agoangstrom-2007.1.conf: Set FEED_ARCH for aximx50.
Paul Sokolovsky [Sun, 22 Apr 2007 21:06:20 +0000 (21:06 +0000)]
angstrom-2007.1.conf: Set FEED_ARCH for aximx50.

18 years agomerge of '6687c2150c5ce7b099d14abedc0f8a67450fddf5'
Paul Sokolovsky [Sun, 22 Apr 2007 20:32:47 +0000 (20:32 +0000)]
Merge ... '6687c2150c5ce7b099d14abedc0f8a67450fddf5'
     and '9c31aca530ed17c2c2abf9bf2c4facc53cbbe096'

18 years agogroff 1.19.2: Fix staging.
Marek Vasut [Sun, 22 Apr 2007 20:31:57 +0000 (20:31 +0000)]
groff 1.19.2: Fix staging.
* Added --with-appresdir= configure option.
* Closes #2088.

18 years agomerge of '01b1bd82cc3bb520359e6a17f2c8fafca56c2d71'
Paul Sokolovsky [Sun, 22 Apr 2007 20:23:49 +0000 (20:23 +0000)]
Merge ... '01b1bd82cc3bb520359e6a17f2c8fafca56c2d71'
     and '3cc2987a134057f91d589663ff22e2aed5ecf5b7'

18 years agoopie-dasher, opie-sh, opie-theme: Fix packaging.
Paul Sokolovsky [Sun, 22 Apr 2007 20:19:13 +0000 (20:19 +0000)]
opie-dasher, opie-sh, opie-theme: Fix packaging.
* Don't override PACKAGES, just append.
* Based on Henry von Tresckow's changes, fixes #2123.

18 years agognutls: update to 1.6.2
Marcin Juszkiewicz [Sun, 22 Apr 2007 16:43:55 +0000 (16:43 +0000)]
gnutls: update to 1.6.2

18 years agognutls: update to 1.4.5 (last stable in 1.4 branch)
Marcin Juszkiewicz [Sun, 22 Apr 2007 16:43:32 +0000 (16:43 +0000)]
gnutls: update to 1.4.5 (last stable in 1.4 branch)

18 years agognutls: stage libgnutls-extra.m4 needed by centericq
Marcin Juszkiewicz [Sun, 22 Apr 2007 16:43:06 +0000 (16:43 +0000)]
gnutls: stage libgnutls-extra.m4 needed by centericq

18 years agolinux: update Simpad patchset - close #2073
Bernhard Guillon [Sun, 22 Apr 2007 15:43:50 +0000 (15:43 +0000)]
linux: update Simpad patchset - close #2073

18 years agogkrellm: updated to 2.2.10 with patch by Marek Vasut to fix install - close #2090
Marcin Juszkiewicz [Sun, 22 Apr 2007 15:12:54 +0000 (15:12 +0000)]
gkrellm: updated to 2.2.10 with patch by Marek Vasut to fix install - close #2090

18 years agodb1200: added MACHINE_FEATURES based on db1200_defconfig from 2.6.21-rc7 Linux kernel...
Marcin Juszkiewicz [Sun, 22 Apr 2007 14:40:02 +0000 (14:40 +0000)]
db1200: added MACHINE_FEATURES based on db1200_defconfig from 2.6.21-rc7 Linux kernel - should close #2116

18 years agolibnet: fix building for x86_64 - close #2094
Alexis Maldonado [Sun, 22 Apr 2007 14:32:20 +0000 (14:32 +0000)]
libnet: fix building for x86_64 - close #2094

18 years agoinsane.bbclass: support mipsel - close #2119
Thomas Kunze [Sun, 22 Apr 2007 14:15:51 +0000 (14:15 +0000)]
insane.bbclass: support mipsel - close #2119

18 years agoperl: Move the list of rprovides for backward compatiblity into a seperate
Jamie Lenehan [Sat, 21 Apr 2007 03:15:03 +0000 (03:15 +0000)]
perl: Move the list of rprovides for backward compatiblity into a seperate
.inc file and include it in the two recipes that need the list.

18 years agoiptstate: Add iptstate, which is a top-like interface to the
Jamie Lenehan [Sat, 21 Apr 2007 03:06:12 +0000 (03:06 +0000)]
iptstate: Add iptstate, which is a top-like interface to the
netfilter connection-tracking table.

18 years agoperl: Add 5.8.8 and use DEFAULT_PREFERENCE to disable it until more
Jamie Lenehan [Sat, 21 Apr 2007 02:52:14 +0000 (02:52 +0000)]
perl: Add 5.8.8 and use DEFAULT_PREFERENCE to disable it until more
testing is done.
Main differences from the 5.8.7 recipe are:
* Always use gcc to link. Same arch's require this, while others can
  happily use ld. Use gcc for everything.
* Fix threading issues by enabling threading in both perl-native and
  perl. In fact make the configurations almost identical.
* No per ARCH configuration, just 32/64/le/be configs. This should
  stop configurations differing between arch's which made fixing
  things 5.8.7 difficult. Also means new ARCH's should work without
  any changes.
* Fix up the way miniperl is handled so it shouldn't be the cause of
  problems for people anymore.
* Stop perl-modules depending on perl-dbg, perl-pod, perl-dev etc.
* In theory should work for MACHINE="native" now.
Only tested for an sh4/glibc target built on an x86_64 host so far. A
lot more testing and more cleanups are needed before this is ready to
be enabled by default. NOTE: You must build the matching version of
perl-native before attempting to build perl (that applies for any
version).

18 years agolibxslt-native: fix by renaming the patch dir libxslt-1.1.17 to 'files'.
Matt Reimer [Fri, 20 Apr 2007 22:34:53 +0000 (22:34 +0000)]
libxslt-native: fix by renaming the patch dir libxslt-1.1.17 to 'files'.
Obtained from hrw.

18 years agomerge of '406806cf65111e556275d6b815ff18a65a152652'
Florian Boor [Fri, 20 Apr 2007 16:40:13 +0000 (16:40 +0000)]
Merge ... '406806cf65111e556275d6b815ff18a65a152652'
     and '431a527e96a2702a0c44c8a370b1bbd0d22f99ee'

18 years agogpe-session-scripts-phone: Some updates to improve behaviour at session start.
Florian Boor [Fri, 20 Apr 2007 16:36:41 +0000 (16:36 +0000)]
gpe-session-scripts-phone: Some updates to improve behaviour at session start.

18 years agotask-gmae: add meta packages for the GNOME Mobile & Embedded Initiative
Koen Kooi [Fri, 20 Apr 2007 16:09:11 +0000 (16:09 +0000)]
task-gmae: add meta packages for the GNOME Mobile & Embedded Initiative

18 years agoavahi: move libavahi-ui stuff to seperate packages
Koen Kooi [Fri, 20 Apr 2007 16:02:58 +0000 (16:02 +0000)]
avahi: move libavahi-ui stuff to seperate packages

18 years agolibtelepathy: add 0.0.53
Koen Kooi [Thu, 19 Apr 2007 21:01:46 +0000 (21:01 +0000)]
libtelepathy: add 0.0.53

18 years agogabble: add 0.5.7
Koen Kooi [Thu, 19 Apr 2007 19:09:42 +0000 (19:09 +0000)]
gabble: add 0.5.7

18 years agomerge of '7ad3f9d635aeae55347b5d737664b09b109d5e44'
Stelios Koroneos [Thu, 19 Apr 2007 17:43:16 +0000 (17:43 +0000)]
Merge ... '7ad3f9d635aeae55347b5d737664b09b109d5e44'
     and 'c52967556717cfa194f2126112fc25006c4cb7ab'

18 years agoconf/machine/xilinx-ml403.conf : Add machine config for xilinx-ml403 fpga dev platform
Stelios Koroneos [Thu, 19 Apr 2007 17:42:06 +0000 (17:42 +0000)]
conf/machine/xilinx-ml403.conf : Add machine config for xilinx-ml403 fpga dev platform

18 years agomerge of '9e2ea1f2a87bc495597a9bda44b7d5921358c104'
Florian Boor [Thu, 19 Apr 2007 17:34:42 +0000 (17:34 +0000)]
Merge ... '9e2ea1f2a87bc495597a9bda44b7d5921358c104'
     and 'd18552e5056a026d8ed8959e135b2fa05c3e1b6b'

18 years agomerge of '60583f10638bed4ae577443e95e8245aaacfcd6f'
Stelios Koroneos [Thu, 19 Apr 2007 17:31:28 +0000 (17:31 +0000)]
Merge ... '60583f10638bed4ae577443e95e8245aaacfcd6f'
     and 'cd73470b889bd3b1b6d2641d31c7a69701abcf46'

18 years agoconf/machine/magicbox.conf : Add machine config for magicbox routerboards
Stelios Koroneos [Thu, 19 Apr 2007 17:29:57 +0000 (17:29 +0000)]
conf/machine/magicbox.conf : Add machine config for magicbox routerboards

18 years agotask-base: use task-base-usbgadget for the usbgadget machine/distro feature.
Philipp Zabel [Thu, 19 Apr 2007 17:10:31 +0000 (17:10 +0000)]
task-base: use task-base-usbgadget for the usbgadget machine/distro feature.
- this brings back g_ether.

18 years agoxtscal: Update patch to fix some HTC Universal issues.
Florian Boor [Thu, 19 Apr 2007 17:10:09 +0000 (17:10 +0000)]
xtscal: Update patch to fix some HTC Universal issues.

18 years agomerge of '921da5f2f44b585cfc717d57b56eca8274846fc5'
Graeme Gregory [Thu, 19 Apr 2007 13:24:27 +0000 (13:24 +0000)]
Merge ... '921da5f2f44b585cfc717d57b56eca8274846fc5'
     and 'e42d193ca7a0f868e261161afe5071382329b48b'

18 years agoavahi-0.6.18: add libglade dependency
Philipp Zabel [Thu, 19 Apr 2007 13:25:10 +0000 (13:25 +0000)]
avahi-0.6.18: add libglade dependency

18 years agoavahi_0.6.18.bb : DEPENDS on libglade as well
Graeme Gregory [Thu, 19 Apr 2007 13:23:38 +0000 (13:23 +0000)]
avahi_0.6.18.bb : DEPENDS on libglade as well

18 years agomerge of 'd0ae77e1de9b83964bf64f6d3789f91c235bbddc'
Philipp Zabel [Thu, 19 Apr 2007 12:09:24 +0000 (12:09 +0000)]
Merge ... 'd0ae77e1de9b83964bf64f6d3789f91c235bbddc'
     and 'dd76313fd168e9fa91704f396bfd548e0149135a'

18 years agoavahi: add 0.6.18, including libavahi-ui
Philipp Zabel [Thu, 19 Apr 2007 12:06:18 +0000 (12:06 +0000)]
avahi: add 0.6.18, including libavahi-ui

18 years agomx31ads-kernel_2.6.19rc6.bb : remove bogus inherit so we can actually build
Graeme Gregory [Thu, 19 Apr 2007 12:00:57 +0000 (12:00 +0000)]
mx31ads-kernel_2.6.19rc6.bb : remove bogus inherit so we can actually build

18 years agoquilt: undid previously added DEPENDS line, it is not necessary
Martin Dietze [Thu, 19 Apr 2007 10:32:58 +0000 (10:32 +0000)]
quilt: undid previously added DEPENDS line, it is not necessary

18 years agomtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL...
Martin Dietze [Thu, 19 Apr 2007 10:32:07 +0000 (10:32 +0000)]
mtx-3a.conf, nylon-image-base.bb: removed remaints from old OE code (PACKAGE_INSTALL instead of IPKG_INSTALL)

18 years agobase.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with "localdata...
Martin Dietze [Thu, 19 Apr 2007 10:29:58 +0000 (10:29 +0000)]
base.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with "localdata") as proposed by bug reporter

18 years ago/mutt-1.5.15/makedoc.patch : upload the correst makedoc.patch for
Graeme Gregory [Thu, 19 Apr 2007 08:35:56 +0000 (08:35 +0000)]
/mutt-1.5.15/makedoc.patch : upload the correst makedoc.patch for
this version

18 years agomutt_1.5.15.bb : version upgrade, for now Ive had to miss the compressed
Graeme Gregory [Thu, 19 Apr 2007 08:08:35 +0000 (08:08 +0000)]
mutt_1.5.15.bb : version upgrade, for now Ive had to miss the compressed
folders patch as it doesnt apply and logic changed between 1.5.14->1.5.15
and I havent had time to figure it out yet.