diff options
author | Holger Freyther <zecke@selfish.org> | 2007-08-29 21:35:19 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-08-29 21:35:19 +0000 |
commit | c0aa0dd67ca21aa15147213b2630e7088044bdce (patch) | |
tree | 65de625e92139a6e20deea6a453fb41fda10b4c9 | |
parent | 7e169f75d0a1caccabd1956d9a2d7e131d5dcc62 (diff) |
python-openmoko: Apply Marcin's patch until today as this is going to be applied upstream
I decided to use the 29th and risking to break the AMD64 builds instead of
breaking the build for everyone tomorrow. I will need to poke mickeyl and
ask to use a specific revision.
-rw-r--r-- | packages/python/python-openmoko_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-openmoko_0.1.bb b/packages/python/python-openmoko_0.1.bb index e193f0f2de..6755d4dca8 100644 --- a/packages/python/python-openmoko_0.1.bb +++ b/packages/python/python-openmoko_0.1.bb @@ -6,7 +6,7 @@ SECTION = "devel/python" PR = "r1" SRC_URI = "svn://svn.projects.openmoko.org/svnroot/bindings;module=python;proto=http \ - file://python-path.patch;patch=1" + file://python-path.patch;patch=1;maxdate=20070829" S = "${WORKDIR}/python" |