diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-11-17 16:39:45 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-11-17 16:39:45 +0000 |
commit | 3ca67fc92ee6d0445ccca5a78d388490e0f4fc5e (patch) | |
tree | 3920c7d790286f7cb1dc4f3252c2904f1ce17e83 | |
parent | 05d3d724b21c3a1b9125b7e4d82142839e8c44af (diff) |
slugimage: Fix parsing errors
-rw-r--r-- | packages/slugimage/slugimage.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index 2e9d16ac34..8fcdca7c67 100644 --- a/packages/slugimage/slugimage.bb +++ b/packages/slugimage/slugimage.bb @@ -7,8 +7,8 @@ PR = "r7" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= 78 -SLUGIMAGE_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/slugimage/trunk +SLUGIMAGE_SVN_REV ?= "78 +SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch |