From patchwork Tue Sep 4 04:43:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-opie] task-opie: Adjust for nativesdk renaming Date: Tue, 04 Sep 2012 04:43:33 -0000 From: Khem Raj X-Patchwork-Id: 35777 Message-Id: <1346733813-30069-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Khem Raj --- .../tasks/task-opie-toolchain-host-nativesdk.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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..42138f1 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" LICENSE = "MIT" ALLOW_EMPTY = "1" -RDEPENDS_${PN} += "qmake-nativesdk uicmoc-nativesdk" +RDEPENDS_${PN} += "nativesdk-qmake nativesdk-uicmoc"