freeze: add extra package/version syntax so irssi works
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 26 Sep 2005 16:16:52 +0000 (16:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 26 Sep 2005 16:16:52 +0000 (16:16 +0000)
packages/freeze/files/freeze
packages/freeze/freeze.bb

index cf01be7..e282df3 100644 (file)
@@ -164,6 +164,7 @@ done | {
                check 's/_\([0-9.]*\)cvs200[0-9]*$/_\1cvs/p' "$f" ||
                check 's/_\([0-9.]*\)+cvs200[0-9]*$/_\1+cvs/p' "$f" ||
                check 's/_0\.1cvs200[0-9]*$/_cvs/p' "$f" ||
+               check 's/_\([0-9.]*\)+cvs200[0-9]*$/_cvs/p' "$f" ||
                check 's/_0\.1cvs\(200[0-9]*\)$/_\1/p' "$f" || 
                check 's/_\([0-9.]*\)+svn200[0-9]*$/_svn/p' "$f" || {
                        bberror "($p,$v,$r): package not found" >&2
index c31fc67..5311f7a 100644 (file)
@@ -17,7 +17,7 @@ MAINTAINER = "John Bowler <jbowler@acm.org>"
 SECTION = "console/networking"
 PRIORITY = "optional"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
 INHIBIT_DEFAULT_DEPS = "1"
 PATCH_DEPENDS = ""