Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-01-08 | contrib/mtn2git/mtn2git.py: Stub the most important function. diff_manifest ↵ | Holger Freyther | 1 | |
will tell us what to do | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Add modifications to the right list, check if ↵ | Holger Freyther | 1 | |
_file_revision and file_revision of the manifest are equal | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Built a fifo to avoid parsing the manifests all ↵ | Holger Freyther | 1 | |
over again I decided to use a FIFO for two reasons: -Simplicity in the implementation -Parent and Childs are normally close (<= 100 revisions) to each other. So having the fifo should avoid parsing the parent manifest over and over again. Also with "merge early and merge often" the 100 revs should be enough to catch merges as well. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Have only one function that is parsing the manifest | Holger Freyther | 1 | |
Build a directory tree from a manifest with all the information we need. This currently is a list of directory names and a list of files (with absolute paths) and their revision and the executable attribute. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: We are not interested in these bits. Do not ↵ | Holger Freyther | 1 | |
store them. | ||||
2008-01-08 | contrib/mtn2git/mtn2git.py: Remove all old code that tried to figure out ↵ | Holger Freyther | 1 | |
what changes happened Make place for the new code that is diffing the manifest directly. This avoids all the funky mess with recursive directory renames and undoing what mtn told us happened. git is clever enough to figure out moves and copying of files on its own. | ||||
2008-01-08 | contrib/mtn2git: Start with only using the manifests | Holger Freyther | 1 | |
2008-01-08 | merge of '37149b3d7b17d35e06e93ecd95c7eb36f4425da6' | Rolf Leggewie | 24 | |
and '562c973381fd0816ab9bc3ab53a276a6c274c8b2' | ||||
2008-01-07 | merge of '676ed5b61806189cd1aeea21920d3c8fa842f8c7' | Michael Lauer | 119 | |
and 'f556521018478109967b108bb830f8109aefbb0e' | ||||
2008-01-07 | linux-rp-2.6.23+2.6.24-rc1: Collie updates | Thomas Kunze | 2 | |
2008-01-07 | linux-rp.inc: Fix collie DEPENDS so DEPENDS is appended to, not overwritten, ↵ | Richard Purdie | 1 | |
+= is not safe with machine overrides. | ||||
2008-01-07 | openembedded-essential: add gfortran to dependencies to go along with ↵ | Rolf Leggewie | 7 | |
a5c7b007eaa675cc904f5285291d2f8a597efc84 | ||||
2008-01-07 | Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash | Holger Freyther | 17 | |
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system. | ||||
2008-01-07 | packages/python/python-pyqt: We have Qt4.3.3 now, make use of it and enable ↵ | Holger Freyther | 2 | |
the assistantclient | ||||
2008-01-07 | contrib/mtn2git: Ignore unknown certs, try to be more robust against CTRL-C ↵ | Holger Freyther | 2 | |
when saving the status | ||||
2008-01-07 | openmoko-dialer2: add dep on libgsmd: | Koen Kooi | 1 | |
checking for DIALER... configure: error: Package requirements (dbus-glib-1 gtk+-2.0 libebook-1.2 libgsmd libmokojournal2 libmokoui2 libpulse) were not met: No package 'libgsmd' found | ||||
2008-01-07 | merge of 'af4511b13e8cbd8513fd3d5de1d714c59d17fa8c' | OpenEmbedded Project | 1 | |
and 'c5064c11a779b0221a750ff7350a339c75859576' | ||||
2008-01-07 | docbook-utils-native 0.6.13: Fixed docbook-sgml-dtd dependency. | Robert Schuster | 1 | |
2008-01-07 | merge of '4d7d106ba858e881e70ced98ec75da0a78a4b634' | Matthias Hentges | 82 | |
and 'a9234837102809b3f5f82abc11e373c14c1c638b' | ||||
2008-01-07 | flite: Fixe do_compile, courtesy of xjqian. | Matthias Hentges | 3 | |
2008-01-07 | sanity.bbclass: Fix typo - everyone else must have GNU fortran already installed | Rod Whitby | 1 | |
2008-01-07 | qpegps: RRECOMMENDS gpsd, instead of RDEPENDS; bump PR | Junqian Gordon Xu | 4 | |
* qpegps works as a viable map viewer without gpsd | ||||
2008-01-07 | linux-rp: Drop 2.6.16, 2.6.17 and 2.6.21 as now uneeded | Richard Purdie | 72 | |
2008-01-06 | classes/sanity.bbclass: We need GNU fortran installed to build the gcc4.2 ↵ | Holger Freyther | 1 | |
cross compiler | ||||
2008-01-06 | merge of '25c6c2c84233203b8c3f1a65223fc9904814cfe2' | Holger Freyther | 5 | |
and '478b52f76ea3d55c9536816c3480d56ebcccc96d' | ||||
2008-01-06 | merge of '2f01f26b2d9b304d4bda8793b0e7cfce2011ad45' | Richard Purdie | 1 | |
and '85d4ab967941a2bea382fb9211cd65212be527a6' | ||||
2008-01-06 | base.bbclass: Expand path when searching for applications (else it can ↵ | Richard Purdie | 1 | |
contain unexpanded entries and applications in staging don't get found for example) | ||||
2008-01-06 | xserver-kdrive 1.4: add hal to DEPENDS since kdrive will pick it up from staging | Koen Kooi | 1 | |
2008-01-06 | merge of '728b58626c50e060bf71960029afce111427d6a0' | OpenEmbedded Project | 4 | |
and 'c22898d69793df7ecf7b5bb1e62791c4780023ab' | ||||
2008-01-06 | linux-ixp4xx-2.6.23.x: Move from .8 to .12, nslu2-linux rev 927 to 957. ↵ | Leon Woestenberg | 4 | |
postpatch() instead of prepatch() nslu2-linux kernel patches. | ||||
2008-01-06 | u-boot-openmoko svn gfx fix is now in mainline | Michael Lauer | 1 | |
2008-01-06 | distcc: fix host file and CONFFILES | Koen Kooi | 2 | |
2008-01-06 | gnome-mplayer cvs: Bump PR to be consustent with angstrom stable branch. | Paul Sokolovsky | 1 | |
2008-01-06 | speech-dispatcher: enable flite, fix DEPENDS, remove spdsend | Junqian Gordon Xu | 2 | |
2008-01-06 | flite: fix staging | Junqian Gordon Xu | 5 | |
* headers have to go into ${STAGING_INCDIR}/flite | ||||
2008-01-06 | hal_0.5.9: add LEAD_SONAME (QA) | Junqian Gordon Xu | 1 | |
2008-01-06 | bluez: fix plugin problems | Koen Kooi | 6 | |
2008-01-06 | flite: change default back to oss, native alsa support package named as ↵ | Junqian Gordon Xu | 14 | |
flite-alsa * flite does not include working ALSA support, there is a patch made by Lukas Loehrer [1]. * Problem 1, this patch is a one-way street to alsa only. oss can't be build with this patch. * Problem 2, flite becomes unmaintained, patch won't make upstream. Hence other applications * using flite shared library doesn't necessarily support flite with native ALSA. e.g. speech-dispatcher. * * revert flite packages: --with-audio=oss * add flite-alsa packages: --with-audio=ass * * flite-1.3-Makefile.patch is a patch by Francois Aucamp that makes it possible * to compile shared libraries of flite 1.3, this patch has already been included in flite-1.3 alsa patch. * * configure-with-audio.patch is a patch by Patrick Ohly which works for all versions except flite-alsa-1.2, * in which au_none.h was not seen by libflite * * fix-read-only-assignments.patch was an acknowledged patch by both the original OE flite maintainer * and Lukas Loehrer (i.e., flite-1.2 alsa patch contains this patch). However, Lukas Loehrer left this patch * out of his flite-1.3 alsa patch. Leading me to believe this was fixed internally elsewhere in the 1.3 release. * By the look of it, this seems has to be tested at runtime. * * [1] http://homepage.hispeed.ch/loehrer/flite_alsa.html | ||||
2008-01-06 | merge of '15ad25c2df41e72ad281610da11230b4d0c9bd20' | OpenEmbedded Project | 4 | |
and '5bfb1624d0726e9c07b5b20f7ecccb236fee357c' | ||||
2008-01-06 | mainstone-kernel: Major rework of bb, activate Dyntick and tmpfs, add some ↵ | Florian Boor | 4 | |
modules in kernel configuration. | ||||
2008-01-05 | package/qmake: Remove the pub/ from the SRC_URI, all Qt4 sources lack the pub/. | Holger Freyther | 1 | |
-Doing this avoids having two entries in the checksums.ini. | ||||
2008-01-05 | conf/checksums.ini: Copy these from my TMPDIR | Holger Freyther | 1 | |
2008-01-05 | packages/cmake: Add CMake version 2.4.7 | Holger Freyther | 4 | |
-Share the description in the cmake.inc file -Update the checksums.ini | ||||
2008-01-05 | merge of '2df396d3c9bb3f2afb58c9ecb59aba197323bf87' | Matthias Hentges | 5 | |
and '9bda98155004c06ada379ea6494e26df0e41c6fe' | ||||
2008-01-05 | gpsd-conf: Restart gllin on a resume event | Matthias Hentges | 5 | |
2008-01-05 | merge of '5e5ed72728986531bc9fcd00f87f56051f1fbff5' | Michael Lauer | 8 | |
and '897413a90458757cb227c0afbc74963d175a60a7' | ||||
2008-01-05 | uboot-openmoko svn disable eabi fix from rev. 3774 onwards, it's in OM svn now | Michael Lauer | 1 | |
2008-01-05 | navit: Update .inc, include navit.launcher to enable the low-mem workaround ↵ | Matthias Hentges | 4 | |
on-demand. | ||||
2008-01-05 | merge of '7a3bad457105ec40106bf5bc6341dfc5906a0088' | Matthias Hentges | 4 | |
and 'a97c52f271b18a7c7146382c7acc35a108bda245' | ||||
2008-01-05 | speech-dispatcher: Fix packaging of configfiles | Matthias Hentges | 2 | |