Graeme Gregory [Wed, 3 Oct 2007 06:33:17 +0000 (06:33 +0000)]
linux/linux-rp_2.6.22.bb : re-add the w100-extmem patch so that Ximageon
works again.
Cliff Brake [Wed, 3 Oct 2007 01:05:00 +0000 (01:05 +0000)]
Henryk Ploetz [Wed, 3 Oct 2007 01:04:46 +0000 (01:04 +0000)]
mono.bbclass: fix whitespace problem
- fix for the problem experienced by scruggs on IRC today. There
was an inconsistency in the amount and type of whitespace used in the
python anonymous blocks between mono.bbclass and multimachine.bbclass.
- fixed a small problem in the error output of mono_do_clilibs
Graeme Gregory [Tue, 2 Oct 2007 21:07:52 +0000 (21:07 +0000)]
xorg-xserver/xserver-kdrive-imageon_1.2.0.bb : enable built in fonts
so it will start
Philip Balister [Tue, 2 Oct 2007 20:18:56 +0000 (20:18 +0000)]
Philip Balister [Tue, 2 Oct 2007 20:18:16 +0000 (20:18 +0000)]
wifistix : Update conf file with new device name.
Philip Balister [Tue, 2 Oct 2007 20:15:53 +0000 (20:15 +0000)]
wifistix : Change wifistix wireless device name from mwlan to wlan.
Philip Balister [Tue, 2 Oct 2007 19:36:31 +0000 (19:36 +0000)]
Philip Balister [Tue, 2 Oct 2007 19:35:45 +0000 (19:35 +0000)]
wifistix-modules : Fix quoting in EXTRA_OEMAKE.
Henryk Ploetz [Tue, 2 Oct 2007 18:51:53 +0000 (18:51 +0000)]
mono 1.2.5.1: added mono.bbclass, many changes required for packaging
New file: packages/mono/mono-mcs-intermediate_1.2.5.1.bb
Compiles mono in native mode with standard prefix, then tars up the
resulting tree and puts the tarfile into staging
New file: packages/mono/mono_files.py
Automatically generated using collect-path.py (attached to this mail)
and contains a list that maps file patterns to package names (and
contained assemblies, see below).
New file: classes/mono.bbclass
Has a helper function for the list that maps file patterns to package
names and assemblies (see below). Also has a function mono_do_clilibs
and inserts that function into PACKAGEFUNCS. This function calls
mono_find_provides_and_requires which finds out (through calls to
monodis --assembly and monodis --assemblyref) which assemblies are
provided and required by a particular package. mono_do_clilibs then
puts the information about provided assemblies into
${STAGING_DIR}/clilibs/${packagename}.list and information about the
required packages into ${PKGDEST}/{packagename}.clilibdeps where it
will later be picked up by the modified read_shlibdeps.
Originally I had dependency resolution through the partial list in
mono_files.py but obviously this doens't scale, so I implemented the
new method with mono_do_clilibs. The benefit is now that I don't really
need the extra information in mono_files.py anymore and can in
principle get rid of mono_get_file_table and related code. Instead it
should be possible to modify collect-paths.py to output bitbake .inc
code (e.g. PACKAGES = "..." and a whole lot of FILES_... = "...")
instead of python code. There's still the minor problem of how to
handle the .mdb files, that's why I didn't implement it yet but instead
opted for an approach that I knew would work. (Debian just puts
the .mdb files into the individual packages, while I would argue that
they do belong into corresponding -dbg packages.)
Modified file: classes/package.bbclass
In read_shlibdeps I folded the two identical code blocks dealing with
*.shlibdeps and *.pcdeps into one and added *.clilibdeps (generated by
mono_do_clilibs above).
Modified file: packages/mono/mono_1.2.5.1.bb
Add the mono-mcs-intermediate workaround. Add a whole lot of python
code in populate_packages_prepend in order to split up the packages
based on information from mono_files.py (via mono.bbclass'
mono_get_file_table). As I said above a lot of this code can hopefully
be replaced in the future.
Cliff Brake [Tue, 2 Oct 2007 18:18:47 +0000 (18:18 +0000)]
linux.inc: replace == with = to make posix shell compliant
Philip Balister [Tue, 2 Oct 2007 17:04:47 +0000 (17:04 +0000)]
Philip Balister [Tue, 2 Oct 2007 17:03:59 +0000 (17:03 +0000)]
wifistix-module : Clean up bb file, add configuration file.
Graeme Gregory [Tue, 2 Oct 2007 16:02:45 +0000 (16:02 +0000)]
xorg-xserver/xserver-kdrive-1.2.0/kdrive-imageon.patch : drop duplicate old
patch
Graeme Gregory [Tue, 2 Oct 2007 16:02:06 +0000 (16:02 +0000)]
sane-srcrevs.inc : update some openmoko revs
Koen Kooi [Tue, 2 Oct 2007 14:47:00 +0000 (14:47 +0000)]
sane-srcrevs: bump openmoko icon themes
OpenEmbedded Project [Tue, 2 Oct 2007 14:14:47 +0000 (14:14 +0000)]
Paul Sokolovsky [Tue, 2 Oct 2007 13:55:27 +0000 (13:55 +0000)]
Paul Sokolovsky [Tue, 2 Oct 2007 13:49:06 +0000 (13:49 +0000)]
htcblueangel.conf: Remove PREFERRED_VERSION for kernel.
Koen Kooi [Tue, 2 Oct 2007 10:41:16 +0000 (10:41 +0000)]
sane-srcrevs: bump hildon-1
Koen Kooi [Tue, 2 Oct 2007 10:28:31 +0000 (10:28 +0000)]
hildon-1: update PV
Koen Kooi [Tue, 2 Oct 2007 10:24:01 +0000 (10:24 +0000)]
fontconfig: stage nokia device table header
Koen Kooi [Tue, 2 Oct 2007 09:45:43 +0000 (09:45 +0000)]
libhildonhelp: correct DEPENDS
Koen Kooi [Tue, 2 Oct 2007 09:40:27 +0000 (09:40 +0000)]
Koen Kooi [Tue, 2 Oct 2007 09:40:11 +0000 (09:40 +0000)]
libhildonfm: add 1.9.41 works against a stock gtk+!
Koen Kooi [Tue, 2 Oct 2007 09:31:48 +0000 (09:31 +0000)]
gtk-2.10.inc: add hack for maemo software
Graeme Gregory [Tue, 2 Oct 2007 09:16:33 +0000 (09:16 +0000)]
Graeme Gregory [Tue, 2 Oct 2007 09:15:33 +0000 (09:15 +0000)]
openmoko2/openmoko-dates2_svn.bb : version bump to latest for thomas
Koen Kooi [Tue, 2 Oct 2007 08:45:48 +0000 (08:45 +0000)]
Koen Kooi [Tue, 2 Oct 2007 08:36:46 +0000 (08:36 +0000)]
atk: remove def_pref from 1.19.3
Graeme Gregory [Tue, 2 Oct 2007 08:28:47 +0000 (08:28 +0000)]
libgcrypt/libgcrypt_1.2.3.bb : PR bump for last change
Graeme Gregory [Tue, 2 Oct 2007 08:20:25 +0000 (08:20 +0000)]
libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and
doesnt actually stage enough.
Koen Kooi [Tue, 2 Oct 2007 07:49:24 +0000 (07:49 +0000)]
hx4700: kdrive 1.3.0.0 also has Xw100
Koen Kooi [Tue, 2 Oct 2007 06:38:56 +0000 (06:38 +0000)]
midori: add 0.0.8
OpenEmbedded Project [Mon, 1 Oct 2007 20:05:16 +0000 (20:05 +0000)]
Cliff Brake [Mon, 1 Oct 2007 19:36:43 +0000 (19:36 +0000)]
Cliff Brake [Mon, 1 Oct 2007 19:36:30 +0000 (19:36 +0000)]
mtd-utils-tests: add package
It may make sense to add this to the main package, but because
so few people will use it I did not want to risk breakage at this
time.
Philip Balister [Mon, 1 Oct 2007 19:28:02 +0000 (19:28 +0000)]
linux : Update patches for gumstix from gumstix buildroot.
Koen Kooi [Mon, 1 Oct 2007 17:43:16 +0000 (17:43 +0000)]
site: commit some local changes
Koen Kooi [Mon, 1 Oct 2007 14:54:55 +0000 (14:54 +0000)]
gst-meta-base: gst-plugins-bad is needed for ivorbis
Koen Kooi [Mon, 1 Oct 2007 13:20:54 +0000 (13:20 +0000)]
er0100: catch up with include renaming
Koen Kooi [Mon, 1 Oct 2007 13:11:03 +0000 (13:11 +0000)]
mplayer svn: use iwmmxt when appropriate MACHINE_FEATURE has been set
[15:04] XorA: koen: good for me, saves adding a bazilion machines
Koen Kooi [Mon, 1 Oct 2007 12:58:13 +0000 (12:58 +0000)]
Koen Kooi [Mon, 1 Oct 2007 12:56:53 +0000 (12:56 +0000)]
iwmmxt machines: add 'iwmmxt' as machine feature
Koen Kooi [Mon, 1 Oct 2007 12:33:20 +0000 (12:33 +0000)]
Koen Kooi [Mon, 1 Oct 2007 12:31:31 +0000 (12:31 +0000)]
er0100: commit it, this has been sitting in my repo for too long
Koen Kooi [Mon, 1 Oct 2007 09:49:57 +0000 (09:49 +0000)]
dbus: include uidgen as well
Koen Kooi [Mon, 1 Oct 2007 09:42:19 +0000 (09:42 +0000)]
dbus: tweak packaging, should help XorA's single core build :)
Koen Kooi [Mon, 1 Oct 2007 07:32:56 +0000 (07:32 +0000)]
sanesrcrevs: bump webkit dependants to catch up with gdk->gtk renaming
Graeme Gregory [Sun, 30 Sep 2007 21:48:06 +0000 (21:48 +0000)]
packages/atk/atk_1.20.0.bb : add newer atk from poky
Graeme Gregory [Sun, 30 Sep 2007 21:08:43 +0000 (21:08 +0000)]
conf/distro/include/sane-srcrevs.inc : add network manager REVs from poky
Graeme Gregory [Sun, 30 Sep 2007 21:06:08 +0000 (21:06 +0000)]
Graeme Gregory [Sun, 30 Sep 2007 21:04:33 +0000 (21:04 +0000)]
conf/distro/angstrom-2007.1.conf : update version of dbus-glib for angstrom.
Graeme Gregory [Sun, 30 Sep 2007 21:03:23 +0000 (21:03 +0000)]
packages/dbus/dbus-glib_0.74.bb : add updated version from poky, remove
older version
This will fix networkmanager
Michael Krelin [Sun, 30 Sep 2007 20:49:49 +0000 (20:49 +0000)]
procps: fixed build error, supposedly closing #3081.
I don't know why it worked before, do you?
Koen Kooi [Sun, 30 Sep 2007 15:38:45 +0000 (15:38 +0000)]
pidgin: update to 2.2.1
Koen Kooi [Sat, 29 Sep 2007 22:00:20 +0000 (22:00 +0000)]
sane-srcrevs: bump openmoko-today, openmoko-theme2 and webkit
Koen Kooi [Sat, 29 Sep 2007 21:58:55 +0000 (21:58 +0000)]
webkit-gtk: catch up with gdk->gtk rename
Philip Balister [Sat, 29 Sep 2007 20:44:56 +0000 (20:44 +0000)]
Philip Balister [Sat, 29 Sep 2007 20:43:38 +0000 (20:43 +0000)]
wifistix : Add driver for Marvell cf8385 wireless interface driver for gumstix.
Leon Woestenberg [Sat, 29 Sep 2007 20:36:40 +0000 (20:36 +0000)]
gnome-keyring: Change package version from 2.20 to 2.20.0. Fixes bb parsing.
Philipp Zabel [Sat, 29 Sep 2007 19:41:47 +0000 (19:41 +0000)]
Philipp Zabel [Sat, 29 Sep 2007 19:33:53 +0000 (19:33 +0000)]
xserver-kdrive-common: only consider Xw100/Ximageon if the device has such a chip
Philipp Zabel [Sat, 29 Sep 2007 19:20:10 +0000 (19:20 +0000)]
xserver-kdrive-common: fix tabs/indentation of Xserver script
Koen Kooi [Sat, 29 Sep 2007 17:50:08 +0000 (17:50 +0000)]
dbus.inc: remove unused var
Philipp Zabel [Sat, 29 Sep 2007 17:14:01 +0000 (17:14 +0000)]
xserver-kdrive-common: fix path for Xw100 and Ximageon
Philipp Zabel [Sat, 29 Sep 2007 16:27:24 +0000 (16:27 +0000)]
neod: make it work with magician and hx4700
Philipp Zabel [Sat, 29 Sep 2007 15:14:07 +0000 (15:14 +0000)]
guichan: make libguichan-sdl actually link against sdl-image
Philipp Zabel [Sat, 29 Sep 2007 15:12:21 +0000 (15:12 +0000)]
angstrom-x11-base-depends: inherit task.bbclass
Philipp Zabel [Sat, 29 Sep 2007 15:06:28 +0000 (15:06 +0000)]
moko-gtk-engine: fix and update SRCREV in sane-srcrevs.inc
Philipp Zabel [Sat, 29 Sep 2007 11:43:11 +0000 (11:43 +0000)]
python-native: drop NOTEs from cross-distutils.patch
* these unexpected prints to stdout can confuse the SCons build system
Philipp Zabel [Sat, 29 Sep 2007 11:38:34 +0000 (11:38 +0000)]
python-netclient: RDEPEND on python-stringold (urllib imports string)
Philipp Zabel [Sat, 29 Sep 2007 11:36:07 +0000 (11:36 +0000)]
python-xml: RDEPEND on python-netclients (saxutils imports urrlib)
Richard Purdie [Sat, 29 Sep 2007 11:07:10 +0000 (11:07 +0000)]
glibc-initial: Clear PACKAGES_DYNAMIC to avoid bogus values
Richard Purdie [Sat, 29 Sep 2007 11:03:51 +0000 (11:03 +0000)]
gcc-cross: Update paths to reference staging instead of cross (from poky), bump PR to make sure gcc-cross reinstalls after cross changes to ensure everything works correctly
Richard Purdie [Sat, 29 Sep 2007 11:02:08 +0000 (11:02 +0000)]
glibc: No longer need to install to cross as well as staging (from poky)
Richard Purdie [Sat, 29 Sep 2007 11:00:12 +0000 (11:00 +0000)]
glibc-initial: Can install to staging instead of cross due to cross-linkage
Richard Purdie [Sat, 29 Sep 2007 10:54:55 +0000 (10:54 +0000)]
linux-libc-headers: Add dependency on cross-linkage, no longer need to install headers to cross/ (from poky).
Richard Purdie [Sat, 29 Sep 2007 10:50:23 +0000 (10:50 +0000)]
Add cross-linkage from poky
Richard Purdie [Sat, 29 Sep 2007 10:41:11 +0000 (10:41 +0000)]
package_(deb|ipk).bbclass: Rename package index stamp to make it more obvious what its for (from poky)
Richard Purdie [Sat, 29 Sep 2007 10:39:22 +0000 (10:39 +0000)]
package_deb.bbclass: Map TARGET_ARCH to DPKG_ARCH to keep dpkg/apt happy with 'valid' archs (from poky)
Richard Purdie [Sat, 29 Sep 2007 10:34:46 +0000 (10:34 +0000)]
package.bbclass: Fix .packaged pkgmaps data creation to fix depchains. Clean up/optimise PACKAGES checks a bit
Richard Purdie [Sat, 29 Sep 2007 10:29:36 +0000 (10:29 +0000)]
kernel.bbclass: Add menuconfig task (from poky)
Richard Purdie [Sat, 29 Sep 2007 10:28:56 +0000 (10:28 +0000)]
kernel.bbclass: Package vmlinux file (used by oprofile) (from poky)
Richard Purdie [Sat, 29 Sep 2007 10:27:39 +0000 (10:27 +0000)]
insane.bbclass: Raise exceptions, not strings (from poky)
Koen Kooi [Sat, 29 Sep 2007 09:20:44 +0000 (09:20 +0000)]
iproute2: fix include ordering
Koen Kooi [Sat, 29 Sep 2007 08:27:53 +0000 (08:27 +0000)]
dbus.inc: remove libinstall for dbus-glib
Koen Kooi [Sat, 29 Sep 2007 08:04:44 +0000 (08:04 +0000)]
gnome.bbclass: sync with poky
Koen Kooi [Sat, 29 Sep 2007 08:03:41 +0000 (08:03 +0000)]
udev: sync with poky, def_pref 115 negative
Koen Kooi [Sat, 29 Sep 2007 07:53:07 +0000 (07:53 +0000)]
packages/gnome: sync with poky, while maintaining OE tweaks like avahi and gnutls
Koen Kooi [Sat, 29 Sep 2007 07:45:49 +0000 (07:45 +0000)]
network-manager svn: sync with poky
Koen Kooi [Sat, 29 Sep 2007 07:30:42 +0000 (07:30 +0000)]
iproute2: sync with poky
Koen Kooi [Sat, 29 Sep 2007 07:27:39 +0000 (07:27 +0000)]
gnome-keyring: sync with poky
Koen Kooi [Sat, 29 Sep 2007 07:26:28 +0000 (07:26 +0000)]
dbus: sync with poky and use .inc file
Mike Westerhof [Sat, 29 Sep 2007 03:24:15 +0000 (03:24 +0000)]
libgsmd: Fix return value from lgsm_send(), this fixes the dialer failure on boot.
Mike Westerhof [Fri, 28 Sep 2007 19:53:20 +0000 (19:53 +0000)]
openmoko-feed: add kexec-tools to the list of available packages.
Mike Westerhof [Fri, 28 Sep 2007 19:51:03 +0000 (19:51 +0000)]
sane-srcrevs.inc: Bump up libmokoui2 to a more recent SVN version as the current
version version results in the ability to start the dialer, among other things.
Henryk Ploetz [Fri, 28 Sep 2007 02:14:39 +0000 (02:14 +0000)]
mono-native 1.2.5.1: add needed patch libdir patch
Henryk Ploetz [Thu, 27 Sep 2007 20:24:22 +0000 (20:24 +0000)]
mono-native 1.2.5.1: fix up mono native compile and make mono depend on it
Cliff Brake [Thu, 27 Sep 2007 16:11:59 +0000 (16:11 +0000)]
mono-1.2.5.1: add new version, and remove 1.2.5