diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-01-14 16:09:44 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-01-14 16:09:44 -0500 |
commit | 7749c8477b8fb17240819697d77c970ff536be80 (patch) | |
tree | 05b3504a0c04253856f70b5d3f782f2fbdaa141d | |
parent | c2fbdf2d3acf9710fa54da3d0f427144c10619d4 (diff) |
myththemes: fix parsing error from previous commit
-rw-r--r-- | recipes/mythtv/myththemes_0.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mythtv/myththemes_0.22.bb b/recipes/mythtv/myththemes_0.22.bb index 4e7a64d07a..a1ae76987c 100644 --- a/recipes/mythtv/myththemes_0.22.bb +++ b/recipes/mythtv/myththemes_0.22.bb @@ -5,7 +5,7 @@ PR = "svnr${SRCPV}+r0" PV = "0.22" SRCREV = "23062" -SRC_URI = +SRC_URI = \ "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvthemes;proto=http" FILES_${PN} =+ "${datadir}" |