diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-03 23:50:15 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-03 23:50:15 +0200 |
commit | 064402f637a0e65411bcb97164550afe63ec781c (patch) | |
tree | e146451b7a6dbb0792cf0bb68712903949f83ee5 /recipes/teleport | |
parent | 03dd9794407ceefd6b127a737bfb29729133a7e0 (diff) |
teleport_0.33: refactor SRC_URI - package breaks on do_compile
Diffstat (limited to 'recipes/teleport')
-rw-r--r-- | recipes/teleport/teleport_0.33.bb | 7 | ||||
-rw-r--r-- | recipes/teleport/teleport_0.34.bb | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/teleport/teleport_0.33.bb b/recipes/teleport/teleport_0.33.bb index 918902ea0a..b92d34ddd7 100644 --- a/recipes/teleport/teleport_0.33.bb +++ b/recipes/teleport/teleport_0.33.bb @@ -8,7 +8,6 @@ PRIORITY = "optional" PR = "r2" SRC_URI =+ "file://crypt.c \ - file://fix-desktop.patch;patch=1 \ - file://remove-tododb.patch;pnum=1;patch=1" - -SRC_URI += "file://makefile-fix.patch;patch=1" + file://fix-desktop.patch;patch=1 \ + file://remove-tododb.patch;pnum=1;patch=1 \ + file://makefile-fix.patch;patch=1" diff --git a/recipes/teleport/teleport_0.34.bb b/recipes/teleport/teleport_0.34.bb index 3732254c9d..8755452c67 100644 --- a/recipes/teleport/teleport_0.34.bb +++ b/recipes/teleport/teleport_0.34.bb @@ -5,3 +5,4 @@ DEPENDS = "gtk+ libgpewidget libdisplaymigration libgcrypt sqlite" PRIORITY = "optional" SRC_URI += "file://makefile-fix.patch;patch=1" + |