meta-toolchain-qte: Reorder the tasks to match other recipes
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 2 Aug 2009 10:45:33 +0000 (12:45 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 2 Aug 2009 15:00:27 +0000 (17:00 +0200)
Cleanup on the meta-toolchain-qte. Set the variables before
rquiring meta-toolchain.

recipes/meta/meta-toolchain-qte.bb

index 49ed35e..70c4087 100644 (file)
@@ -1,11 +1,12 @@
 # Qt Embedded toolchain
-
-require meta-toolchain.bb
-
+PR = "r1"
 TOOLCHAIN_HOST_TASK = "task-qte-toolchain-host"
 TOOLCHAIN_TARGET_TASK = "task-qte-toolchain-target"
 
+require meta-toolchain.bb
 SDK_SUFFIX = "toolchain-qte"
+
+
 QT_DIR_NAME = "qtopia"
 
 do_populate_sdk_append() {