**** BEGIN LOGGING AT Mon Sep 01 02:59:56 2008 Sep 01 06:14:55 hello Sep 01 07:08:37 hi Sep 01 07:54:02 morning Sep 01 08:01:22 bonjour Sep 01 08:31:50 morning Sep 01 09:03:26 hi i got problems with building gtk+-directfb on angstrom :s Sep 01 09:12:12 that's very sad Sep 01 09:18:42 why sad pb_ ? Sep 01 09:38:42 hi lrg Sep 01 09:39:12 hey pb_ , I've been contacted btw :) Sep 01 09:40:32 good morning Sep 01 09:40:44 hey florian Sep 01 09:41:55 lrg: ah, very good. who was that? Sep 01 09:42:02 florian: good morning Sep 01 10:19:18 hmm - is CIA-3 sleeping, or is the monotone/git server not reporting stuff? Sep 01 10:20:34 oe.org seems to be down Sep 01 10:21:42 mornin' Sep 01 11:11:46 git.oe.net doesn't seem to be mirroring monotone.oe.org at the moment - last commit is 24 hours ago Sep 01 11:13:23 is there anyone other than mickey|zzZZzz who can look at git.oe.net? Sep 01 11:16:12 http://monotone.nslu2-linux.org/viewmtn/revision.psp?id=c4ff0b2791f2283716b63da82c13960e1e822695 shows many revisions in the last 24 hours Sep 01 11:39:50 hi Sep 01 12:06:56 woglinde: hi Sep 01 12:07:10 hi mr_nice Sep 01 12:07:27 what about patches for 2.6.26 for the simpad? Sep 01 12:09:48 woglinde: hm, I will try to get some of the patches cleaned up and add them to the git tree (only good patches no hacks) Sep 01 12:10:21 okay Sep 01 12:10:22 fine Sep 01 12:11:19 woglinde: can you have a look at bug no 4524 and commit it if you like it? Sep 01 12:13:03 is build of roadmap broken on dev branch ? Sep 01 12:13:56 boris I dont know Sep 01 12:14:07 boris how is the directfb stuff going? Sep 01 12:14:29 good, woglinde :) Sep 01 12:14:52 mr_nice oh I thought some checked it in already Sep 01 12:15:10 i have a seg fault but don't ever know if it's because of my code, or project code, or directfb implementation ;) Sep 01 12:20:57 args Sep 01 12:21:02 main mtn server hangs again Sep 01 12:21:07 :s Sep 01 12:21:19 rwhitby: iirc the mtn2git.py script is run on zecke's obscure server Sep 01 12:21:59 * rwhitby hopes the transition is completed soon so we can get rid on monotone forever ... Sep 01 12:22:27 nslu still works Sep 01 12:24:30 he, I've seen lately koen did add hooks for bzr and hg...the discussion seems still open Sep 01 12:24:46 ant??? Sep 01 12:24:52 ant this is only for recipes Sep 01 12:25:49 ah, atm yes Sep 01 12:27:51 btw cgit is blazing fast...http://cgit.openembedded.net/ Sep 01 12:29:11 well, parsing packages remains 'slow' Sep 01 12:33:53 woglinde: yes, nslu2 server is fine, but I've already updated my makefiles to use git so I want the trial OE git server to be up to date :-) Sep 01 12:36:10 hms Sep 01 12:36:16 I cant push onto nslu2 Sep 01 12:36:33 hm Sep 01 12:36:43 now main server is up again Sep 01 12:36:50 really strange all Sep 01 12:37:05 mr_nice I pushed it in now Sep 01 12:37:05 * * OE Bug 4524 has been RESOLVED (FIXED) by heinold(AT)inf.fu-berlin.de Sep 01 12:37:06 woglinde: nslu2 server only allows push by @nslu2-linux.org keys Sep 01 12:37:07 * * add aufs (patch included) Sep 01 12:37:09 * * http://bugs.openembedded.net/show_bug.cgi?id=4524 Sep 01 12:37:17 rwhitby hm okay Sep 01 12:37:22 didnt know Sep 01 12:37:51 it accepts some other @oe.org keys, but we haven't kept the list up to date Sep 01 12:38:25 wolfson mirror accepts all keys Sep 01 12:38:30 xora yes Sep 01 12:38:41 but it had some problems too Sep 01 12:38:48 yeah, it went OOM Sep 01 12:38:51 just a couple of minutes ago Sep 01 12:39:06 oh, I knew it had problems last friday Sep 01 12:53:17 woglinde: thanks Sep 01 13:38:42 re Sep 01 13:48:40 koen: do you know where wrong_size_cmpxchg is supposed to be defined? Sep 01 14:00:04 Hmm.... Sep 01 14:00:42 jpsaman: are you having trouble with powerpc toolchain? Sep 01 14:01:23 Esben: no applying LTT for 2.6.23 for ARM, but it seems to miss wrong_size_cmpxchg definition Sep 01 14:02:09 ah, I had the same problem Sep 01 14:02:15 I believe I just ended up stubbing it out. Sep 01 14:03:20 Esben: how? patch ;) Sep 01 14:04:03 http://pastebin.com/d5a08bb58 Sep 01 14:04:38 I did a lot of LTTng tracing with it, and never got any calls to the BUG() command. Sep 01 14:05:02 Esben: thanks Sep 01 14:05:19 no problem Sep 01 14:07:00 how do I "escape" something like "${foo}" in a .bb file, so that I can set a variable to something like "${foo}/bar", without having $foo expanded by bitbake? Sep 01 14:17:21 Esben try double $$ like in shell scripts Sep 01 14:17:38 but dont know if it works Sep 01 14:18:32 doesn't work Sep 01 14:18:46 But $foo is not expanded, so I will see if I can work with that instead. Sep 01 14:19:22 I need to have all the various bindir and such defined variable relative to $prefix instead of having them fully expanded. Sep 01 14:39:14 hi, there is no valgrind bitbake recipe for OE, is there? Sep 01 14:45:29 Sup3rkiddo: if not in OE then there is one in Poky Sep 01 14:46:31 hrw, oh, ok..i wonder how devs check for memory leaks on devices... Sep 01 14:46:35 thanks Sep 01 14:50:06 hrw will the poky development go on? Sep 01 14:56:45 Sup3rkiddo: build app for desktop and use valgrind to check for leaks Sep 01 14:57:41 hrw, yeah i do that, but ya know, just curious Sep 01 14:58:08 Sup3rkiddo: thats how OH guys do iirc Sep 01 14:59:02 hrw, i see Sep 01 15:03:04 Hi! Has anybody tried building PHP? Apparently it needs Flex 2.5.4, but the latest available in the OE repository is 2.5.31 :-/ Sep 01 17:44:03 03tmbinc 07org.oe.dreambox * rb2b302d3... 10/ (3 files in 3 dirs): libcdio: fix cdtextinfo Sep 01 17:44:07 03tmbinc 07org.oe.dreambox * r6e2a3904... 10/ (1 packages/python/python-pybluez_0.15.bb): python-pybluez: add package Sep 01 17:44:09 03tmbinc 07org.oe.dreambox * r65e29bca... 10/ (1 packages/enigma2/enigma2.bb): enigma2: depend on gst-plugin-ivorbis, not --vorbis Sep 01 17:44:13 03tmbinc 07org.oe.dreambox * r7da87592... 10/ (1 packages/dreambox/dreambox-secondstage.bb): dreambox-secondstage: update Sep 01 17:44:17 03tmbinc 07org.oe.dreambox * r27389fbf... 10/ (1 packages/gdb/gdb-cross_6.8.bb packages/gdb/gdb_6.8.bb): gdb: update to gdb-6.8 Sep 01 17:44:21 03tmbinc 07org.oe.dreambox * r4eddb355... 10/ (5 files in 3 dirs): madwifi: update to new hal Sep 01 17:44:25 03tmbinc 07org.oe.dreambox * r4478e85c... 10/ (4 files in 4 dirs): initscripts-opendreambox: update Sep 01 17:44:28 03tmbinc 07org.oe.dreambox * re0e39741... 10/ (1 packages/libdreamdvd/libdreamdvd.bb): libdreamdvd: update Sep 01 17:44:32 03tmbinc 07org.oe.dreambox * r18fb0e0d... 10/ (5 files in 3 dirs): wlan-rt73: change interface name to wlan, fix build Sep 01 17:44:36 03tmbinc 07org.oe.dreambox * r61595b09... 10/ (5 files in 3 dirs): zd1211b: update Sep 01 17:44:39 03tmbinc 07org.oe.dreambox * r7cb6a636... 10/ (10 files in 4 dirs): wpa_supplicant: update to 0.5.8 Sep 01 17:44:43 03tmbinc 07org.oe.dreambox * rfbafdf2b... 10/ (3 files in 2 dirs): zd1211b-r222: fix patches Sep 01 17:44:49 03mickeyl 07org.oe.dev * rf572f61d... 10/ (1 conf/distro/include/sane-srcrevs.inc): update openmoko packages for fso milestone2 Sep 01 17:44:55 03mickeyl 07org.oe.dev * rf350641f... 10/ (4 files in 2 dirs): tangogps: outfactor .inc file Sep 01 17:45:01 03koen 07org.oe.dev * r6ad4620f... 10/ (4 files in 3 dirs): firefox 3: add patches from mamona Sep 01 17:45:06 03koen 07org.oe.dev * rafb0d5b2... 10/ (6 files in 3 dirs): firefox: move to 3.0.1 Sep 01 17:45:12 03koen 07org.oe.dev * r6a37ab23... 10/ (3 files in 2 dirs): Sep 01 17:45:12 ffmpeg git: bump SRCREV for cortex deadlock fixes Sep 01 17:45:12 omapfbplay: bump PR Sep 01 17:45:17 03koen 07org.oe.dev * r5146c536... 10/ (3 files in 3 dirs): mythtv 0.21: update NEON patch to fix cpu deadlocks Sep 01 17:45:23 03koen 07org.oe.dev * r7768e79f... 10/ (1 packages/mozilla/firefox_3.0.1.bb): firefox 3.0.1: remove js hack Sep 01 17:45:29 03koen 07org.oe.dev * r87e3cc07... 10/ (4 files in 3 dirs): linux omap2 git: add patch to workaround cortex-a8 deadlock Sep 01 17:45:34 03koen 07org.oe.dev * r648476e0... 10/ (3 files in 3 dirs): linux omap2 git: turn of MUSB dma to avoid crashes Sep 01 17:45:40 03crofton 07org.oe.dev * rcf127645... 10/ (1 conf/machine/davinci-dvevm.conf): davinci-dvevm.conf : Build u-boot 1.3.4-rc1 for testing purposes. Sep 01 17:45:46 03crofton 07org.oe.dev * r286f71db... 10/ (1 packages/linux/linux-davinci_2.6.x+git-davinci.bb): linux-davinci : use latest git rev. Sep 01 17:45:52 03crofton 07org.oe.dev * reb28dc45... 10/ (5 files in 3 dirs): Sep 01 17:45:52 dsplink : Commit work in progress. Sep 01 17:45:52 * Add support for SFFSDR board with 128M of ram Sep 01 17:45:52 * Build more DSP/ARM transfer methods Sep 01 17:45:52 * Install dsp samples in /usr/share/dsplink Sep 01 17:45:57 03koen 07org.oe.dev * r4d6ee85c... 10/ (1 conf/distro/include/sane-srcrevs.inc): opkg*: bump SRCREV to 4564 to fix memory leaks and segfaults Sep 01 17:46:03 03woglinde2 07org.oe.dev * r750fe5c3... 10/ (1 packages/classpath/classpath-minimal_0.97.2.bb): classpath-minimal: add javanet-local.patch for fixing build Sep 01 17:46:09 03koen 07org.oe.dev * r0521752c... 10/ (4 files in 3 dirs): Sep 01 17:46:09 dsplink: use 128mb patch for beagle as well Sep 01 17:46:09 codec-engine: more tweaks Sep 01 17:46:14 03woglinde2 07org.oe.dev * re82644f7... 10/ (1 conf/machine/simpad.conf): simpad.conf: add MACHINE_DISPLAY_WIDTH/HEIGHT_PIXELS lines Sep 01 17:46:20 03mickeyl 07org.oe.dev * rc2f7d914... 10/ (4 files in 4 dirs): add numptyphysics (ugly ugly build), an insanely cool crayon game Sep 01 17:46:25 03mickeyl 07org.oe.dev * rf75d239d... 10/ (1 packages/images/fso-image.bb): add numptyphysics to fso image Sep 01 17:46:36 03mickeyl 07org.oe.dev * r1609b32b... 10/ (1 packages/python/python-mako_0.2.2.bb): add python-mako, a super-fast templating language that borrows the best ideas from the existing templating languages Sep 01 17:46:42 03mickeyl 07org.oe.dev * r981cc5da... 10/ (1 packages/tasks/task-python-everything.bb): task-python-everything: add python-mako and python-sphinxsearch Sep 01 17:46:47 03koen 07org.oe.dev * r93336413... 10/ (1 packages/vlc/vlc-davinci_0.8.6h.bb): vlc-davinci: bump SRCREV Sep 01 17:46:53 03koen 07org.oe.dev * rc6f061d1... 10/ (1 packages/images/neuros-osd-base-image.bb): neuros-osd base image: add more neuros apps Sep 01 17:46:58 03koen 07org.oe.dev * re991ee5c... 10/ (3 files in 3 dirs): linux-neuros: bump SRCREV Sep 01 17:47:03 03mickeyl 07org.oe.dev * rc60a4268... 10/ (5 files in 3 dirs): add sphinx, a full text indexer Sep 01 17:47:09 03mickeyl 07org.oe.dev * rac721864... 10/ (3 files in 3 dirs): Sep 01 17:47:09 xserver-kdrive-glamo git fetch latest from git.openmoko.org, fixes (among other things) the Sep 01 17:47:09 infamous "can't read from one accelerometer while Xserver is running" bug on om-gta02 Sep 01 17:47:15 03hrw 07org.oe.dev * re1070093... 10/ (3 files in 3 dirs): linux-rp: fix sound on c7x0 in 2.6.26 kernel Sep 01 17:47:20 03koen 07org.oe.dev * rf4a4c32c... 10/ (3 files in 2 dirs): swfdec: update to 0.7.4 Sep 01 17:47:25 03koen 07org.oe.dev * r1497e24b... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: bump SRCREV Sep 01 17:47:31 03koen 07org.oe.dev * ref493eda... 10/ (1 packages/ffmpeg/omapfbplay_git.bb): omapfbplay: build shared version from now on Sep 01 17:47:36 03koen 07org.oe.dev * r2f0d85ee... 10/ (5 files in 3 dirs): linux-omap2: add patches to fix serial hang Sep 01 17:47:42 03koen 07org.oe.dev * r5f80d82b... 10/ (1 packages/dsplink/dsplink_1.50.bb): dsplink: bump PR for packaging change Sep 01 17:47:47 03mickeyl 07org.oe.dev * rdb68486a... 10/ (1 packages/gypsy/gypsy.inc packages/gypsy/gypsy_svn.bb): gypsy svn fix dependencies Sep 01 17:47:53 03koen 07org.oe.dev * rea6fb4aa... 10/ (3 files in 3 dirs): codec-engine: stop installing ticel-config Sep 01 17:47:58 03lukas.gorris 07org.oe.dev * r4161ac48... 10/ (3 files in 3 dirs): htcpolaris : add machine definition and expand kiaser kernel to work for this Sep 01 17:48:04 03koen 07org.oe.dev * rf5b5a855... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: make default for armv5+ on angstrom Sep 01 17:48:10 03thebohemian 07org.oe.dev * r8cb0572b... 10/ (1 packages/jamvm/jamvm-native.inc): jamvm-native.inc: Set RDEPENDS to empty to prevent 'classpath' dependency from jamvm.inc. Sep 01 17:48:15 03thebohemian 07org.oe.dev * r13530e1c... 10/ (1 packages/classpath/classpath-native_0.97.2.bb): Sep 01 17:48:15 classpath-native 0.97.2: Sep 01 17:48:15 - Added patch to allow compilation of phoneme advanced Sep 01 17:48:21 03thesing 07org.oe.dev * r6542fbe2... 10/ (1 packages/linux/linux-kexecboot.inc): linux-kexecboot.inc: check kernelsize Sep 01 17:48:26 03koen 07org.oe.dev * rf1c0af35... 10/ (6 files in 3 dirs): linux omap2 git: add v2 of serial hang patches Sep 01 17:48:32 03mickeyl 07org.oe.dev * r0fd48e2d... 10/ (1 packages/images/fso-image-console.bb): remove bogus duplicated file Sep 01 17:48:38 03mickeyl 07org.oe.dev * ref41de12... 10/ (1 packages/freesmartphone/frameworkd_git.bb): frameworkd git catch up with buildsystem changes Sep 01 17:48:43 03mickeyl 07org.oe.dev * raaffbdee... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: bump frameworkd to catch up with buildsystem changes Sep 01 17:48:49 03mickeyl 07org.oe.dev * ref63b228... 10/ (2 files in 2 dirs): openmoko-panel-battery: needs libnotify now Sep 01 17:48:55 03crofton 07org.oe.dev * r4fe1dea4... 10/ (1 packages/u-boot/u-boot_git.bb): u-boot_git : Update git rev to the tag for u-boot-1.3.4-rc2. Sep 01 17:49:00 03thesing 07org.oe.dev * r597f2d2c... 10/ (1 packages/linux/linux-rp.inc): linux-rp.inc: package command line for a kernel Sep 01 17:49:06 03daniel 07org.oe.dev * rfb138055... 10/ (1 conf/distro/include/sane-srcdates.inc): conf/distr/include/sane-srcdates.inc: Update EFL_SRCDATE (unbreaks eet) Sep 01 17:49:11 03daniel 07org.oe.dev * r89505bb1... 10/ (3 files in 3 dirs): Sep 01 17:49:11 illume_svn.bb: The keyboard is now runtime configurable Sep 01 17:49:11 This unbreaks the build and also enables the internal keyboard again. Sep 01 17:49:19 03koen 07org.oe.dev * r7be05a03... 10/ (11 files in 3 dirs): linux omap2 git: update serial hang patches for beagleboard Sep 01 17:49:23 03pb 07org.oe.dev * r03e37205... 10/ (3 files in 3 dirs): blueprobe: add rx3000 support, patch from roman.moravcik@gmail.com Sep 01 17:49:29 03pb 07org.oe.dev * r14466e37... 10/ (3 files in 2 dirs): mesa-dri: squash bogus dependency on nonexistent package Sep 01 17:49:35 03pb 07org.oe.dev * ra061abf4... 10/ (1 packages/bash/bash_3.2.bb): bash_3.2: apply more patches from upstream Sep 01 17:49:40 03mickeyl 07org.oe.dev * rb31fbcbe... 10/ (3 files in 3 dirs): python-dbus 0.82.4 update to 0.83.0 Sep 01 17:49:46 03mickeyl 07org.oe.dev * r9ed8a9e4... 10/ (3 files in 2 dirs): python-evas cvs patch has been accepted upstream Sep 01 17:49:51 03mickeyl 07org.oe.dev * rc6e91bf2... 10/ (1 packages/freesmartphone/frameworkd_git.bb): frameworkd git RDEPENDS += python-subprocess Sep 01 17:49:57 03pb 07org.oe.dev * rfb825120... 10/ (4 files in 3 dirs): bash: apply patch from clement.hermann@free.fr to set a more sensible default PATH Sep 01 17:50:03 03koen 07org.oe.dev * r45bd65b6... 10/ (13 files in 4 dirs): qt4: update qt/e and qt4-x11 to 4.4.1 Sep 01 17:50:08 03khem 07org.oe.dev * r07e94cb3... 10/ (1 packages/gcc/gcc-cross-intermediate.inc): (log message trimmed) Sep 01 17:50:08 Delete dummy libc.so that was created during glibc-initial step. Sep 01 17:50:10 This library is overwritten by a linker script file called libc.so during Sep 01 17:50:12 complete glibc install so the packaged built after glibc is staged are fine. Sep 01 17:50:14 But the binaries/libraries that build with glibc and depend on libc.so in some Sep 01 17:50:16 form see this dummy libc.so and gets things wrong. Sep 01 17:50:18 This fix deletes the dummy libc.so before gcc-intermediate is staged. Because Sep 01 17:50:22 03khem 07org.oe.dev * re5938f52... 10/ (27 files in 4 dirs): Sep 01 17:50:24 Move the RRECOMMEND for libgcc from glibc to busybox. Sep 01 17:50:26 Busybox/logger is the place where libgcc is really invoked. Sep 01 17:50:30 03khem 07org.oe.dev * r6dacea38... 10/ (3 files in 3 dirs): Sep 01 17:50:32 Consider i386 when making XMLCALL as decl type. Sep 01 17:50:34 This fixes gdb build failures on x86_64 host machines. Sep 01 17:50:36 03Laibsch 07org.oe.dev * rab188ac1... 10/ (8 files in 4 dirs): otpcalc: add initial version 0.97 based on work from Yuri Bushmelev. Closes 4441. Sep 01 17:50:39 03Laibsch 07org.oe.dev * r5392bd16... 10/ (4 files in 2 dirs): Sep 01 17:50:41 tangogps: update to 0.9.2. Closes 4438. Sep 01 17:50:45 * the fso version should probably be merged back in. leaving as separate package for now. Sep 01 17:50:49 03mad_soft 07org.oe.dev * r35a8a937... 10/ (11 files in 4 dirs): Sep 01 17:50:51 oneko: initial release. closes 4271 Sep 01 17:50:53 * commit by Laibsch Sep 01 17:50:57 03koen 07org.oe.dev * r93e88a1c... 10/ (1 packages/gpe-scap/gpe-scap_1.3.bb): gpe-scap: bump PR to get libc.so fix Sep 01 17:51:02 03pb 07org.oe.dev * r63745642... 10/ (9 files in 4 dirs): libstroke: new, patch from jay4mail@gmail.com Sep 01 17:51:06 03pb 07org.oe.dev * rf7aee16b... 10/ (1 packages/lrzsz/lrzsz_0.12.20.bb): lrzsz: straighten out alternatives, patch from martyn.welch@gefanuc.com Sep 01 17:51:11 03koen 07org.oe.dev * r40ef68bb... 10/ (15 files in 8 dirs): Sep 01 17:51:13 x-load: merge x-load recipe and patches from http://www.sakoman.net/cgi-bin/gitweb.cgi?p=org.openembedded.dev-omap3.git;a=tree;f=packages/x-load;hb=d19fc238129e7d515c731916bf3bd964c0a8a098 Sep 01 17:51:16 signgp-native: build our own signing tool Sep 01 17:51:20 03koen 07org.oe.dev * r9d2f7e54... 10/ (5 files in 3 dirs): u-boot: make do_deploy safe for packaged-staging and update beagleboard stuff Sep 01 17:51:25 03koen 07org.oe.dev * r65ac92c0... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: bump SRCREV Sep 01 17:51:29 03koen 07org.oe.dev * r53ed84a3... 10/ (1 packages/gcc/gcc-cross-intermediate.inc): (log message trimmed) Sep 01 17:51:32 gcc-cross-intermediate: remove dummy libc.so *after* staging, since do_stage will fail with "cannot find -lc" if it's removed beforehand. Sep 01 17:51:35 This does contradict this part of the commit message of the previous change: Sep 01 17:51:37 "This fix deletes the dummy libc.so before gcc-intermediate is staged. Because Sep 01 17:51:39 the main purpose of dummy libc.so is to get gcc-intermediate built with shared Sep 01 17:51:41 lib support. Ideally this libc.so should be deleted right after do_configure of Sep 01 17:51:45 gcc-intermediate but gcc's configure is spread across and some configure stuff Sep 01 17:51:47 03mickeyl 07org.oe.dev * rb53a6999... 10/ (4 files in 3 dirs): python 2.5.2 RDEPENDS_python-logging += python-pickle Sep 01 17:51:52 03mickeyl 07org.oe.dev * recdbcfab... 10/ (4 files in 3 dirs): Sep 01 17:52:00 create nonworking directory among conf/machine, so that people who want Sep 01 17:52:02 to revive a machine have a chance to pick up previous work. Sep 01 17:52:04 move db1200 into nonworking, since it does not define a preferred kernel Sep 01 17:52:06 03mickeyl 07org.oe.dev * ra8e766a0... 10/ (6 files in 3 dirs): libmatchbox 1.9 fix bug #2048 Sep 01 17:52:08 03mickeyl 07org.oe.dev * rb67dfab1... 10/ (6 files in 2 dirs): samba: remove some unsupported ones. confirm #2117 has been fixed. Sep 01 17:52:11 03mickeyl 07org.oe.dev * r23cc848e... 10/ (1 packages/tangogps/tangogps.inc): tangogps all fix S Sep 01 17:52:15 03Laibsch 07org.oe.dev * ra675a323... 10/ (1 packages/libmpcdec packages/libmpcdec/libmpcdec_1.2.6.bb): libmpcdec: initial release 1.2.6. Closes 4385. Sep 01 17:52:20 03koen 07org.oe.dev * re546707b... 10/ (1 conf/machine/beagleboard.conf): beagleboard: build u-boot and x-load Sep 01 17:52:29 03koen 07org.oe.dev * r5dde2d98... 10/ (3 files in 2 dirs): uicmoc4 native: fix staging Sep 01 17:52:31 03koen 07org.oe.dev * r3560fb5c... 10/ (5 files in 3 dirs): qmake2 native: update to 4.4.1 and fix builds from scratch Sep 01 17:52:34 03khem 07org.oe.dev * r0af36442... 10/ (1 packages/irssi/irssi_svn.bb): create the ChangeLog file that hold irssi date and time version. Sep 01 17:52:37 03koen 07org.oe.dev * ref96b95b... 10/ (1 packages/gstreamer/gst-ffmpeg_0.10.4.bb): gst-ffmpeg: bump PR to pick up ffmpeg SOVERSION change Sep 01 17:52:42 03bluelightning 07org.oe.dev * r987c8d92... 10/ (7 files in 3 dirs): Sep 01 17:52:44 konqueror-embedded: fix build problems Sep 01 17:52:46 * Upgrade 20070212 to 20070316 (earlier version no longer available for fetching) Sep 01 17:52:48 * Fix _AC_PATH_X_XMKMF error during configure (fixes bug #3569) Sep 01 17:52:52 03Laibsch 07org.oe.dev * rccb7f1f9... 10/ (9 files in 3 dirs): flac: consolidate and unify. preparing closure of bug 4386. Sep 01 17:52:59 03koen 07org.oe.dev * re7877fb9... 10/ (1 packages/qt4/qt_staging.inc): Sep 01 17:53:01 qt4_staging.inc: something in the qt build process hardcodes the tooldir to the Sep 01 17:53:03 target stagingdir, while the actual tools reside in the native target dir. Copy Sep 01 17:53:05 over the tools to work around this. This is a bandaid, the proper fix would be Sep 01 17:53:07 to use the newly gained crosscompile support in qt 4.4.1. Sep 01 17:53:11 03tim.ellis 07org.oe.dev * r90cb757c... 10/ (1 packages/rrdtool/rrdtool_1.0.49.bb): Sep 01 17:53:13 rrdtool: fixup in EXTRA_OECONF to get past error in do_configure. add do_stage. Closes 2524. Sep 01 17:53:15 * commit by Laibsch Sep 01 17:53:17 03Laibsch 07org.oe.dev * r91e1d2b2... 10/ (1 packages/rrdtool/rrdtool_1.0.49.bb): Sep 01 17:53:21 rrdtool: some cleanup Sep 01 17:53:23 * introduce SECTION variable Sep 01 17:53:25 * update HOMEPAGE and DESCRIPTION Sep 01 17:53:31 * autotools_stage_all instead of custom do_stage routine Sep 01 17:53:33 * reordering of fields Sep 01 17:53:35 * update SRC_URI Sep 01 17:53:37 03Laibsch 07org.oe.dev * rb701ffba... 10/ (1 packages/espgs/espgs_8.15.3.bb): espgs: build with support for gutenprint, gimpprint and cups. ijs still disabled. Closes 3032. Sep 01 17:53:40 03nail 07org.oe.dev * re7f394ed... 10/ (1 packages/samba/samba.inc packages/samba/samba_3.0.23c.bb): samba: Move cifs.patch from .inc to .bb as newer versions don't need this patch Sep 01 17:53:49 03andrea.adami 07org.oe.dev * rac0dc7ac... 10/ (1 conf/machine/include/zaurus-2.6.inc): Sep 01 17:53:51 zaurus-2.6.inc: commit attachment 9873 from bug 3738 Sep 01 17:54:04 * it seems this bug will lead to many changes, let's break them down one by one Sep 01 17:54:06 this particular change seems to be be low on f*ck-up potential Sep 01 17:54:11 * define preferred provider of virtual/xserver for c7x0 machine Sep 01 17:54:13 * weakly assign KERNEL_IMAGETYPE Sep 01 17:54:15 03Laibsch 07org.oe.dev * r5a52ab56... 10/ (1 packages/otpcalc/otpcalc_0.97.bb): otpcalc: add defition of S which indeed is not expendable as Yuri pointed out correctly in bug 4441. Sep 01 17:54:20 03khem 07org.oe.dev * r12e8362c... 10/ (1 packages/uclibc/uclibc_0.9.29.bb): apply uclibc-arm-ftruncate64 patch for 0.9.29 Sep 01 17:54:25 03koen 07org.oe.dev * r1e7e4550... 10/ (1 packages/u-boot/u-boot_git.bb): u-boot git: bump SRCREV for neuros-osd2 Sep 01 17:54:36 03pb 07org.oe.dev * r6690ff49... 10/ (1 packages/gpe-plucker/gpe-plucker_0.4.bb): gpe-plucker: use correct RANLIB, reported by c.romain@laposte.net Sep 01 17:54:39 03crofton 07org.oe.dev * r1fc0d39f... 10/ (5 files in 3 dirs): linux-omap2 : Update ASoC patches. Sep 01 17:54:41 03daniel 07org.oe.dev * rc0306fd2... 10/ (1 packages/freesmartphone/frameworkd_git.bb): Sep 01 17:54:43 frameworkd_git.bb: Add frameworkd.conf to CONFFILES so opkg doesn't blindly Sep 01 17:54:45 overwrite it. Sep 01 17:54:47 03koen 07org.oe.dev * r406c90b8... 10/ (4 files in 3 dirs): webkit gtk: bump SRCREV Sep 01 17:54:51 03mickeyl 07org.oe.dev * r5eed113f... 10/ (1 site/mips-linux site/mipsel-linux): add glib-2.0 entries to mips[-el]-linux. closes bug #2185 Sep 01 17:54:54 03crofton 07org.oe.dev * rd1d0e669... 10/ (1 packages/nfs-utils/nfs-utils_1.1.2.bb): Sep 01 17:55:00 nfs-utils : Fix support for util-linux-ng. See bug #4459. Sep 01 17:55:06 * Move mount.nfs to /sbin and create symlink for mount.nfs4 Sep 01 17:55:08 * Package mount.nfs* in nfs-utils-client for nfs client only Sep 01 17:55:10 devices. Sep 01 17:55:12 * Bumps PR for new packaging. Sep 01 17:55:14 03thesing 07org.oe.dev * rbd787af3... 10/ (1 packages/linux/linux-rp-2.6.26/defconfig-collie): linux-rp: add jffs as buildin for collie Sep 01 17:55:17 03thesing 07org.oe.dev * r73fde4da... 10/ (47 files in 9 dirs): (log message trimmed) Sep 01 17:55:19 files: add some stuff to device_table_add-mmc.txt and rename it to Sep 01 17:55:25 devices-table-collie.txt. Sep 01 17:55:27 conf/collie: use device-table-collie.txt Sep 01 17:55:29 packages/kexecboot:*create a new directory for everything kexecboot related Sep 01 17:55:31 *move initramfs-kexec-image and initramfs-kexec to this dir and Sep 01 17:55:35 rename them to *kexecboot Sep 01 17:55:37 (18 lines omitted) Sep 01 17:55:47 03koen 07org.oe.dev * r217dcbf1... 10/ (1 packages/linux/linux-neuros_git.bb): linux-neuros: bump SRCREV Sep 01 17:55:49 03koen 07org.oe.dev * r75fd0a56... 10/ (3 files in 3 dirs): neuros-pkggen: sync with neuros git Sep 01 17:55:51 03koen 07org.oe.dev * r0081350c... 10/ (7 files in 2 dirs): neuros public: update nwm, mainmenu and lib-widgets, add skeleton for photoalbum, vplayer and lib-gui Sep 01 17:55:54 03koen 07org.oe.dev * r47468036... 10/ (1 packages/vlc/vlc-davinci_0.8.6h.bb): vlc-davinci: bump SRCREV Sep 01 17:55:58 03koen 07org.oe.dev * r1ebb8320... 10/ (9 files in 2 dirs): libusb1: update to 0.9.2 for bugfixes and update the compatlayer to beta2 also for bugfixes Sep 01 17:56:03 03hrw 07org.oe.dev * re823514f... 10/ (5 files in 3 dirs): fontconfig: added 2.6.0 from Poky - should close #2951 Sep 01 17:56:08 03hrw 07org.oe.dev * r3d8fcb3e... 10/ (4 files in 2 dirs): libopensync: added missing patches for 0.36 Sep 01 17:56:14 03crofton 07org.oe.dev * r05dd48c3... 10/ (3 files in 3 dirs): linux-davinci : Add patch to solve strange serial console behavior. Sep 01 17:56:17 03hrw 07org.oe.dev * rf2ceedc0... 10/ (1 packages/cmake/cmake.inc): cmake: configure with proper prefix Sep 01 17:56:21 03koen 07org.oe.dev * rf6106329... 10/ (13 files in 3 dirs): linux omap2 git: sync with upstream git Sep 01 17:56:25 03koen 07org.oe.dev * re201cb44... 10/ (1 packages/linux/linux-omap2-git/beagleboard/flash2.patch): linux-omap2 git: add missing patch Sep 01 17:56:30 03Laibsch 07org.oe.dev * r5a718ed2... 10/ (1 packages/txdrug/txdrug_0.1.bb): txdrug: fix include path and incorrect assumptions about $palmtopdir. closes 2420. Sep 01 17:56:35 03Laibsch 07org.oe.dev * rfe68ff59... 10/ (3 files in 3 dirs): apt: mark autofoo.patch for the two oldest versions in OE as unapplicable for upstream Sep 01 17:56:40 03Laibsch 07org.oe.dev * r18fbb9e9... 10/ (1 packages/pkgconfig/pkgconfig-0.22/autofoo.patch): pkgconfig: mark autofoo.patch for 0.22 as unapplicable to upstream since there is a newer version in OE. Sep 01 17:56:45 03Laibsch 07org.oe.dev * rb7306bb7... 10/ (1 packages/gnome/gconf_2.6.1.bb): gconf: fix packaging for dbg, introduce autotools_stage_all and reorder fields according to StyleGuide. Closes 3505. Sep 01 17:56:50 03Laibsch 07org.oe.dev * re536fc85... 10/ (1 packages/gnome/gconf_2.6.1.bb): gconf: bump PR for 2.6.1 Sep 01 17:56:54 03jeremy_laine 07org.oe.dev * ra6e97724... 10/ (1 classes/oestats-client.bbclass): oestats-client.bbclass: display information URL for failed builds/tasks (Closes: #4475) Sep 01 17:56:59 03koen 07org.oe.dev * r5cb0873b... 10/ (1 conf/machine/include/neuros.inc): neuros.inc: make kernel jffs2 4mb Sep 01 17:57:04 03koen 07org.oe.dev * rd0cc7aa0... 10/ (1 packages/u-boot/u-boot_git.bb): u-boot git: bump SRCREV for neuros-osd2 Sep 01 17:57:09 03koen 07org.oe.dev * rfb56b6d0... 10/ (3 files in 3 dirs): firefox: fix ARM jsautocfg.h Sep 01 17:57:11 03koen 07org.oe.dev * r73a3006e... 10/ (5 files in 3 dirs): firefox: fix packagings and replace debian patch by something without a weasel fetish Sep 01 17:57:14 03koen 07org.oe.dev * rc21c001c... 10/ (1 packages/qmake/qmake2-sdk_2.10a.bb): qmake-sdk: update to 4.4.1 Sep 01 17:57:25 03woglinde2 07org.oe.dev * r55132066... 10/ (9 files in 3 dirs): Sep 01 17:57:27 gettext: update to version 0.17 Sep 01 17:57:29 * set DEFAULT_PREFERENCES = "-1" so nothing breaks and anybody Sep 01 17:57:31 can test Sep 01 17:57:33 * add a hack to en/disable localization when USE_NLS is set, for 0.17 Sep 01 17:57:37 only Sep 01 17:57:39 03Laibsch 07org.oe.dev * r9767e2c8... 10/ (1 packages/rrdtool/rrdtool_1.0.49.bb site/common): rrdtool: generalize test for IEEE math into site/common. Thanks, koen, for pointing this out. Sep 01 17:57:44 03koen 07org.oe.dev * r5603a438... 10/ (3 files in 2 dirs): firefox: move -devel dir to -dev package Sep 01 17:57:48 03koen 07org.oe.dev * r6da9c24a... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: enable software scaler Sep 01 17:57:53 03koen 07org.oe.dev * r913ae7f0... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: stage swscale headers in both ffmpeg/ and libswcale/, apps can't agree on a standard location Sep 01 17:57:58 03koen 07org.oe.dev * r7dbac731... 10/ (3 files in 3 dirs): libomxil-bellagio: add openmax IL components Sep 01 17:58:02 03koen 07org.oe.dev * r43b7d311... 10/ (4 files in 3 dirs): linux-omap2 git: bump SRCREV Sep 01 17:58:06 03koen 07org.oe.dev * rbeea20d8... 10/ (3 files in 2 dirs): gstreamer: replace staging with autotools_stage_all Sep 01 17:58:11 hm Sep 01 17:58:14 03koen 07org.oe.dev * r6516a85d... 10/ (4 files in 3 dirs): gst-openmax: add openmax IL support for gstreamer Sep 01 17:58:19 03Laibsch 07org.oe.dev * r7a532019... 10/ (1 packages/gnome/gconf_2.6.1.bb): Sep 01 17:58:21 gconf: fix compilation for version 2.6.1 Sep 01 17:58:23 * remove autotools_stage_all. For some reason it does not work Sep 01 17:58:25 * I would have thought that FILES_${PN}-dbg and FILES_gconf-dbg are the same Sep 01 17:58:27 for the gconf package. bitbake seems to think otherwise, so I'm renaming Sep 01 17:58:29 to actually fix bug 3505. Sep 01 17:58:33 03jay4mail 07org.oe.dev * rde7fa612... 10/ (7 files in 4 dirs): Sep 01 17:58:35 fvwm: initial release. closes 4439. Sep 01 17:58:37 * commit by Laibsch Sep 01 17:58:41 03khem 07org.oe.dev * rdf082d3d... 10/ (3 files in 3 dirs): Sep 01 17:58:43 include sys/types.h in netfilter headers exported to userspace. Sep 01 17:58:45 When using 2.6.25 kernel headers iptables fails to compile like below Sep 01 17:58:47 /scratch/oe/build/eglibc/tmp-omap5912osk/staging/arm-angstrom-linux-gnueabi/usr/include/linux/netfilter.h:40: error: expected specifier-qualifier-list before '__u32' Sep 01 17:58:54 This patch includes sys/types.h in userspace netfilter headers so __u32 definition is resolved. Sep 01 17:58:56 03koen 07org.oe.dev * r49aa7e32... 10/ (1 packages/dvbtools/wscan_20080720.bb): wscan: add 20080720 Sep 01 17:58:58 03koen 07org.oe.dev * r505353d4... 10/ (3 files in 3 dirs): linux-omap2: use MPU timer instead of 32kHz timer to avoid serial hangs Sep 01 17:59:02 backlog... should be done soon Sep 01 17:59:03 03thesing 07org.oe.dev * ra97813c7... 10/ (1 packages/kexecboot/linux-kexecboot-2.6.26/defconfig-collie): Sep 01 17:59:04 don't worry Sep 01 17:59:10 linux-kexecboot: add console=tty1 to cmdline again. Sep 01 17:59:10 i could kickban it until then Sep 01 17:59:12 I don't fully understand why, but otherwise images don't boot. Sep 01 17:59:14 03xjqian 07org.oe.dev * r844fc98a... 10/ (5 files in 2 dirs): Sep 01 17:59:15 but i think it's not worth it Sep 01 17:59:16 postgresql: enhance staging, maintain a flat layout of {STAGING_LIBDIR} Sep 01 17:59:18 * bump PR Sep 01 17:59:20 03xjqian 07org.oe.dev * r3b55b3d4... 10/ (3 files in 2 dirs): Sep 01 17:59:26 motion: bump to 3.2.10.1, upstream fixed the postgresql configure bug Sep 01 17:59:28 * close oebug 3286 Sep 01 17:59:28 koen did forget to edit the 'leaves' file Sep 01 17:59:32 03xjqian 07org.oe.dev * r2873796e... 10/ (1 packages/perl/libwww-perl_5.808.bb): Sep 01 17:59:36 libwww-perl: direct PERL_ARCHLIB to STAGING_LIBDIR_NATIVE, instead of the host env Sep 01 17:59:38 * CAVEAT: perl/5.8.8 has to be hard coded, needs to be updated with each new perl version Sep 01 17:59:46 03xjqian 07org.oe.dev * r8255feab... 10/ (1 packages/perl/liburi-perl_1.35.bb): Sep 01 17:59:48 liburi-perl: direct PERL_ARCHLIB to STAGING_LIBDIR_NATIVE, instead of the host env Sep 01 17:59:50 * CAVEAT: perl/5.8.8 has to be hard coded, needs to be updated with each new perl version Sep 01 17:59:52 03pb 07org.oe.dev * rad9aabba... 10/ (1 packages/gcc/gcc-4.2.4.inc): gcc-4.2.4: re-enable libgomp Sep 01 17:59:58 03pb 07org.oe.dev * r41f4502d... 10/ (1 packages/gcc/gcc-configure-common.inc): gcc: enable Objective-C Sep 01 18:00:00 prepare for a mailstorm as well :D Sep 01 18:00:00 03pb 07org.oe.dev * r8aa1e2ea... 10/ (1 packages/gcc/gcc-cross_4.2.4.bb packages/gcc/gcc_4.2.4.bb): gcc{-cross}_4.2.4: bump PR Sep 01 18:00:05 03koen 07org.oe.dev * rd323aefd... 10/ (1 packages/librsvg/librsvg_2.22.2.bb): librsvg: add 2.22.2 Sep 01 18:00:07 03koen 07org.oe.dev * r176de9e8... 10/ (1 packages/gimp/babl_svn.bb): babl: convert to SRCREV Sep 01 18:00:13 03koen 07org.oe.dev * r30ae54dc... 10/ (1 packages/gimp/gegl_svn.bb): gegl: convert to SRCREV Sep 01 18:00:15 03koen 07org.oe.dev * r8f24d81d... 10/ (1 classes/gnome.bbclass): gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1" Sep 01 18:00:18 03koen 07org.oe.dev * r4417f752... 10/ (3 files in 2 dirs): libexif: fix staging and add 0.6.16, fixes CVE-2006-4168 aka IDEF1514. Sep 01 18:00:25 03koen 07org.oe.dev * rd891a2d5... 10/ (1 packages/lcms/lcms_1.17.bb): lcms: use AUTOTOOLS_STAGE_PKGCONFIG = "1" Sep 01 18:00:28 03xora 07org.oe.dev * r0f7564fa... 10/ (1 classes/cpan.bbclass): cpan.bbclass : more generic solution to perl module build problems Sep 01 18:00:36 03koen 07org.oe.dev * rf560dfa2... 10/ (1 packages/gimp/gimp_2.5.2.bb): gimp: add 2.5.2, with an ugly hack to get around OE's ancient gettext native (lacks msgctxt support) Sep 01 18:00:43 03koen 07org.oe.dev * r85cdcc12... 10/ (52 files in 4 dirs): Sep 01 18:00:45 xorg-minimal-fonts: add a recipe that installs a minimal amount of fonts to get the Xorg server going. Sep 01 18:00:47 * this probably clashes with other font recipes at runtime, but since those don't build at all.... Sep 01 18:00:51 03koen 07org.oe.dev * r9a9611fc... 10/ (5 files in 3 dirs): Sep 01 18:00:53 xserver-xorg: change xorg.conf to use the framebuffer instead of s3 (sane defaults and all) Sep 01 18:00:55 * also add rdepends on minimal font package Sep 01 18:00:59 03koen 07org.oe.dev * r9b0c628c... 10/ (1 packages/images/beagleboard-demo-image.bb): beagleboard demo image: install xorg server Sep 01 18:01:02 03xora 07org.oe.dev * r75107525... 10/ (1 packages/linux/linux-kaiser_2.6.24+git.bb): linux-kaiser : fix COMPATBLE_MACHINE definition Sep 01 18:01:05 03koen 07org.oe.dev * rf8fe6283... 10/ (1 packages/images/beagleboard-demo-image.bb): beagleboard-demo-image: don't make XSERVER a weak assignment Sep 01 18:01:12 03xora 07org.oe.dev * rb9bda6b0... 10/ (15 files in 3 dirs): gtk+_2.12.11.bb : newer gtk+ taken from OM git Sep 01 18:01:15 03xora 07org.oe.dev * r6eabb69e... 10/ (4 files in 3 dirs): glib-2.0_2.16.4.bb : newer glib-2.0 taken from OM git Sep 01 18:01:22 03xora 07org.oe.dev * r26078206... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preffered-om-2008-versions.inc : update the glib-2.0 gtk+ and cairo versions Sep 01 18:01:29 03koen 07org.oe.dev * r97501ea5... 10/ (1 packages/mozilla/firefox_3.0.1.bb): firefox3: bump PR Sep 01 18:01:31 03koen 07org.oe.dev * r3ec74f15... 10/ (1 packages/quake/quetoo_0.6.1.bb): quetoo: uglify recipe a bit more so that it compiles with gcc4.3 and libtool 2.x Sep 01 18:01:34 03koen 07org.oe.dev * r5565cda3... 10/ (3 files in 2 dirs): xserver-xorg: add CONFFILES for xorg.conf Sep 01 18:01:40 03daniel 07org.oe.dev * rb9301fc2... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: Bump pixman to 0.10.0 (fixes cairo build) Sep 01 18:01:43 03koen 07org.oe.dev * r3a0cedcb... 10/ (1 packages/gnuradio/gnuradio_3.1.2.bb): gnuradio: bump PR Sep 01 18:01:49 03pb 07org.oe.dev * r542045dc... 10/ (1 packages/c-ares/c-ares_1.5.2.bb): c-ares: update to 1.5.2 Sep 01 18:01:53 03koen 07org.oe.dev * rbfd22562... 10/ (4 files in 3 dirs): neuros-nwm: add initscript Sep 01 18:01:55 03koen 07org.oe.dev * r20947b33... 10/ (1 packages/neuros-public/neuros-mainmenu_git.bb): neuros-mainmenu: have nwm start it up Sep 01 18:01:58 03koen 07org.oe.dev * r6637c5b8... 10/ (1 packages/linux/linux-neuros_git.bb): linux-neuros: bump SRCREV for fb fixes Sep 01 18:02:01 03rwhitby 07org.oe.dev * r87635ef6... 10/ (1 packages/numptyphysics/numptyphysics_svn.bb): numptyphysics: Add -lX11 to LDOPTS to fix build Sep 01 18:02:08 03rwhitby 07org.oe.dev * rdd270453... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs: Updated linux-openmoko rev to match XorA's change in OM repo Sep 01 18:02:11 03koen 07org.oe.dev * r2f25452c... 10/ (3 files in 3 dirs): neurow-nwm: add correct initscript Sep 01 18:02:15 03koen 07org.oe.dev * r3410c003... 10/ (3 files in 3 dirs): angstrom 2008: prefer a newer glib and gtk+ Sep 01 18:02:21 03koen 07org.oe.dev * r5a2fb296... 10/ (3 files in 3 dirs): linux-neuros git: enable oprofile Sep 01 18:02:23 03koen 07org.oe.dev * r4b026fa8... 10/ (1 conf/machine/beagleboard.conf): beagleboard: switch to using xorg Sep 01 18:02:26 03koen 07org.oe.dev * r6fc6bb1f... 10/ (1 packages/tasks/task-base.bb): task-base: bump PR Sep 01 18:02:27 today was really quite either Sep 01 18:02:30 03koen 07org.oe.dev * r0db87b06... 10/ (1 packages/linux/linux-neuros_git.bb): linux-neuros: bump SRCREV for more fb fixes Sep 01 18:02:33 03koen 07org.oe.dev * rb6468f30... 10/ (5 files in 2 dirs): alsa-*: update to 1.0.17 Sep 01 18:02:37 03koen 07org.oe.dev * r04651231... 10/ (1 packages/x-load/x-load_git.bb): x-load: bump SRCREV to get NAND boot working when there's no MMC inserted Sep 01 18:02:42 03koen 07org.oe.dev * r1eb48be0... 10/ (1 packages/u-boot/u-boot_git.bb): u-boot git: bump SRCREV for beagleboard for i2c fixes Sep 01 18:02:47 03koen 07org.oe.dev * rda3fa11b... 10/ (1 contrib/source-checker/oe-source-checker.py): oe-source-checker.py: use regular oe_sha256sum since OE doesn't build its own version anymore Sep 01 18:02:52 03koen 07org.oe.dev * r401f778b... 10/ (1 conf/checksums.ini): Sep 01 18:02:54 checksums.ini: merge in checksums from 4 angstrom buildhosts and poky Sep 01 18:02:56 * these where checked with the scripts in contrib, but there's always a chance something went wrong, if so, send a mail to the oe-devel list Sep 01 18:03:01 03koen 07org.oe.dev * r33f3d0a7... 10/ (1 classes/autotools.bbclass): Sep 01 18:03:03 autotools.bbclass: check if pkgconfig dir exists before trying to copy out pkgconfig files Sep 01 18:03:05 * this is needed because e.g. not all gst recipes have .pc files, be we do want to install the ones that are present Sep 01 18:03:10 03koen 07org.oe.dev * r26ec78f4... 10/ (2 files in 2 dirs): openzaurus pxa 2.4.18: update SRC_URI to point to oz.org, the ezaurus URL seems to be corrupt Sep 01 18:03:15 03thebohemian 07org.oe.dev * rdab8eece... 10/ (6 files in 3 dirs): Sep 01 18:03:19 oprofile 0.9.3: Fixed armv7a patch to actually distribute armv7 event files. Sep 01 18:03:21 oprofile 0.9.4: New recipe. Sep 01 18:03:23 03koen 07org.oe.dev * r2de39a1f... 10/ (4 files in 3 dirs): numptyphysics: add patch to build it with gcc 4.3 Sep 01 18:03:26 03koen 07org.oe.dev * r9e903626... 10/ (1 packages/x-load/x-load_git.bb): x-load: bump SRCREV and PV Sep 01 18:03:30 03florian 07org.oe.dev * r39b338cd... 10/ (1 packages/atd/atd_0.80.bb): atd: add 0.80 Sep 01 18:03:34 03florian 07org.oe.dev * r77de2c05... 10/ (1 MAINTAINERS): Ad atd to my bbs Sep 01 18:03:38 03stefan 07org.oe.dev * rbfc7cf00... 10/ (1 packages/freesmartphone/illume-theme-freesmartphone_git.bb): illume-theme-freesmartphone: Build theme from source. Sep 01 18:03:43 03koen 07org.oe.dev * r876d5e53... 10/ (1 packages/linux/linux-omap2_git.bb): linux-omap2 git: bump SRCREV to get GPTIMER irq fix Sep 01 18:03:48 03koen 07org.oe.dev * r895c049b... 10/ (1 packages/qt4/qt_staging.inc): qt4 staging: add a || true to the cp Sep 01 18:03:53 03koen 07org.oe.dev * r39f402ee... 10/ (1 packages/u-boot/u-boot_git.bb): u-boot: fix bump SRCREV for neuros-osd2 to fix HDCP handshake Sep 01 18:04:01 03xora 07org.oe.dev * r975cd9b9... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs : update linux-openmoko Sep 01 18:04:06 03koen 07org.oe.dev * r4bba6a7e... 10/ (4 files in 2 dirs): dsplink, codec-engine: put common paths in a .inc file so more recipes can share them Sep 01 18:04:11 03koen 07org.oe.dev * rbbd1e0b2... 10/ (3 files in 2 dirs): vala(-native): add 0.3.4 Sep 01 18:04:15 03koen 07org.oe.dev * re5d51ef0... 10/ (1 conf/machine/om-gta01.conf): om-gtao1: use += for image types Sep 01 18:04:17 03koen 07org.oe.dev * r003d5589... 10/ (3 files in 3 dirs): linux-openmoko.inc: sync with openmoko so package upgrade doesn't &*$(*@$(@ erase my kernel partition again Sep 01 18:04:22 03koen 07org.oe.dev * rc91c1c20... 10/ (3 files in 3 dirs): linux-openmoko 2.6.24+git: make bt and sound builtin, stash PR between version and git rev to get something monotonically increasing Sep 01 18:04:27 03koen 07org.oe.dev * r4d84c60f... 10/ (3 files in 3 dirs): xserver-kdrive-common: fix up GTA0* entries in non-openmoko Xserver script, now we have a working touchscreen again Sep 01 18:04:30 03koen 07org.oe.dev * reca515cc... 10/ (3 files in 3 dirs): bluez-utils: restore device naming behaviour that got lost after removing bluez-utils-3.x from FILESPATH Sep 01 18:04:33 03koen 07org.oe.dev * re635c173... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: switch from 'arm-neon' to 'arm' branch for arm Sep 01 18:04:38 03koen 07org.oe.dev * raa967f3b... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: add note on how to keep software working Sep 01 18:04:41 03koen 07org.oe.dev * r9c390613... 10/ (1 packages/gstreamer/gst-ffmpeg_0.10.4.bb): gst-ffmpeg: bump PR, ffmpeg changed SOVERSION Sep 01 18:04:47 03koen 07org.oe.dev * r1c5880c7... 10/ (1 packages/openmax/libomxil-bellagio_0.9.0.bb): libomxil: bump PR, ffmpeg changed SOVERSION Sep 01 18:04:52 03koen 07org.oe.dev * r194710e5... 10/ (4 files in 4 dirs): netbase: remove resolv.conf hack from om-gta0* that keeps overwriting working resolv.conf files with broken ones Sep 01 18:04:58 03koen 07org.oe.dev * r4e0ebae6... 10/ (1 packages/resolvconf/resolvconf_1.41.bb): Sep 01 18:04:58 resolvconf: add 1.41 Sep 01 18:04:58 * openresolv (http://roy.marples.name/node/343) doesn't need bash, which is more in line what OE expects Sep 01 18:05:03 03koen 07org.oe.dev * r9fc6b000... 10/ (1 conf/machine/adzs-bf548-ezlite.conf): adzs-bf548-ezlite: adjust serial console setting Sep 01 18:05:09 03koen 07org.oe.dev * r0ff44f9c... 10/ (1 conf/distro/angstrom-2008.1.conf): angstrom 2008: use gcc 4.1.2 for blackfin Sep 01 18:05:14 03koen 07org.oe.dev * rd8bd9110... 10/ (1 conf/distro/angstrom-2008.1.conf): angstrom 2008: fix typo Sep 01 18:05:20 03mickeyl 07org.oe.dev * rdc4c3e2a... 10/ (7 files in 2 dirs): curl 7.18.0 update to 7.18.2 Sep 01 18:05:25 03mickeyl 07org.oe.dev * ra89efeac... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: update curl and pycurl Sep 01 18:05:30 03mickeyl 07org.oe.dev * ra730d13a... 10/ (1 classes/distutils.bbclass): distutils.bbclass: allow specifying arguments to the build command Sep 01 18:05:36 03mickeyl 07org.oe.dev * r046d0038... 10/ (5 files in 3 dirs): python-pycurl 7.16.4 update to 7.18.2; use dynamic linking Sep 01 18:05:41 03mickeyl 07org.oe.dev * rd2def914... 10/ (4 files in 3 dirs): python-edje cvs add debian patch fixing unicode conversion Sep 01 18:05:47 03mickeyl 07org.oe.dev * r66c2d998... 10/ (4 files in 3 dirs): python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += db Sep 01 18:05:52 03koen 07org.oe.dev * rcc135aef... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: bump SRCREV Sep 01 18:05:58 03koen 07org.oe.dev * r33b799d6... 10/ (1 packages/ffmpeg/omapfbplay_git.bb): omapfbplay: bump PR Sep 01 18:06:04 03koen 07org.oe.dev * r20adcf1d... 10/ (8 files in 3 dirs): linux-omap2 git: update to latest git, add Pauls latest serial hang patch set Sep 01 18:06:09 03koen 07org.oe.dev * ra4b32985... 10/ (1 packages/mythtv/gmyth_0.7.1.bb): gmyth: add 0.7.1 Sep 01 18:06:14 03koen 07org.oe.dev * r73123578... 10/ (1 packages/totem/totem-pl-parser_2.23.3.bb): totem-pl-parser: add 2.23.3 Sep 01 18:06:20 03koen 07org.oe.dev * rcc85b625... 10/ (1 packages/mysql/mysql_4.1.18.bb): mysql: use autotools_stage_all to get libs into libdir/mysql as they should. The old wrong behaviour is left alone to minimize breakage Sep 01 18:06:26 03koen 07org.oe.dev * ra077511f... 10/ (1 packages/mythtv/gmyth-upnp_0.7.0.bb): gmyth-upnp: add 0.7.0 Sep 01 18:06:31 03koen 07org.oe.dev * rf8bc0215... 10/ (3 files in 2 dirs): gmyth*: fix up .pc files for -dev packages as well Sep 01 18:06:37 03koen 07org.oe.dev * r70060fba... 10/ (4 files in 3 dirs): totem: add 2.23.4 Sep 01 18:06:41 03koen 07org.oe.dev * re4e2e598... 10/ (3 files in 3 dirs): xserver-common: add keypad to keymap Sep 01 18:06:47 03koen 07org.oe.dev * r9fabd61e... 10/ (1 packages/gnome/gconf-editor_2.22.0.bb): gconf-editor: add 2.22.0 Sep 01 18:06:52 03koen 07org.oe.dev * r103744b6... 10/ (3 files in 2 dirs): Sep 01 18:06:52 gst-plugins: fix do_split_packages bogus dependency addition Sep 01 18:06:52 gst-plguins-good: fix gconfelements plugin Sep 01 18:06:58 03koen 07org.oe.dev * r9b3a1338... 10/ (1 packages/upnp/libupnp_1.6.5.bb): libupnp: stage .pc files from inside autotools_stage_all Sep 01 18:07:03 03koen 07org.oe.dev * r4084ac5d... 10/ (1 packages/mythtv/gmyth-upnp_0.7.0.bb): gmyth-upnp: fix .pc some more, the clinkc dep isn't needed Sep 01 18:07:09 03koen 07org.oe.dev * rdde30b64... 10/ (3 files in 3 dirs): totem: add more gst plugins and fix mythtv detection Sep 01 18:07:14 03koen 07org.oe.dev * rae53cf88... 10/ (1 packages/mythtv/gmyth_0.7.1.bb): gmyth: add mythtv dependency Sep 01 18:07:19 03koen 07org.oe.dev * r0780cde5... 10/ (1 packages/mythtv/gmyth_0.7.1.bb): gmyth: fix typo Sep 01 18:07:25 03koen 07org.oe.dev * r726a6b76... 10/ (1 packages/totem/totem_2.23.4.bb): totem: split plugins into seperate packages Sep 01 18:07:30 03koen 07org.oe.dev * r465e8a9c... 10/ (1 packages/gnome/libgtop_2.23.4.bb): libgtop: add 2.23.4 Sep 01 18:07:35 03koen 07org.oe.dev * r93ae06f1... 10/ (1 packages/gtkmm/gtkmm_2.12.7.bb): gtkmm: add hack to get it to compile with a recent libtool Sep 01 18:07:41 03koen 07org.oe.dev * r934a179b... 10/ (1 packages/gnome/gnome-system-monitor_2.23.6.bb): gnome-system-monitor: add 2.23.6 Sep 01 18:07:46 03koen 07org.oe.dev * rfbdba8d2... 10/ (3 files in 2 dirs): angstrom feed upload script: reuse file list to lessen load on server, add status output for the upload script Sep 01 18:07:52 03koen 07org.oe.dev * r0e1af334... 10/ (1 packages/gcc/gcc-configure-common.inc): gcc configure common: disable objective-c, it ICEs gcc-cross Sep 01 18:07:58 03theBohemian 07org.oe.dev * rc4a6ad87... 10/ (1 packages/binutils/binutils-avr32.inc): binutils: fix avr32 prefixing issue Sep 01 18:08:03 03koen 07org.oe.dev * r3585d6ba... 10/ (3 files in 3 dirs): angstrom led config: adjust names to match kernel Sep 01 18:08:08 03koen 07org.oe.dev * r3409bc1c... 10/ (19 files in 3 dirs): linux-omap2 git: check in WIP cpufreq patches for beagleboard Sep 01 18:08:13 03koen 07org.oe.dev * r63a05cb1... 10/ (4 files in 3 dirs): sdlquake: add 1.0.9 Sep 01 18:08:19 03koen 07org.oe.dev * r1431c1bf... 10/ (3 files in 3 dirs): libsdl-x11: fix cdrom support and enable it Sep 01 18:08:24 03bluelightning 07org.oe.dev * rad9c1db3... 10/ (3 files in 3 dirs): libopie2: add fix for cursor key rotation on spitz Sep 01 18:08:30 03koen 07org.oe.dev * r5a1445ff... 10/ (12 files in 3 dirs): Sep 01 18:08:30 udev 124: merge from poky, add blacklist back in till we properly merge with poky Sep 01 18:08:30 * disabled by default, needs testing Sep 01 18:08:36 03thebohemian 07org.oe.dev * ra7b70473... 10/ (3 files in 3 dirs): uclibc 0.9.29: Enable UCLIBC_HAS_PROGRAM_INVOCATION_NAME in uClibc.distro. Sep 01 18:08:41 03koen 07org.oe.dev * rf5c6b794... 10/ (1 packages/freedoom/freedoom_0.6.2.bb): freedoom: update to 0.6.2 Sep 01 18:08:46 03koen 07org.oe.dev * r7e03d983... 10/ (1 packages/prboom/prboom_2.4.7.bb): prboom: add 2.4.7 Sep 01 18:08:52 03koen 07org.oe.dev * r1c77072c... 10/ (3 files in 2 dirs): gnome-python-desktop: add 2.23.0 Sep 01 18:08:57 03koen 07org.oe.dev * r445ed7d2... 10/ (1 packages/ggz packages/ggz/libggz_0.0.14.1.bb): libggz: add 0.0.14.1 Sep 01 18:09:03 03koen 07org.oe.dev * rd8d70bb3... 10/ (1 packages/prboom/prboom_2.4.7.bb): prboom: recommend freedoom Sep 01 18:09:08 03koen 07org.oe.dev * rff29d355... 10/ (1 packages/ggz/ggz-client-libs_0.0.14.1.bb): ggz-client-libs: add 0.0.14.1 Sep 01 18:09:13 03koen 07org.oe.dev * re10b2500... 10/ (1 packages/guile/guile_1.8.5.bb): guile: add 1.8.5 Sep 01 18:09:19 03koen 07org.oe.dev * r927230fd... 10/ (1 packages/guile/guile_1.8.5.bb): guile: inherit binconfig as well Sep 01 18:09:24 03mickeyl 07org.oe.dev * rda96891a... 10/ (1 packages/images/fso-image.bb): fso-image: ship alsa-utils-amixer Sep 01 18:09:29 03mickeyl 07org.oe.dev * rf236af30... 10/ (1 packages/cdk packages/cdk/cdk_5.0-20060507.bb): add ncurses development kit 5.0 Sep 01 18:09:36 03koen 07org.oe.dev * rdb73258d... 10/ (1 packages/gnome/gnome-games_2.23.6.bb): gnome-games: build aisleriot since we have a working guile now Sep 01 18:09:40 03koen 07org.oe.dev * re8677754... 10/ (1 packages/gnome/gnome-panel_2.18.1.bb): gnome-panel: depend on startup-notification Sep 01 18:09:46 03koen 07org.oe.dev * rc2b351cf... 10/ (1 packages/images/beagleboard-demo-image.bb): beagleboard demo image: add gnome-games so people can play solitaire at boring trade shows ;) Sep 01 18:09:52 03koen 07org.oe.dev * rfececee4... 10/ (1 packages/xorg-xserver/xorg-xserver-common.inc): xorg-xserver: it needs hal at build and runtime, so add proper (R)DEPENDS Sep 01 18:09:57 03thesing 07org.oe.dev * re50fc707... 10/ (1 classes/kernel.bbclass): kernel.bbclass: fix typo in do_sizecheck() Sep 01 18:10:15 03koen 07org.oe.dev * r2a6a15e0... 10/ (1 packages/xorg-font/xorg-minimal-fonts.bb): xorg-minimal-fonts: add symlink for Xorg compat Sep 01 18:10:15 03koen 07org.oe.dev * rcaacd312... 10/ (1 packages/totem/totem_2.23.4.bb): totem: add 2.23.4 Sep 01 18:10:15 03koen 07org.oe.dev * r3c94d9db... 10/ (1 packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb): libsigc++ : add 2.2.2 Sep 01 18:10:19 03mickeyl 07org.oe.dev * rd80e6b5a... 10/ (4 files in 2 dirs): Sep 01 18:10:20 add portaudio v19. svn version can be controlled via sane-srcrevs.inc Sep 01 18:10:22 NOTE: need to reenable building the examples Sep 01 18:10:26 03mickeyl 07org.oe.dev * rc5f94f2e... 10/ (1 conf/distro/include/sane-srcrevs.inc): add portaudio, remove entries for packages no longer present, bump openmoko date Sep 01 18:10:30 03thesing 07org.oe.dev * ra5786ab8... 10/ (1 classes/kernel.bbclass): Sep 01 18:10:31 kernel.bbclass: make aes-generic module provide aes Sep 01 18:10:33 * the kernel guys renamed the aes module wifi with wpa should work again Sep 01 18:10:36 03Laibsch 07org.oe.dev * r11752201... 10/ (1 conf/checksums.ini packages/lzma/lzma-native_4.17.bb): Sep 01 18:10:39 lzma: update SRC_URI. closes 4494. Sep 01 18:10:41 * point to sf.net mirrors for download Sep 01 18:10:43 * introduce PVNODOT local variable to enable easier upgrade to new releases Sep 01 18:10:45 * update checksums.ini Sep 01 18:10:47 03utx 07org.oe.dev * re580d1f7... 10/ (10 files in 2 dirs): Sep 01 18:10:49 Enabled cp2101 USB serial: Sep 01 18:10:51 * required for many GPS devices and track loggers (BT747, QStarz,...) Sep 01 18:10:53 * enabled for devices that support Garmin GPS Sep 01 18:10:57 03utx 07org.oe.dev * r298d9a75... 10/ (3 files in 2 dirs): (log message trimmed) Sep 01 18:10:59 gpsdrive updated to version 1.3.5: Sep 01 18:11:01 * new formats: GlobalSat DG-100, Navilink GPS support, MTK Data Sep 01 18:11:03 Logger, Nokia LMX, Swiss Map 50 xol, NMEA GISTeq strain. Sep 01 18:11:05 * new features: Garmin HC supported, Garmin GPI proximity alerts, Sep 01 18:11:07 Lowrance waypoint comments, VCF coords in ADR for iPhone, Sep 01 18:11:09 timestamps in KML Placemarks, Opencaching.de GPX, TomTom Sep 01 18:11:13 03mickeyl 07org.oe.dev * r359cd693... 10/ (1 conf/machine/om-gta01.conf conf/machine/om-gta02.conf): om-gta0[12]: fix descriptions Sep 01 18:11:18 03koen 07org.oe.dev * rb4bbcb92... 10/ (3 files in 2 dirs): busybox: RRECOMMEND libgcc since avr32 toolchains don't build it Sep 01 18:11:23 03thebohemian 07org.oe.dev * re299597d... 10/ (6 files in 4 dirs): phoneme-advanced-foundation: New recipe. Sep 01 18:11:28 03mickeyl 07org.oe.dev * r03fd68a9... 10/ (3 files in 3 dirs): add python-ptrace, a debugger written in python. closes #4496 Sep 01 18:11:33 03koen 07org.oe.dev * r304f5708... 10/ (1 packages/gtk-webcore/midori_0.0.19.bb): midori: add 0.0.19 Sep 01 18:11:35 03koen 07org.oe.dev * r461b0f25... 10/ (1 packages/classpath/classpath.inc): classpath: classpath non-native needs the libtool rpath hack as well Sep 01 18:11:38 03woglinde2 07org.oe.dev * r9b0fbae4... 10/ (3 files in 2 dirs): Sep 01 18:11:42 rdesktop: update to version 1.6.0 Sep 01 18:11:44 * fixes partly bug 4376 Sep 01 18:11:48 03koen 07org.oe.dev * r2d19f916... 10/ (3 files in 3 dirs): linux omap2 git: add patch to fix musb dma Sep 01 18:11:52 03ant 07org.oe.dev * ra54a6607... 10/ (8 files in 5 dirs): u-boot_git.bb: add support for c7x0 and akita Sep 01 18:11:59 03pb 07org.oe.dev * r971150ae... 10/ (8 files in 5 dirs): disapproval of revision 'a54a6607517e20ec074b70c4070cfa9d989624e1' Sep 01 18:12:04 03rwhitby 07org.oe.dev * rf3a59ad5... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs: Updated illume-theme-freesmartphone to match the changes in the recipe. Sep 01 18:12:09 03koen 07org.oe.dev * r66850e35... 10/ (5 files in 3 dirs): povray: update to 3.7.0 beta 25b Sep 01 18:12:13 03koen 07org.oe.dev * r59df5e73... 10/ (4 files in 3 dirs): pixman: add 0.11.8 and apply ARM patch from https://bugs.freedesktop.org/show_bug.cgi?id=13445 Sep 01 18:12:18 03koen 07org.oe.dev * r180210c5... 10/ (1 packages/povray/povray_3.6.1+3.7.0-beta25b.bb): povray: make go a bit faster on armv7a Sep 01 18:12:21 03Laibsch 07org.oe.dev * re84f370f... 10/ (1 packages/openmoko2/openmoko-appmanager2_svn.bb): openmoko-appmanager2: replace ipkg with opkg in depends and fix FTBFS. Sep 01 18:12:26 03Laibsch 07org.oe.dev * rb83ea803... 10/ (1 packages/nandlogical/nandlogical_1.0.0.bb): nandlogical: according to hrw, nandlogical can be used for all Z except collie. COMPATIBLE_MACHINE = "(poodle|c7x0|akita|spitz|tosa)" should represent that. Sep 01 18:12:32 03Laibsch 07org.oe.dev * r9775ec9a... 10/ (4 files in 3 dirs): guile: drop nonworking version 1.6.4 and its patches and close 3503. Sep 01 18:12:35 03mickeyl 07org.oe.dev * rfd59ca4a... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: prefer vala 0.1.5 until openmoko-terminal2 has catched up Sep 01 18:12:38 03rwhitby 07org.oe.dev * r01dddc70... 10/ (3 files in 3 dirs): tangogps-fso: Added a patch to set the gps fix timestamp based on the timestamps presented by the gypsy dbus signals Sep 01 18:12:43 03rwhitby 07org.oe.dev * r70aab1ac... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions: Update dbus-glib to 0.76 since 0.74 doesn't build on Debian Lenny Sep 01 18:12:46 03Laibsch 07org.oe.dev * raa5754b6... 10/ (3 files in 2 dirs): nandlogical: split static and dynamic packages Sep 01 18:12:57 03Laibsch 07org.oe.dev * rdf64369e... 10/ (1 packages/dhcp/dhcp_3.0.1.bb packages/dhcp/dhcp_3.0.2.bb): dhcp: make sure that /var/lib/dhcp is included in dhcp-client package. Closes 4491. Sep 01 18:13:00 03utx 07org.oe.dev * r33643184... 10/ (1 packages/maemo4/osso-gnome-vfs2_2.16.3.bb): osso-gnome-vfs2: Fix build with the latest glib. Sep 01 18:13:03 03Laibsch 07org.oe.dev * ra3b620ec... 10/ (1 conf/distro/include/sane-srcrevs.inc): libiac: set sane srcrev to 1590. closes 4095. Sep 01 18:13:08 03Laibsch 07org.oe.dev * r1381c99b... 10/ (10 files in 2 dirs): apt: make sure $libdir/apt/*/.debug actually ends up in the debug package Sep 01 18:13:11 03Laibsch 07org.oe.dev * r76e644fa... 10/ (1 packages/python/python-pycap_0.1.6.bb): python-pycap: relax DEPENDS to not require particular versions Sep 01 18:13:16 03Laibsch 07org.oe.dev * r9c656e60... 10/ (6 files in 4 dirs): hildon-home: move to non-working. It has to be non-functional at least since 2006, so apparently nobody cares. Sep 01 18:13:22 03florian 07org.oe.dev * rf42614d8... 10/ (1 packages/gpe-memo packages/gpe-memo/gpe-memo_0.2.bb): gpe-memo: add 0.2 Sep 01 18:13:30 03Laibsch 07org.oe.dev * r1667f503... 10/ (1 packages/efl1/imlib2_cvs.bb): imlib2: several packages depend on virtual/imlib2, so this is a natural candidate to provide it Sep 01 18:13:35 03Laibsch 07org.oe.dev * r3ef42d7b... 10/ (34 files in 6 dirs): Sep 01 18:13:35 nonworking: move a bunch of maemo/hildon stuff to nonworking. Sep 01 18:13:35 * it depended on some gtk+osso package which was dropped in 2006 Sep 01 18:13:40 03Laibsch 07org.oe.dev * rcf2372fa... 10/ (1 packages/xmms-embedded/xmms-embedded_20040327.bb): xmms-embedded: relax depends on specific version of libmikmod. Sep 01 18:13:46 03Laibsch 07org.oe.dev * r867cec67... 10/ (1 packages/telepathy/telepathy-python_0.14.0.bb): telepathy-python: RDEPENDS on python-dbus instead of the non-existant dbus-python. Sep 01 18:13:51 03Laibsch 07org.oe.dev * rc94b805f... 10/ (1 packages/tasks/task-slugos.bb): task-slugos: the task-slugos definition RPEPENDS on ixp4xx-npe which is only compatible for machines "(nslu2|ixp4xx)" thus the same must be true for this task definition. Sep 01 18:13:57 03rwhitby 07org.oe.dev * r21d16378... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Removed non-existent packages Sep 01 18:14:03 03rwhitby 07org.oe.dev * r64f6353a... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added navit Sep 01 18:14:08 03stefan 07org.oe.dev * r4d056d24... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: Bump illume-theme-freesmartphone to get the loading applications changes Sep 01 18:14:14 03rwhitby 07org.oe.dev * r6cb662ad... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added git Sep 01 18:14:20 03svolpe 07org.oe.dev * r821c171d... 10/ (7 files in 3 dirs): (log message trimmed) Sep 01 18:14:20 php: Update to version 5.2.6 Sep 01 18:14:20 *Replaced the old version 5.2.5 with 5.2.6 Sep 01 18:14:20 beginning with `MTN:' are removed automatically. MTN: MTN: Current branch: org.openembedded.dev MTN: Changes against parent Sep 01 18:14:20 5154bfc13d743e02fb1148028acbd96c161e3234 MTN: dropped packages/php/php-5.2.5 MTN: dropped Sep 01 18:14:22 packages/php/php-5.2.5/acinclude-xml2-config.patch MTN: dropped packages/php/php-5.2.5/pear-makefile.patch MTN: dropped Sep 01 18:14:25 packages/php/php_5.2.5.bb MTN: added packages/php/php-5.2.6 MTN: added packages/php/php_5.2.6.bb MTN: Sep 01 18:14:29 03svolpe 07org.oe.dev * raf7a343c... 10/ (3 files in 2 dirs): Sep 01 18:14:31 php-native: Updated to version 5.2.6 Sep 01 18:14:33 *Replaced the old version 5.2.5 with 5.2.6 Sep 01 18:14:35 03rwhitby 07org.oe.dev * r42a96a2a... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added libnotify and notification-daemon for gestures dependencies Sep 01 18:14:38 03rwhitby 07org.oe.dev * rbf70c4a6... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: synced with org.openmoko.dev branch Sep 01 18:14:44 03rwhitby 07org.oe.dev * rc7d0711a... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added u-boot-openmoko Sep 01 18:14:50 03stefan 07org.oe.dev * re0b2ecc6... 10/ (1 packages/freesmartphone/illume-theme-freesmartphone_git.bb): illume-theme-fso: Add config elements to make FSO a complete profile which can be switched Sep 01 18:14:54 03stefan 07org.oe.dev * r2a8702db... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: Bump illume-theme-freesmartphone Sep 01 18:15:00 03koen 07org.oe.dev * r9b4ffbd1... 10/ (5 files in 4 dirs): ffmpeg git : bump SRCREV Sep 01 18:15:05 03thebohemian 07org.oe.dev * r7ba9db8f... 10/ (1 packages/phoneme/phoneme-advanced.inc): phoneme-advanced.inc: Allow overriding the PhoneME profile. Sep 01 18:15:10 03thebohemian 07org.oe.dev * rbc3e0160... 10/ (3 files in 2 dirs): Sep 01 18:15:10 openjade 1.3.2: Fix messing up compiler arguments. Sep 01 18:15:10 openjade-native 1.3.2: Fix messing up compiler arguments. Sep 01 18:15:20 03thebohemian 07org.oe.dev * rb1c5c4be... 10/ (4 files in 2 dirs): Sep 01 18:15:20 dbus-java 2.3: Fix compilation with jamvm-native. Sep 01 18:15:20 dbus-java 2.4: Fix compilation with jamvm-native. Sep 01 18:15:20 dbus-java 2.5: New recipe. Sep 01 18:15:28 03likewise 07org.oe.dev * r7b45c261... 10/ (5 files in 3 dirs): gnash-minimal: Include $\(INTLLIBS\) in LDADD for gui/fb. Sep 01 18:15:34 03rwhitby 07org.oe.dev * rccceafbc... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added libxine and task-openmoko-games Sep 01 18:15:39 03rwhitby 07org.oe.dev * r3def04a8... 10/ (2 files in 2 dirs): frameworkd: Added ogpsd default settings for gta01 Sep 01 18:15:44 03rwhitby 07org.oe.dev * ra5859fe0... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added xournal Sep 01 18:15:54 03trini 07org.oe.dev * r649d0b54... 10/ (3 files in 3 dirs): Sep 01 18:15:54 fusionsound: Fix compile error with linux-libc-headers >= 2.6.23 Sep 01 18:15:54 *BUG: 4071 Sep 01 18:15:54 *Added patch to use Sep 01 18:15:55 03svolpe 07org.oe.dev * rbdef4ea2... 10/ (4 files in 3 dirs): fusionsound: fixed pkgconfig issues Sep 01 18:16:01 03svolpe 07org.oe.dev * r73007fe3... 10/ (1 packages/directfb/fusionsound_1.0.0.bb): fusionsound: drop old version 1.0.0 Sep 01 18:16:06 03woglinde2 07org.oe.dev * r5ad8db39... 10/ (1 packages/gettext/gettext_0.17.bb): (log message trimmed) Sep 01 18:16:06 gettext: fix --enable-nls stuff Sep 01 18:16:06 * --enable-nls has diffent meaning on gettext self Sep 01 18:16:08 libintl is only buildable when you enable nls, which Sep 01 18:16:10 is default on gettext package self, so remove my nasty hack Sep 01 18:16:12 * fixing later that no locales package are made Sep 01 18:16:14 when the user wants no nls Sep 01 18:16:16 03svolpe 07org.oe.dev * r89b36634... 10/ (3 files in 2 dirs): php: Added missing patch files from previous commit Sep 01 18:16:23 03svolpe 07org.oe.dev * r1000bbf1... 10/ (1 packages/portaudio/portaudio-v19_svn.bb): portaudio-v19: Changed svn access from https to http Sep 01 18:16:26 03mickeyl 07org.oe.dev * r8ecc9799... 10/ (1 packages/sysstat packages/sysstat/sysstat_8.1.5.bb): add sysstat, a performance monitoring utility for linux Sep 01 18:16:29 03mickeyl 07org.oe.dev * ra1ae3978... 10/ (1 packages/images/fso-image.bb): fso-image: include sysstat Sep 01 18:16:34 03mickeyl 07org.oe.dev * ref9cb35b... 10/ (7 files in 4 dirs): python-pygame 1.7.1 update to 1.8.1 and stage headers Sep 01 18:16:40 03koen 07org.oe.dev * r22f4bd61... 10/ (1 packages/sugar packages/sugar/sugar-toolkit_0.82.1.bb): sugar toolkit: add 0.82.1 Sep 01 18:16:45 03koen 07org.oe.dev * ra17b5ac6... 10/ (1 packages/sugar/sugar_0.82.0.bb): sugar: add 0.82.0 Sep 01 18:16:51 03thebohemian 07org.oe.dev * r43c09a2a... 10/ (1 packages/cacao/cacaoh-cldc-native_0.98.bb): cacaoh-cldc-native: Remove unneeded dependencies and configure arguments. Sep 01 18:16:57 03Laibsch 07org.oe.dev * rfb8f2226... 10/ (2 files in 2 dirs): openmoko-icon-theme: exlclude from world build because it DEPENDS on librsvg-native which is not in OE. Sep 01 18:17:03 03Laibsch 07org.oe.dev * rcc7d7588... 10/ (4 files in 2 dirs): midpath: depend on qte-mt instead of the non-existant qt-mt Sep 01 18:17:09 03Laibsch 07org.oe.dev * rf94b55ab... 10/ (1 packages/flumotion/flumotion_0.4.1.bb): flumotion: depend on python-twisted instead of the non-existant "twisted" Sep 01 18:17:16 03geoffrey.wossum 07org.oe.dev * r91c63769... 10/ (5 files in 4 dirs): proxy-libintl: From #4370, dummy replacement for gettext. Sep 01 18:17:20 03likewise 07org.oe.dev * r5a27dc22... 10/ (1 packages/gnash/gnash-minimal.inc): gnash-minimal: Add libltdl DEPENDS. Sep 01 18:17:26 03rwhitby 07org.oe.dev * r03888054... 10/ (1 packages/python/python-pygame_1.8.1.bb): python-pygame: Fix typo in SRC_URI Sep 01 18:17:32 03rwhitby 07org.oe.dev * rb1a4ad1d... 10/ (1 conf/distro/openmoko.conf): openmoko.conf: Define PREFERRED_PROVIDER_qte, even though it's not used, just to shut bitbake up. Sep 01 18:17:37 03rwhitby 07org.oe.dev * r0bec25fc... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: Fix some versions that don't exist - set them to the versions that currently build. Sep 01 18:17:43 03rwhitby 07org.oe.dev * r4f5ecf15... 10/ (1 packages/python/python-pygame_1.8.1.bb): python-pygame: Really fix the SRC_URI this time - missing pub path Sep 01 18:17:50 03rwhitby 07org.oe.dev * r2f2ea4e5... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: Comment out e-wm, since the only version in OE is a date-floating CVS one :-( Sep 01 18:17:56 03rwhitby 07org.oe.dev * r1d51291e... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added openvpn and python-pygame Sep 01 18:18:01 03likewise 07org.oe.dev * r00217758... 10/ (1 packages/gnash/gnash-minimal.inc): gnash-minimal: Incomplete fix for RDEPENDS on libltdl (still not being picked up). Sep 01 18:18:06 03likewise 07org.oe.dev * r7ba62c1b... 10/ (3 files in 3 dirs): Sep 01 18:18:06 linux-2.6.25: Add virtual mouse driver, but for AVR32 only. Sep 01 18:18:06 The AT32STK1002 board comes with a non-touchscreen LCD; this driver Sep 01 18:18:06 helps to mimick touches on the screen. Currently, it sends the Sep 01 18:18:07 coordinates and a left mouse button click and release when performing Sep 01 18:18:09 echo "100 100 0" >/sys/devices/platform/vms/coordinates Sep 01 18:18:11 03koen 07org.oe.dev * raaeb3250... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: add 0.82.0 Sep 01 18:18:17 03woglinde2 07org.oe.dev * r903b9a5e... 10/ (3 files in 3 dirs): Sep 01 18:18:17 gst-ffmpeg: fix building with libtool2 and above Sep 01 18:18:19 * gst-lib/ext/configure.ac needed only AC_PROG_CXX entry Sep 01 18:18:21 * fixes bug 4427 Sep 01 18:18:23 * bump PR Sep 01 18:18:28 03rwhitby 07org.oe.dev * rf2129791... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Removed u-boot-openmok, cause the one in OE bears no relationship to the one that Openmoko distributes Sep 01 18:18:33 03rwhitby 07org.oe.dev * r6c683463... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: Fixed more non-existent versions Sep 01 18:18:36 03rwhitby 07org.oe.dev * r095df969... 10/ (1 conf/distro/openmoko.conf): openmoko.conf: Set PREFERRED_PROVIDER for opkg Sep 01 18:18:39 03koen 07org.oe.dev * r1a6c09aa... 10/ (1 packages/sugar/sugar_0.82.0.bb): sugar: rdepend on sugar-toolkit, shlibs doesn't pickup python deps Sep 01 18:18:44 03koen 07org.oe.dev * raee64e28... 10/ (1 packages/sugar/sugar_0.82.0.bb): sugar: also needs sugar-base at runtime Sep 01 18:18:50 03thebohemian 07org.oe.dev * r2c3f3df8... 10/ (1 packages/linux/linux-nokia800.inc): linux-nokia800.inc: Remove KERNEL_OUTPUT override (zImage is not in boot/compressed/). Sep 01 18:18:56 03thebohemian 07org.oe.dev * r71289367... 10/ (1 packages/dbus-java/dbus-java_2.5.bb): dbus-java 2.5: Corrected RDEPENDS for non-library packages. Sep 01 18:19:01 03thebohemian 07org.oe.dev * r4c4e6988... 10/ (1 packages/phoneme/phoneme-advanced.inc): phoneme-advanced.inc: Fake JDK_HOME entry (is not needed and unbreaks build where this variable is not set). Sep 01 18:19:06 03koen 07org.oe.dev * re437f051... 10/ (1 packages/mythtv/gmyth-upnp_0.7.0.bb): gmyth-upnp: rename 'test' binary to something that doesn't conflict with coreutils or busybox Sep 01 18:19:11 CIA-3 <- spamer :) Sep 01 18:19:12 03koen 07org.oe.dev * rfa54a53e... 10/ (3 files in 2 dirs): sugar: more runtime dependencies Sep 01 18:19:17 03koen 07org.oe.dev * re3ca5050... 10/ (1 packages/python/python-numpy_1.1.1.bb): Sep 01 18:19:17 python-numpy: add (currently non-building) new style python-numeric modules, needed for sugar Sep 01 18:19:17 * it uses some python magic to add -L/usr/lib, which breaks the build Sep 01 18:19:23 03koen 07org.oe.dev * r86883da5... 10/ (3 files in 2 dirs): sugar: even more runtime deps Sep 01 18:19:28 03khem 07org.oe.dev * raef741b1... 10/ (1 packages/gcc/gcc-configure-common.inc): Sep 01 18:19:28 Disable building objc for uclibc targets. Sep 01 18:19:28 Right now it does not build for uclibc. If that it fixed then we can enable it. Sep 01 18:19:28 Till then it stays. Sep 01 18:19:33 03khem 07org.oe.dev * r227b259e... 10/ (3 files in 2 dirs): Sep 01 18:19:33 Specify --enable-libssp explicitly. Sep 01 18:19:33 It should be enabled by default if not disabled but its better for readability Sep 01 18:19:34 to state what we enable. Sep 01 18:19:39 03khem 07org.oe.dev * r103593f6... 10/ (14 files in 3 dirs): Sep 01 18:19:40 Enable gcc 4.3.1 to build for uclibc. Sep 01 18:19:42 Revive the uclibc locale support. Sep 01 18:19:44 Fix gcc native breakage for 4.3.1. Sep 01 18:19:46 03khem 07org.oe.dev * r7fd89d0a... 10/ (3 files in 3 dirs): Sep 01 18:19:48 Enable -fgnu89-inline on compilers that support it. This helps Sep 01 18:19:50 0.9.29 to compile with gcc 4.3. Sep 01 18:19:52 03rwhitby 07org.oe.dev * r805051d6... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added zsh, fbreader and irssi Sep 01 18:19:57 03koen 07org.oe.dev * r85a8198c... 10/ (4 files in 3 dirs): firefox 3: fix mozconfig as pointed out by Vladimir Vukicevic, tweak packaging to avoid dragging in all -dev packages Sep 01 18:20:01 03khem 07org.oe.dev * r569e7d08... 10/ (15 files in 7 dirs): Sep 01 18:20:02 This patch Does following Sep 01 18:20:04 1. Adds new recipe for uclibc nptl build. (currently only arm is in) Sep 01 18:20:06 2. Renames uclibc-cvs to uclibc-svn Sep 01 18:20:08 3. Revs up the sane rev of svn recipes to tested one. Sep 01 18:20:12 4. Makes arm_fix_alignment.patch in two versions one for svn and one for 0.9.29 unfortunately changes in svn does not let us apply the 0.9.29 patch on svn cleanly. Sep 01 18:20:15 -Khem Sep 01 18:20:19 03koen 07org.oe.dev * r7de227dc... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg: workaround problem with linux-libc-headers and c99 Sep 01 18:20:22 03koen 07org.oe.dev * r26d27dc4... 10/ (4 files in 3 dirs): xscreensaver: update to 5.07 Sep 01 18:20:26 03koen 07org.oe.dev * r520b6cfd... 10/ (1 packages/gnome/gnome-python-desktop/acinclude.m4): gnome-python-desktop: make robert happy :) Sep 01 18:20:29 03thebohemian 07org.oe.dev * r84cc4ff5... 10/ (3 files in 3 dirs): Sep 01 18:20:33 Fixes compilation error. Details: http://www.mail-archive.com/busybox@busybox.net/msg04184.html Sep 01 18:20:35 busybox 1.9.2: Added topmem patch. Sep 01 18:20:37 03thebohemian 07org.oe.dev * rbabbeefb... 10/ (1 packages/gnome/gnome-panel_2.18.1.bb): gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build). Sep 01 18:20:40 03thebohemian 07org.oe.dev * r17b51ea8... 10/ (1 packages/jamvm/jamvm.inc): jamvm.inc: Make jamvm a provider for virtual/java. Sep 01 18:20:45 03thebohemian 07org.oe.dev * r40c31aa3... 10/ (1 packages/guile/guile_1.8.5.bb): guile 1.8.5: Added gmp to DEPENDS to unbreak build. Sep 01 18:20:48 03thebohemian 07org.oe.dev * rba3b5bcd... 10/ (1 packages/guile/guile-amd64.patch): packages/guile/guile-amd64.patch: Removed unused patch file lying in usual location. Sep 01 18:20:51 03thebohemian 07org.oe.dev * ra211067f... 10/ (1 packages/gnome/gnome-games_2.23.6.bb): Sep 01 18:20:53 gnome-games 2.23.6: Fixes to unbreak build. Sep 01 18:20:57 - added gnome-python-desktop to DEPENDS Sep 01 18:20:59 - disabled aisleriot for now (linking problem with guile) Sep 01 18:21:03 03thebohemian 07org.oe.dev * r85784869... 10/ (4 files in 3 dirs): minimix 0.9: Added patch to fix build. Sep 01 18:21:06 03thebohemian 07org.oe.dev * r573a418c... 10/ (4 files in 3 dirs): gpq-taskmanager 0.20: Added patch to fix missing LC_ALL symbol. Sep 01 18:21:09 03pb 07org.oe.dev * rc6e67697... 10/ (1 conf/distro/minimal-uclibc.conf): minimal-uclibc: keep up to date with latest naming fashions Sep 01 18:21:12 03khem 07org.oe.dev * r7a04a198... 10/ (7 files in 3 dirs): Sep 01 18:21:16 CPPFLAGS were being passed to build machine related targets too inside gcc/gcc Sep 01 18:21:18 tree. This patch implements CPPFLAGS_FOR_BUILD to separate it out. Sep 01 18:21:20 03stefan 07org.oe.dev * r5ffa167a... 10/ (3 files in 3 dirs): Sep 01 18:21:22 illume_svn.bb: Illume moved to the E svn repo Sep 01 18:21:24 * Change SRC_URI Sep 01 18:21:26 * Fix AUTHOR Sep 01 18:21:28 * Set sne-srcrev to 35605 as the old rev is not valid for the new repo Sep 01 18:21:30 * Bum PR Sep 01 18:21:34 03pb 07org.oe.dev * r42bf6e48... 10/ (1 classes/package.bbclass): package.bbclass: add per-package staging hooks Sep 01 18:21:39 03woglinde2 07org.oe.dev * rcc7ffb8b... 10/ (6 files in 3 dirs): Sep 01 18:21:41 directfb: update to version 1.2.3 Sep 01 18:21:43 * fix-font-missing-char.patch was fixed upstream Sep 01 18:21:45 03Laibsch 07org.oe.dev * r818e2a75... 10/ (1 packages/udhcp/udhcp_0.9.8.bb): udhcp: without ${PN} in PACKAGES, the package won't build because it cannot resolve the dependency on itself (udhcp-dbg -> udhcp) Sep 01 18:21:48 03koen 07org.oe.dev * rb9d074bc... 10/ (3 files in 3 dirs): icon-slicer: add 0.3 native Sep 01 18:21:52 03koen 07org.oe.dev * rdf883616... 10/ (4 files in 3 dirs): sugar-artwork: apply diff from git to use icon-slicer and fix packaging Sep 01 18:21:57 03Laibsch 07org.oe.dev * r8f11add2... 10/ (1 packages/libexif packages/nonworking/libexif): libexif: move to nonworking and close bug 1664 as LATER. Sep 01 18:22:00 03Laibsch 07org.oe.dev * r19cc277b... 10/ (3 files in 2 dirs): openttd: make it clear in the description that openttd is the engine only Sep 01 18:22:03 03khem 07org.oe.dev * rdb5edf1d... 10/ (3 files in 3 dirs): Sep 01 18:22:05 Make 2.6.25omap1 build with gcc 4.3 Sep 01 18:22:07 Booted the kernel on osk5912 Sep 01 18:22:11 03mwester 07org.oe.dev * r334a1e21... 10/ (4 files in 3 dirs): Sep 01 18:22:13 create opkg variant for very small rootfs systems (SlugOS 5.0) Sep 01 18:22:15 This is a work-in-progress at this time, preference is set to -1 Sep 01 18:22:17 03mwester 07org.oe.dev * r9fcccf3d... 10/ (16 files in 12 dirs): (log message trimmed) Sep 01 18:22:19 slugOS 5.0 is born - initial commit. Sep 01 18:22:21 - enable many busybox options Sep 01 18:22:23 - replace several packages in rootfs with busybox, and adjust various Sep 01 18:22:25 config files and scripts to accomodate busybox options Sep 01 18:22:27 - change default alignment behavior to be more lenient Sep 01 18:22:29 Note: this is the first of many disruptive changes for SlugOS 5; this Sep 01 18:22:33 03mwester 07org.oe.dev * r8d10c91e... 10/ (1 conf/checksums.ini): Sep 01 18:22:35 checksums.ini: busybox tar patch checksum changed to accomodate upstream Sep 01 18:22:37 (patch contents upstream were changed without changing the name of the patch) Sep 01 18:22:43 03koen 07org.oe.dev * r2df98cb9... 10/ (1 packages/nonworking/libexif packages/libexif): disapproval of revision '8f11add2be832596eef0720d2ab23e1cc7a840b4' Sep 01 18:22:46 03Laibsch 07org.oe.dev * r2f05931d... 10/ (1 packages/images/fso-image.bb): fso-image: COMPATIBLE_MACHINE are om-gta(1|2) only Sep 01 18:22:51 03Laibsch 07org.oe.dev * r0ee2e3eb... 10/ (14 files in 5 dirs): Sep 01 18:22:53 gphoto|sane: move some stuff depending on libexif to nonworking. Sep 01 18:22:55 * once libexif has been fixed, these packages can probably be moved back Sep 01 18:22:59 03koen 07org.oe.dev * rba9a800e... 10/ (14 files in 5 dirs): disapproval of revision '0ee2e3ebf2818ac252bbfb150badcf82e665fec4' Sep 01 18:23:04 03koen 07org.oe.dev * ra9cd1189... 10/ (1 packages/avahi/mango-lassi_git.bb): mango-lassi: fix build Sep 01 18:23:08 03Laibsch 07org.oe.dev * r0fc25c0f... 10/ (7 files in 3 dirs): libexif & co: it seems that after all, libexif was fine. Don't know why do_qa_staging bailed out for me yesterday. restoring all affected packages from nonworking. Sep 01 18:23:17 03Laibsch 07org.oe.dev * rfb519bd2... 10/ (1 packages/gtk+/gtk+-native-1.2_1.2.10.bb): Sep 01 18:23:19 gtk+-native: massage FILESPATH, so this recipe actually finds its files. Sep 01 18:23:23 * boy, do we really need this recipe? It must have been broken since the bk import Sep 01 18:23:25 * shouldn't it be renamed to gtk+-1.2-native_1.2.10.bb? Sep 01 18:23:27 03ant 07org.oe.dev * r793123b8... 10/ (10 files in 6 dirs): apply latest u-boot-on-zaurus patch from bug #3738 Sep 01 18:23:32 03polyonymous 07org.oe.dev * r704c6524... 10/ (3 files in 3 dirs): Sep 01 18:23:34 freetype: fix to add --tag=CC to libtool commands Sep 01 18:23:36 Thanks to Hans-Christoph Steiner of oe bug #4504 Sep 01 18:23:38 03Laibsch 07org.oe.dev * r9bab9c27... 10/ (1 packages/juce/juce_1.29.bb): juce: add $PN to PACKAGES so the package won't depend on itself Sep 01 18:23:43 03Laibsch 07org.oe.dev * r1e773d8b... 10/ (3 files in 2 dirs): qpf-bitstream-vera: make sure $PN is in PACKAGES Sep 01 18:23:48 03Laibsch 07org.oe.dev * r81c87e51... 10/ (3 files in 2 dirs): sphyrna: rename to sphyrna-python to make sure $PN is in PACKAGES Sep 01 18:23:53 03Laibsch 07org.oe.dev * r1f9ecef5... 10/ (3 files in 2 dirs): (in)sane-srcrevs.inc: replace sphyrna entries with sphyrna-python Sep 01 18:23:58 03thebohemian 07org.oe.dev * r83e917f5... 10/ (1 packages/libvisual/libvisual_0.4.0.bb): libvisual 0.4: New recipe. Sep 01 18:24:03 03thebohemian 07org.oe.dev * r781cbce3... 10/ (4 files in 2 dirs): Sep 01 18:24:05 boost.inc: Fixed python version - re-enables compiling boost_python. Sep 01 18:24:07 boost 1.33.0: Raised PR. Sep 01 18:24:09 boost 1.33.1: Raised PR. Sep 01 18:24:13 03mwester 07org.oe.dev * r43e8ebba... 10/ (1 packages/slugos-init/files/boot/ram): Sep 01 18:24:15 SlugOS 5.0 - make booting to a ramdisk (via turnup ram) work again; Sep 01 18:24:19 need to accomodate an inconsistency between find and busybox find. Sep 01 18:24:21 03mwester 07org.oe.dev * r05317724... 10/ (1 packages/initscripts/initscripts-slugos_1.0.bb): SlugOS 5.0 - remove dependency on makedevs, as this is provided by busybox now. Sep 01 18:24:26 03mwester 07org.oe.dev * r1aa2f08d... 10/ (2 files in 2 dirs): module-init-tools-cross: remove the RDEPENDS that bleeds in from module-init-tools Sep 01 18:24:31 03mwester 07org.oe.dev * r828a0ccb... 10/ (1 packages/module-init-tools/module-init-tools_3.2.2.bb): module-init-tools: bump PR Sep 01 18:24:36 03mwester 07org.oe.dev * r30ae7309... 10/ (3 files in 3 dirs): SlugOS 5.0 - replace module-init-tools with busybox Sep 01 18:24:41 03Laibsch 07org.oe.dev * r765549e3... 10/ (1 packages/juce/juce_1.29.bb): Sep 01 18:24:43 juce: fix and future-proof SRC_URI Sep 01 18:24:49 * download from openmoko mirror now. 1_29 is unavaible. source is now hosted on sf.net, but only 1_43+ Sep 01 18:24:51 03Laibsch 07org.oe.dev * r639bbfec... 10/ (1 packages/juce/juce_1.29.bb): juce: I guess I forgot a very important part in that SRC_URI in my previous commit ;-) Should work now Sep 01 18:24:56 03Laibsch 07org.oe.dev * rc3102614... 10/ (1 packages/boost-asio/boost-asio_0.3.7.bb): boost-asio: drop incorrect and superfluous PACKAGES definition Sep 01 18:24:59 03Laibsch 07org.oe.dev * r456e23f3... 10/ (1 packages/inputpipe/inputpipe_svn.bb): inputpipe: add $PN to PACKAGES definition Sep 01 18:25:04 03Laibsch 07org.oe.dev * rdd214c6e... 10/ (1 packages/libdbi/libdbi-drivers_0.7.1.bb): libdbi-drivers: add $PN to PACKAGES definition Sep 01 18:25:11 03Laibsch 07org.oe.dev * r8cbb3abb... 10/ (1 packages/libqanava/libqanava_0.0.7.bb): libqanava: add $PN to PACKAGES definition Sep 01 18:25:16 03Laibsch 07org.oe.dev * r509c1603... 10/ (1 packages/sphyrna/sphyrna-python_svn.bb): sphyrna: fix $S Sep 01 18:25:18 03Laibsch 07org.oe.dev * rfe66b80f... 10/ (1 packages/sphyrna/sphyrna-python_svn.bb): sphyrna: generalize FILES_sphyrna-python definition Sep 01 18:25:23 03Laibsch 07org.oe.dev * r66aff167... 10/ (1 packages/images/e-image.bb): e-image: fix spelling mistake and comment out non-existant task. Closes 2752. Sep 01 18:25:28 03Laibsch 07org.oe.dev * raeb148ec... 10/ (6 files in 2 dirs): kdepimpi: add $PN to PACKAGES definition Sep 01 18:25:32 03Laibsch 07org.oe.dev * r75bc4e3a... 10/ (1 packages/librcf/librcf_0.4.bb): librcf: add $PN to PACKAGES Sep 01 18:25:45 03khem 07org.oe.dev * r09677f41... 10/ (14 files in 5 dirs): Sep 01 18:25:47 This adds a package name alias virtual-libc-dev for libc-dev(uclibc) Sep 01 18:25:49 and libc6-dev (glibc,eglibc) packages. This helps in using the common name Sep 01 18:25:53 for tasks which do not care about the libc being used. Sep 01 18:25:55 This also fixes Bug 4509 Sep 01 18:25:57 -Khem Sep 01 18:25:59 03pb 07org.oe.dev * rf1db5c23... 10/ (1 packages/gpe-calendar/gpe-calendar_0.92.bb): gpe-calendar: add 0.92 Sep 01 18:26:04 03pb 07org.oe.dev * r04c3d49b... 10/ (1 packages/gpe-contacts/gpe-contacts_0.49.bb): gpe-contacts: add 0.49 Sep 01 18:26:09 03pb 07org.oe.dev * r62f049c7... 10/ (1 packages/gpe-login/gpe-login_0.95.bb): gpe-login: add 0.95 Sep 01 18:26:11 03woglinde2 07org.oe.dev * rc58e498f... 10/ (3 files in 3 dirs): libqpe: fix argv double varname in qpeapplication.h Sep 01 18:26:18 03Laibsch 07org.oe.dev * r21f8954c... 10/ (1 packages/elfkickers/elfkickers_2.0a.bb): elfkickers: add $PN to PACKAGES Sep 01 18:26:21 03koen 07org.oe.dev * r854acfaa... 10/ (1 packages/mozilla/firefox-3.0.1/mozconfig): firefox: use O2 instead of O1 Sep 01 18:26:28 03polyonymous 07org.oe.dev * r107e6463... 10/ (1 packages/opie-reader/opie-reader.inc): opie-reader: add flite directory to include path so that it at least builds Sep 01 18:26:31 03utx 07org.oe.dev * r306c812f... 10/ (7 files in 2 dirs): linux-rp-2.6.26: Build DM9601 USB ethernet adapter module. Sep 01 18:26:38 03khem 07org.oe.dev * r8e222970... 10/ (6 files in 3 dirs): Sep 01 18:26:40 Enable e300c2 and c3 support for gcc 4.3.1 Sep 01 18:26:42 Tested on (mpc8313e-rdb,angstrom) Sep 01 18:26:44 03koen 07org.oe.dev * rad061776... 10/ (1 packages/ffmpeg/ffmpeg_git.bb): ffmpeg git: bump SRCREV Sep 01 18:26:50 03ifaistos 07org.oe.dev * rf58f178a... 10/ (3 files in 2 dirs): Sep 01 18:26:52 packages/ffmpeg/ffmpeg_0.4.9-pre1.bb : Disable mmx for x86 Sep 01 18:26:54 Add core-utils to the depends list as build fails during ffmpeg's install/stip stage Sep 01 18:26:58 03koen 07org.oe.dev * r73307f34... 10/ (4 files in 2 dirs): xorg-fonts: set package arch to all for fonts Sep 01 18:27:01 03crofton 07org.oe.dev * r1a445554... 10/ (4 files in 3 dirs): synergy : Add patch (from gentoo) to compile synergy with gcc 4.3. Sep 01 18:27:04 03mickeyl 07org.oe.dev * r83199e5f... 10/ (53 files in 6 dirs): Sep 01 18:27:10 Enlightenment Foundation Libraries MONSTER update courtesy Rasterman Sep 01 18:27:12 (mostly motivated by E switching their SCM) Sep 01 18:27:14 03mickeyl 07org.oe.dev * ra0c899be... 10/ (46 files in 4 dirs): Enlightenment update: commit missing files (thanks Koen) Sep 01 18:27:19 03mickeyl 07org.oe.dev * r93298a4b... 10/ (4 files in 3 dirs): illume svn catch up with new upstream location (patch by Rasterman) Sep 01 18:27:22 03mickeyl 07org.oe.dev * r87d13abe... 10/ (8 files in 8 dirs): frameworkd git update revision to ms3 RC1, catch up framework configurations Sep 01 18:27:29 03Laibsch 07org.oe.dev * r65908f49... 10/ (1 packages/meta/meta-gpe-extras.bb): meta-gpe-extras: replace the entries in RDEPENDS with something that at least exists Sep 01 18:27:32 03Laibsch 07org.oe.dev * rd974b6fb... 10/ (6 files in 4 dirs): nonworking: move meta-sectest-gpe and meta-gpephone to nonworking Sep 01 18:27:39 03Laibsch 07org.oe.dev * raf69f1d5... 10/ (2 files in 2 dirs): openembedded-essential: add help2man to DEPENDS and close 3035. Sep 01 18:27:42 03mickeyl 07org.oe.dev * r81c89372... 10/ (3 files in 2 dirs): iptables 1.3.8 RRECOMMENDS+=kernel-module-ipt-masquerade Sep 01 18:27:51 03mickeyl 07org.oe.dev * r19345cff... 10/ (5 files in 2 dirs): libsdl 1.2.x use pkgconfig Sep 01 18:27:53 03mwester 07org.oe.dev * r7bd228fc... 10/ (5 files in 4 dirs): Sep 01 18:27:57 SlugOS 5 - replace "mount -U" with "mount UUID=" which works with both mount Sep 01 18:27:59 and busybox mount; also update boot/disk script to ensure that some key Sep 01 18:28:01 devices exist in the new /dev which will enable booting to a virgin nfsroot. Sep 01 18:28:03 03ifaistos 07org.oe.dev * re4f11398... 10/ (1 packages/perl/perl_5.8.8.bb): Sep 01 18:28:09 packages/perl/perl_5.8.8.bb : Change section to devel/perl to match python Sep 01 18:28:11 Bump PR Sep 01 18:28:13 03ifaistos 07org.oe.dev * rb5d747a6... 10/ (4 files in 2 dirs): Sep 01 18:28:15 packages/spandsp/spandsp.inc : Change section from voip to libs Sep 01 18:28:17 Bump PR Sep 01 18:28:19 03mwester 07org.oe.dev * ra7b7d470... 10/ (4 files in 3 dirs): Sep 01 18:28:25 SlugOS 5.0 - slugos-init: update to make nfs boot work correctly; cleanup Sep 01 18:28:27 of kexec stuff (although kexec won't work with the current kernel yet). Sep 01 18:28:31 03john_lee 07org.oe.dev * rbbddb9a7... 10/ (1 classes/icecc.bbclass): Sep 01 18:28:33 icecc: include glibc into blacklist because we don't have a full cross Sep 01 18:28:35 compiler while building glibc from scratch. Sep 01 18:28:37 03john_lee 07org.oe.dev * rae7c41d4... 10/ (6 files in 3 dirs): Sep 01 18:28:41 mesa-full_7.0.2.bb: modified from mesa_7.0.2 but added libglut and demos. Sep 01 18:28:49 this recipe will also build glut and demos, xdemos, Sep 01 18:28:51 etc. new packages libglut and mesa-utils added. Sep 01 18:28:53 03mickeyl 07org.oe.dev * ra9bc956b... 10/ (1 packages/openmoko-projects/tichy_svn.bb): add tichy, a python applets manager based on SDL Sep 01 18:28:58 03Laibsch 07org.oe.dev * r74c06140... 10/ (1 packages/gsoap/gsoap_2.7.7.bb): gsoap: fix PACKAGES and close 1505. Sep 01 18:29:05 03mickeyl 07org.oe.dev * rf2cd2a30... 10/ (81 files in 8 dirs): remove a couple of bluez packages Sep 01 18:29:07 03Laibsch 07org.oe.dev * rd800abb6... 10/ (7 files in 2 dirs): conf/machine: replace ushbost with usbhost in a couple of config files and close 3515. Sep 01 18:29:10 03mickeyl 07org.oe.dev * rb74bbaef... 10/ (6 files in 6 dirs): Sep 01 18:29:12 frameworkd git s/CHARGER/USB/ in frameworkd.conf for all machines Sep 01 18:29:20 Note: CHARGER is slightly incorrect on devices that can act as HOST Sep 01 18:29:22 and GADGET. Since you don't know whether the USB plug actually leads Sep 01 18:29:24 to the device being charged, beware of false assumptions. Better check Sep 01 18:29:28 seperatly. Sep 01 18:29:30 03koen 07org.oe.dev * r60842b46... 10/ (3 files in 3 dirs): linux-rt: fix scr-uri and expand efika defconfig Sep 01 18:29:37 03mickeyl 07org.oe.dev * r24a01b70... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: add SRCREV for tichy Sep 01 18:29:40 03Laibsch 07org.oe.dev * r60b9cfce... 10/ (1 packages/xmms-embedded/xmms-embedded_20040327.bb): xmms-embedded: put .debug dir in $PN-dbg Sep 01 18:29:52 03koen 07org.oe.dev * r9cdbd45b... 10/ (1 packages/images/fso-image.bb): fso-image: remove bogus compatible machine Sep 01 18:29:55 03Laibsch 07org.oe.dev * re8b175e5... 10/ (1 packages/images/fso-image.bb): disapproval of revision '9cdbd45b5ff507c6e00fc91c08ec5e17929302f4' Sep 01 18:30:00 03woglinde2 07org.oe.dev * rae58c862... 10/ (19 files in 6 dirs): (log message trimmed) Sep 01 18:30:04 classpath: fix config.rpath, autotools and ecj -d Sep 01 18:30:06 * add ecj_java_dir.patch for issuse when ecj is not cable to Sep 01 18:30:08 to create directory-structure with parameter -d Sep 01 18:30:10 * add autotools.patch for m4 stuff Sep 01 18:30:12 * copy config.rpath always from /usr/share/gettext, so no crude hacks are Sep 01 18:30:14 needed anymore Sep 01 18:30:16 03koen 07org.oe.dev * rb04f946b... 10/ (1 packages/images/fso-image.bb): fso-image: remove bogus compatible machine *again* Sep 01 18:30:23 03mickeyl 07org.oe.dev * ra7f0421d... 10/ (9 files in 3 dirs): libnl add 1.1, remove outdated ones Sep 01 18:30:25 03mickeyl 07org.oe.dev * r8f5711b8... 10/ (4 files in 4 dirs): add python-connexion, a versatile (network) connectivity library Sep 01 18:30:30 03ifaistos 07org.oe.dev * rdd34c96e... 10/ (3 files in 3 dirs): Sep 01 18:30:32 packages/ppp/ppp_2.4.3.bb : Add mppe support Sep 01 18:30:38 Bump PR Sep 01 18:30:40 03woglinde2 07org.oe.dev * r1d6a9bec... 10/ (5 files in 3 dirs): Sep 01 18:30:42 opie-console: fix errors thrown with gcc-4.3 Sep 01 18:30:44 * serval headers used function arguments with the same name, Sep 01 18:30:46 this is no good coding style and gcc-4.3 is yelling Sep 01 18:30:48 * add double_name.patch Sep 01 18:30:50 * bump PR Sep 01 18:30:52 (15 lines omitted) Sep 01 18:30:56 03thesing 07org.oe.dev * rce38b7c2... 10/ (1 conf/machine/collie.conf): collie.conf: fix building of jffs2 images Sep 01 18:31:01 03thebohemian 07org.oe.dev * r4dc83fb2... 10/ (1 classes/scratchbox-compat.bbclass): scratcbox-compat.bbclass: New bbclass. Sep 01 18:31:06 03mickeyl 07org.oe.dev * r02e74d17... 10/ (1 packages/python/python-connexion_svn.bb): python-connexion svn RDEPENDS+=python-ctypes Sep 01 18:31:11 03mickeyl 07org.oe.dev * r45a9c4a9... 10/ (1 packages/python/python-pygame_1.8.1.bb): python-pygame 1.8.1 fix bug ending up missing shared objects Sep 01 18:31:18 03jeremy_laine 07org.oe.dev * r14618d06... 10/ (3 files in 2 dirs): madwifi-ng: update to snapshot r3837 (required for linux-2.6.26) Sep 01 18:31:21 03koen 07org.oe.dev * rf5285254... 10/ (3 files in 2 dirs): intltool: update to 0.40.3 Sep 01 18:31:23 03koen 07org.oe.dev * rafd65815... 10/ (1 packages/intltool/intltool-native_0.40.3.bb): intltool-native 0.40.3: replace patch with sed Sep 01 18:31:28 03koen 07org.oe.dev * reec9a0d6... 10/ (3 files in 3 dirs): libwnck: update to 2.23.6 Sep 01 18:31:32 03koen 07org.oe.dev * rcb61f9ce... 10/ (1 packages/intltool/intltool_0.40.3.bb): intltool 0.40.3: fix shoddy m4 macro Sep 01 18:31:37 03koen 07org.oe.dev * r37b33a2d... 10/ (1 packages/gnome/gnome-python-desktop_2.23.0.bb): gnome-python-desktop: also build wnck and rsvg modules Sep 01 18:31:42 03jeremy_laine 07org.oe.dev * r3cb2978c... 10/ (8 files in 4 dirs): linux-2.6.26.bb: package linux 2.6.26 for mpc8313e-rdb Sep 01 18:31:49 03koen 07org.oe.dev * r81a08383... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: add more python rdepends Sep 01 18:31:52 03koen 07org.oe.dev * r91a0ad61... 10/ (1 packages/gnome/hippo-canvas_0.3.0.bb): hippo canvas: add 0.3.0 Sep 01 18:31:56 03koen 07org.oe.dev * r4dc9e841... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: it now gets to the first run wizard with these extra depends Sep 01 18:32:01 03stefan 07org.oe.dev * r0d5cc8d1... 10/ (1 packages/libgdbus packages/libgdbus/libgdbus_git.bb): libgdbus: Add recipe from OM git. Dependency of connman. Sep 01 18:32:06 03stefan 07org.oe.dev * r0287baab... 10/ (8 files in 4 dirs): connman: Connection manager from moblin. Recipe from OM git. Sep 01 18:32:11 03stefan 07org.oe.dev * r93275fa7... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: Sane revs for libgdbus and connman. From OM git. Sep 01 18:32:16 03koen 07org.oe.dev * r94a50ecb... 10/ (1 packages/avahi/mango-lassi_git.bb): mango-lassi: fix install Sep 01 18:32:20 03mickeyl 07org.oe.dev * rad6430e0... 10/ (1 packages/gstreamer/gst-meta-base_0.10.bb): gst-meta-base 0.10 add wav demuxer to meta-audio Sep 01 18:32:25 03koen 07org.oe.dev * rff41bba9... 10/ (158 files in 6 dirs): gcc* 4.3.2: add skeleton, it is missing sysroot, xgcc and uclibc patches Sep 01 18:32:28 03crofton 07org.oe.dev * r8dcb0ce2... 10/ (1 conf/machine/omap3evm.conf): Sep 01 18:32:30 omap3evm.conf : Allow override of kernel. See bug #4527. Sep 01 18:32:32 Be very careful with this, if you forget the override Sep 01 18:32:34 is in local.conf confusion will result :) Sep 01 18:32:38 03stefan 07org.oe.dev * r5304647a... 10/ (1 packages/openmoko-projects/illume_svn.bb): illume_svn.bb: Drop duplicated recipe from openmoko-projects. Illume is now in E's svn so we use the recipe in packages/e17/ Sep 01 18:32:43 03stefan 07org.oe.dev * r096edaed... 10/ (1 packages/e17/illume_svn.bb): illume_svn.bb: Add correct AUTHOR and HOMEPAGE to the recipe. Sep 01 18:32:48 03khem 07org.oe.dev * r9227ea3b... 10/ (8 files in 3 dirs): Sep 01 18:32:52 Refresh patches based on 4.3.1 for 4.3.2 Sep 01 18:32:54 All it needed was regenerating configure scripts. Sep 01 18:32:56 -Khem Sep 01 18:32:58 03khem 07org.oe.dev * r370c944f... 10/ (17 files in 4 dirs): Sep 01 18:33:00 All below is done for GCC 4.3.1 and 4.3.2 recipes. Sep 01 18:33:02 Enable patches for ARM big endian support. Sep 01 18:33:04 Delete unneeded ARM big endian patches. Sep 01 18:33:06 Adjust Thumb support patches. Sep 01 18:33:10 03khem 07org.oe.dev * r3cf7e5f6... 10/ (1 packages/uclibc/uclibc_0.9.29.bb): Convert spaces into tabs for better readability. Sep 01 18:33:13 03mickeyl 07org.oe.dev * rf51fb525... 10/ (3 files in 3 dirs): libsdl x11 remove 1.2.9, 1.2.11 is the new stable one. Sep 01 18:33:18 03rwhitby 07org.oe.dev * r57e2373b... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions: Bumped firefox to 3.0.1, since 1.0.7 doesn't build and 3.0.1 does. Sep 01 18:33:27 03rwhitby 07org.oe.dev * r4139049d... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added zip and firefox. Sep 01 18:33:30 03rwhitby 07org.oe.dev * r7e04df27... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added tichy, a python applets manager for embedded devices. Sep 01 18:33:33 03rwhitby 07org.oe.dev * r6ef8421a... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions: Bumped bluez to 3.33. Sep 01 18:33:38 03pb 07org.oe.dev * r376a0e95... 10/ (1 packages/c-ares/c-ares_1.5.3.bb): c-ares: add 1.5.3 Sep 01 18:33:40 03pb 07org.oe.dev * r76fc6ed3... 10/ (1 packages/c-ares/c-ares_1.5.3.bb): c-ares: enable shared library support Sep 01 18:33:45 03mwester 07org.oe.dev * r0851655c... 10/ (3 files in 3 dirs): Sep 01 18:33:47 SlugOS 5.0: udev - mount.sh script needs to use blkid to automatically Sep 01 18:33:53 blacklist members of a RAID array (lest we automount them, which may Sep 01 18:33:55 happen, at least with the busybox mount command). Sep 01 18:33:57 03mwester 07org.oe.dev * rabaf9ff2... 10/ (3 files in 3 dirs): SlugOS 5.0: /etc/init.d/mountall.sh - assemble mdraid arrays before mounting them. Sep 01 18:34:00 03mwester 07org.oe.dev * r5f20818c... 10/ (1 packages/slugos-init/files/conffiles): Sep 01 18:34:02 SlugOS 5.0 : conffiles - innocuous change to the comments to correct ipkg/opkg. Sep 01 18:34:06 This has the desired side-effect of requiring manual review by the user of Sep 01 18:34:08 sysconf restoration after upgrading to SlugOS 5.0 Sep 01 18:34:10 03mwester 07org.oe.dev * red795769... 10/ (1 packages/slugos-init/files/functions): Sep 01 18:34:16 SlugOS 5.0: /etc/default/functions - also make sure that /dev/tty0 exists Sep 01 18:34:18 as one of the minimal device nodes. Sep 01 18:34:27 03mwester 07org.oe.dev * rcdd9d1c5... 10/ (4 files in 4 dirs): SlugOS 5.0: enable mdraid support Sep 01 18:34:29 03mwester 07org.oe.dev * r1ee552cc... 10/ (1 packages/tasks/task-slugos.bb): Sep 01 18:34:31 SlugOS 5.0: task-slugos - temporarily add mdadm and raid1 support to base image Sep 01 18:34:37 to facilitate broader testing, add netconsole to base image for next steps, and Sep 01 18:34:39 cleanup comments in general. Sep 01 18:34:41 03koen 07org.oe.dev * ra2133455... 10/ (1 conf/bitbake.conf): bitbake.conf: add entries needed for hg fetcher Sep 01 18:34:48 03koen 07org.oe.dev * r05c8ac66... 10/ (1 contrib/angstrom/source-mirror.txt): angstrom source mirror: update script to hangle bzr and hg Sep 01 18:34:55 03rwhitby 07org.oe.dev * r49460044... 10/ (1 conf/distro/include/preferred-om-2008-versions.inc): preferred-om-2008-versions.inc: Bumped bluez-hcidump to 1.42 Sep 01 18:34:58 03rwhitby 07org.oe.dev * reda74844... 10/ (7 files in 2 dirs): bluez: Updated rest of the packages to 3.33 (since 3.28 no longer exists as a recipe). Sep 01 18:35:01 03rwhitby 07org.oe.dev * r966174d7... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added pidgin Sep 01 18:35:08 03likewise 07org.oe.dev * r70b20e8a... 10/ (6 files in 5 dirs): ffmpeg: Revert DEPENDS on coreutils-native. Instead, remove -s (strip) argument to install. Sep 01 18:35:11 03likewise 07org.oe.dev * r10a60564... 10/ (3 files in 3 dirs): ffmpeg: Brought in ifaistos' missing patch for fixed linker arguments for libavformat. Needed for ppc/glibc. Sep 01 18:35:16 03ifaistos 07org.oe.dev * r455974da... 10/ (3 files in 3 dirs): packages/ffmpeg/ffmpeg_0.4.9-pre1.bb : Add libmp3lame if mp3 support is configured in Sep 01 18:35:25 03rwhitby 07org.oe.dev * rc822ed42... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: added epdfview Sep 01 18:35:28 03bluelightning 07org.oe.dev * r56f6c215... 10/ (3 files in 2 dirs): Sep 01 18:35:30 opie-cardapplet: add detection of card insert/remove and fix postinst Sep 01 18:35:34 * Add udev scripts/rules to notify applet of card insertion/removal Sep 01 18:35:36 * Fix path to qcop used in postinst Sep 01 18:35:38 03bluelightning 07org.oe.dev * r55f9d3aa... 10/ (3 files in 3 dirs): Sep 01 18:35:40 libqpe-opie: fix error in do_patch compilation for cvs version Sep 01 18:35:42 * Add citytime-path-2.patch which applies cleanly against current CVS Sep 01 18:35:46 03bluelightning 07org.oe.dev * r17b05986... 10/ (1 packages/opie-security/opie-security_cvs.bb): opie-security: install ownerinfo.png in cvs version Sep 01 18:35:51 03bluelightning 07org.oe.dev * r697e3adf... 10/ (4 files in 2 dirs): opie-clockapplet: install alarm icon image Sep 01 18:35:56 03bluelightning 07org.oe.dev * rd6fc402b... 10/ (4 files in 2 dirs): opie-pics: install symlink icon for file selector Sep 01 18:35:59 03bluelightning 07org.oe.dev * r231120be... 10/ (13 files in 8 dirs): Fix paths to qcop Sep 01 18:36:07 03bluelightning 07org.oe.dev * rf55b0eb7... 10/ (5 files in 3 dirs): Fix path to qcop Sep 01 18:36:09 03bluelightning 07org.oe.dev * r03740c22... 10/ (10 files in 6 dirs): opie-mediaplayer1: Add 1.2.3 versions of mediaplayer1 and plugins Sep 01 18:36:14 03bluelightning 07org.oe.dev * r1960440c... 10/ (1 packages/qpealarmclock/qpealarmclockapplet_1.0.9.bb): Fix path to qcop Sep 01 18:36:17 03bluelightning 07org.oe.dev * rc9cfaab1... 10/ (1 packages/portabase/metakit_2.4.9.3.bb): metakit: fix source URL Sep 01 18:36:20 03bluelightning 07org.oe.dev * r86dfc036... 10/ (1 packages/zshopi/zshopi_0.2.bb): zshopi: fix source URL Sep 01 18:36:25 03koen 07org.oe.dev * r1e7ceef8... 10/ (3 files in 3 dirs): pixman 0.11.8: add more arm asm Sep 01 18:36:27 03koen 07org.oe.dev * r49de8894... 10/ (3 files in 2 dirs): xserver-xorg: bump PR for pixman change Sep 01 18:36:33 03koen 07org.oe.dev * r1017db57... 10/ (1 conf/distro/include/angstrom-2008-preferred-versions.inc): angstrom 2008: prefer pixman 0.11.8 Sep 01 18:36:36 03koen 07org.oe.dev * r7cd7ec7f... 10/ (1 packages/cairo/cairo_1.6.4.bb): cairo: bump PR for pixman change Sep 01 18:36:41 03koen 07org.oe.dev * r953ad324... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: add librsvg-gtk to RDEPENDS to get svg icons working Sep 01 18:36:44 03koen 07org.oe.dev * r27514d6a... 10/ (4 files in 3 dirs): ohm: sync with poky Sep 01 18:36:46 03koen 07org.oe.dev * rd8905dd0... 10/ (1 conf/distro/include/angstrom-2008-preferred-versions.inc): angstrom 2008: prefer xorg 1.4.2 Sep 01 18:36:51 03koen 07org.oe.dev * r7000bf51... 10/ (37 files in 8 dirs): clutter: sync with poky Sep 01 18:36:53 03koen 07org.oe.dev * r0b1b44e1... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs: add clutter stuff Sep 01 18:37:00 03koen 07org.oe.dev * r3aa91d99... 10/ (1 classes/gtk-doc.bbclass): gtk-doc bbclass: merge from poky Sep 01 18:37:02 03koen 07org.oe.dev * rdd918375... 10/ (1 packages/loudmouth/loudmouth_1.3.2.bb): loudmouth: update to 1.3.2 Sep 01 18:37:09 03koen 07org.oe.dev * rcc7c12f8... 10/ (1 packages/telepathy/telepathy-glib_0.7.14.bb): telepathy glib: update to 0.7.14 Sep 01 18:37:12 03koen 07org.oe.dev * r1cd66f7b... 10/ (4 files in 3 dirs): telepathy gablle: update to 0.7.8 Sep 01 18:37:16 03koen 07org.oe.dev * r4bf598c8... 10/ (5 files in 3 dirs): telepathy salut: add 0.3.4 Sep 01 18:37:20 03koen 07org.oe.dev * re2957c41... 10/ (1 packages/telepathy/telepathy-python_0.15.1.bb): telepathy python: update to 0.15.1 Sep 01 18:37:28 03koen 07org.oe.dev * r4aa99d37... 10/ (1 packages/telepathy/libtelepathy_0.3.3.bb): libtelepathy: update to 0.3.3 Sep 01 18:37:33 03koen 07org.oe.dev * r24d2642a... 10/ (1 packages/telepathy/telepathy-mission-control_4.67.bb): telepathy mission control: update to 4.67 Sep 01 18:37:38 03koen 07org.oe.dev * rb71b9a1c... 10/ (1 packages/intltool/intltool-native_0.40.3.bb): intltool native: fix up m4 Sep 01 18:37:50 03koen 07org.oe.dev * rb688c8e5... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): suagar base: more rdepends Sep 01 18:37:53 03koen 07org.oe.dev * r1e06a371... 10/ (1 packages/telepathy/empathy_2.23.90.bb): empathy: add 2.23.90 Sep 01 18:37:57 03koen 07org.oe.dev * r6ac9d7c3... 10/ (1 packages/sugar/sugar-presence-service_0.82.1.bb): sugar-presence-service: add 0.82.1 Sep 01 18:38:00 03koen 07org.oe.dev * r22bb4283... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar base: add presence service Sep 01 18:38:05 03bluelightning 07org.oe.dev * r080fcdca... 10/ (5 files in 2 dirs): dcopidl: upgrade to 3.5.8 to fix fetch issues Sep 01 18:38:10 03koen 07org.oe.dev * r7f449012... 10/ (4 files in 3 dirs): Sep 01 18:38:12 python-numpy: fix wrong include paths, but it still tries to run generated code during configure Sep 01 18:38:14 * it wraps scons with distutils. crazy python dudes Sep 01 18:38:20 03koen 07org.oe.dev * r9ce14d28... 10/ (1 packages/telepathy/empathy_2.23.90.bb): empathy: put scrollkeeper stuff that conflicts with other packages in its own package Sep 01 18:38:25 03koen 07org.oe.dev * r55b34e18... 10/ (1 packages/dia/dia_0.96.1.bb): dia: update to 0.96.1 Sep 01 18:38:27 03bluelightning 07org.oe.dev * re30b3224... 10/ (1 packages/konqueror/konqueror-embedded_20070316.bb): Sep 01 18:38:29 konqueror-embedded: improve 20070316 version Sep 01 18:38:33 * Enable rtti (requires libqpe-opie with enabled rtti) Sep 01 18:38:35 * Change from qpe to road GUI Sep 01 18:38:41 03bluelightning 07org.oe.dev * r6d532bfc... 10/ (4 files in 2 dirs): libqpe-opie: enable rtti Sep 01 18:38:43 03koen 07org.oe.dev * r9632ab83... 10/ (1 packages/openssh/openssh_4.6p1.bb): openssh: package keygen seperately Sep 01 18:38:48 03koen 07org.oe.dev * r1a2a3c33... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: depend on ssh-keygen Sep 01 18:38:51 03koen 07org.oe.dev * r1ac2e0e7... 10/ (1 packages/mythtv/mythtv_0.21.bb): mythtv 0.21: directfb 1.2 changed headers, so disable it Sep 01 18:38:56 03rwhitby 07org.oe.dev * r72a3a26c... 10/ (1 packages/tasks/task-openmoko-feed.bb): task-openmoko-feed: Added midori, microcom and emacs Sep 01 18:38:59 03koen 07org.oe.dev * rc021e71f... 10/ (6 files in 4 dirs): python-numpy: add gross hack to make it build Sep 01 18:39:04 03koen 07org.oe.dev * rc4ff0b27... 10/ (1 packages/sugar/sugar-base_0.82.0.bb): sugar-base: more rdepends, it gets to the 'desktop' now: http://www.flickr.com/photos/koenkooi/2817404996/ Sep 01 18:39:11 03koen 07org.oe.dev * rbfad6e3e... 10/ (4 files in 3 dirs): etoys: add etoys from sugarlabs, build tested only Sep 01 18:39:16 03koen 07org.oe.dev * rd3e08c83... 10/ (1 packages/sugar/etoys_3.0.2076.bb): etoys: doesn't contain arch specific binaries Sep 01 18:39:19 03woglinde2 07org.oe.dev * r2d574b39... 10/ (6 files in 5 dirs): Sep 01 18:39:23 aufs: added aufs(another union filesystem) Sep 01 18:39:25 * patch provided by Bernhard Guillon aka mr_nice Sep 01 18:39:27 * closes bug 4524 Sep 01 18:39:29 03koen 07org.oe.dev * rf5ab7057... 10/ (1 packages/xapian/xapian-core_1.0.7.bb): xapian-core: update to 1.0.7 Sep 01 18:39:34 03koen 07org.oe.dev * recab654a... 10/ (1 packages/python/python-xappy_0.5.bb): python-xappy: add 0.5 Sep 01 18:39:36 03koen 07org.oe.dev * rdfb479cd... 10/ (1 packages/sugar/sugar-datastore_0.82.0.bb): sugar-datastore: add 0.82 Sep 01 18:39:41 03koen 07org.oe.dev * rad0141ae... 10/ (10 files in 3 dirs): gphoto2: update to 2.4.2 and fix libtool 2.x issues Sep 01 18:39:44 hm should be finished soon Sep 01 18:39:48 03koen 07org.oe.dev * rbfe16c15... 10/ (3 files in 2 dirs): Sep 01 18:39:50 gnome-panel: update to 2.22.2 Sep 01 18:39:52 libgweather: dep for gnome-panel Sep 01 18:39:54 03bluelightning 07org.oe.stable * rd6d48d77... 10/ (6 files in 4 dirs): Sep 01 18:40:00 Opie: fix citytime launch path (see bug 3669) Sep 01 18:40:02 Applied revisions from dev: Sep 01 18:40:04 d0b5cd0a6db8e84d4644dfe5a4cfa9c01fc283e6 Sep 01 18:40:06 03bluelightning 07org.oe.stable * r389b1a6d... 10/ (3 files in 3 dirs): Sep 01 18:40:10 Opie: fix SD card device path for 2.6 kernels - see bug 4317 Sep 01 18:40:12 Applied revisions from dev: Sep 01 18:40:14 c35bb4255861a806a262b725cb19d12b4c906286 Sep 01 18:40:18 03bluelightning 07org.oe.stable * rb1ee925c... 10/ (4 files in 3 dirs): Sep 01 18:40:20 Opie: disable bluetooth detection - see bug 3173 Sep 01 18:40:22 Applied revisions from dev: Sep 01 18:40:26 5c70288a8476dbd93aba7d5a2d256f0f765341c9 Sep 01 18:40:28 03bluelightning 07org.oe.stable * r70494ba0... 10/ (6 files in 5 dirs): Sep 01 18:40:30 Opie: fix cursor key rotation for some devices - see bug 3678 Sep 01 18:40:32 Applied revisions from dev: Sep 01 18:40:36 a10fdcce94239fbbf0aff43c6c367b8b407525ab Sep 01 18:40:38 56a6277181644bc049b217d5f4aff4c34d907ba1 Sep 01 18:40:40 12044547859d68999d0a4712daf7bea26128696c Sep 01 18:40:42 03bluelightning 07org.oe.stable * r17246703... 10/ (1 packages/h2200-bootloader/h2200-bootloader.bb): Sep 01 18:40:46 h2200-bootloader: ensure mtdblock is available and loaded Sep 01 18:40:48 * Add kernel-module-mtdblock to RRECOMMENDS Sep 01 18:40:52 * modprobe mtdblock before accessing mtdblock device Sep 01 18:40:54 (merge from .dev) Sep 01 18:40:56 03xjqian 07org.oe.stable * r1158bcc7... 10/ (52 files in 5 dirs): (log message trimmed) Sep 01 18:41:00 *qemu-native: apply RP and HRW's work to make qemu-native depend on gcc-3.x Sep 01 18:41:02 *bump qemu and qemu-native to 0.9.1 Sep 01 18:41:04 acked by koen and xjqian Sep 01 18:41:06 applied changes from ef58abe1a06a5ea2601891b7f591ee28d96d29ac Sep 01 18:41:08 through be4a9a82ecf6de3dc409f7e421e00f48275630a4 Sep 01 18:41:12 applied changes from 50afd6b807893e2bbc045b74beb369a29ed89ae3 Sep 01 18:41:31 hehe Sep 01 18:43:18 So, we all caught up? Sep 01 18:43:24 NAiL, hey, how goes samba updating? Sep 01 18:43:58 Tartarus: not very well, have been busy with other stuff Sep 01 18:44:06 k Sep 01 18:44:25 I'd love to get samba up-to-date. I just can't get around to it quite yet ;) Sep 01 18:48:56 sigh Sep 01 19:01:12 03mickeyl 07org.oe.dev * r50314498... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc: bump neod as per tslib input event grab patches Sep 01 19:01:18 03mickeyl 07org.oe.dev * r99187c0d... 10/ (7 files in 6 dirs): Sep 01 19:01:18 tslib 1.0 remove all traces of tslib-input_raw-grab_events patch. This patch Sep 01 19:01:18 was too invasive and has been solved in the Openmoko kernel otherwise. Bump Sep 01 19:01:18 linux-openmoko-devel to catch up with the necessary changes in kernel. Sep 01 19:01:19 NOTE: linux-openmoko will be broken until upstream merges the unbreak-grab patch. Sep 01 19:01:24 03koen 07org.oe.dev * r2044642e... 10/ (8 files in 3 dirs): sane-backends: update to 1.0.19 and fix libtool issues Sep 01 20:46:14 re Sep 01 23:36:46 * Jay7 -> sleep Sep 02 00:33:09 Is this the appropriate place to ask questions about build failures? Sep 02 02:58:03 I have a recipie, which only generates staging info, and doesn't generate any ipk. The problem is that I get an error of "package not found" when I include that recipie as a normal package.. How can I make that recipie to get executed? **** ENDING LOGGING AT Tue Sep 02 02:59:56 2008