freeze: regular expressions to recognise x11 package versions correctly
authorJohn Bowler <jbowler@nslu2-linux.org>
Sat, 1 Oct 2005 02:06:55 +0000 (02:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Oct 2005 02:06:55 +0000 (02:06 +0000)
packages/freeze/files/freeze

index e282df3..5305af7 100644 (file)
@@ -165,6 +165,7 @@ done | {
                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-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