diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-04 15:57:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-04 15:57:24 +0000 |
commit | 5cc7a81c5c882c88d834bac573a240ff9b2524a1 (patch) | |
tree | 2c3f98bf0d6a2b0fa28725ec1287d6ba47ce87c9 | |
parent | bd8fcbb60a1ad114fa7201acbe24b42312747c7a (diff) |
neod: add maxrev for patches that have been applied
-rw-r--r-- | packages/openmoko2/neod_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko2/neod_svn.bb b/packages/openmoko2/neod_svn.bb index 7e662de73a..bd6bc21847 100644 --- a/packages/openmoko2/neod_svn.bb +++ b/packages/openmoko2/neod_svn.bb @@ -7,8 +7,8 @@ PR = "r4" inherit openmoko2 gconf -SRC_URI += "file://htc.patch;patch=1 \ - file://ipaq.patch;patch=1" +SRC_URI += "file://htc.patch;patch=1;maxrev=3348 \ + file://ipaq.patch;patch=1;maxrev=3348" EXTRA_OECONF_fic-gta01 = "--with-platform=neo1973" EXTRA_OECONF_fic-gta02 = "--with-platform=neo1973" |