freeze: Add support for uclibc_svn build
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 8 Sep 2005 19:53:09 +0000 (19:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 8 Sep 2005 19:53:09 +0000 (19:53 +0000)
freeze did not have patterns to handle svn, as opposed to cvs, packages.
This commit just adds the pattern required to recognise the uclibc_svn
package.

packages/freeze/files/freeze

index f058402..cf01be7 100644 (file)
@@ -164,7 +164,8 @@ 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\.1cvs\(200[0-9]*\)$/_\1/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
                        if test -z "$report"
                        then