aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-03 21:43:33 -0700
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-04 09:32:40 +0100
commit180d4b32d553baf4de152c601f6ccc72a84aee73 (patch)
treec397e792b83c74deff8a3e91b72d9eebdf49f316
parent56cd73277c9ac033bef6a3ad1c784910c79f48c3 (diff)
downloadmeta-opie-180d4b32d553baf4de152c601f6ccc72a84aee73.tar.gz
task-opie: Adjust for nativesdk renaming
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
index 5ca80e6..3061b0d 100644
--- a/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
+++ b/recipes-opie/tasks/task-opie-toolchain-host-nativesdk.bb
@@ -1,8 +1,8 @@
-require recipes-core/tasks/task-sdk-host-nativesdk.bb
+require recipes-core/tasks/nativesdk-task-sdk-host.bb
DESCRIPTION = "Host packages for Opie SDK"
-PR = "r2"
+PR = "r3"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
-RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk"
+RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"