diff options
-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" + |