| Submitter | Khem Raj |
|---|---|
| Date | Sept. 4, 2012, 4:43 a.m. |
| Message ID | <1346733813-30069-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/35777/ |
| State | Accepted |
| Headers | show |
Comments
On Monday 03 September 2012 21:43:33 Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../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" Merged to meta-opie master with a PR bump, thanks. Cheers, Paul
Patch
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"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../tasks/task-opie-toolchain-host-nativesdk.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)