[oe-commits] Andrea Adami : teleport_0.33: refactor SRC_URI - package breaks on do_compile

GIT User account git at amethyst.openembedded.net
Sun May 3 21:56:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 064402f637a0e65411bcb97164550afe63ec781c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=064402f637a0e65411bcb97164550afe63ec781c

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun May  3 23:50:15 2009 +0200

teleport_0.33: refactor SRC_URI - package breaks on do_compile

---

 recipes/teleport/teleport_0.33.bb |    7 +++----
 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 918902e..b92d34d 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 3732254..8755452 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"
+





More information about the Openembedded-commits mailing list