| Submitter | Jiajun Xu |
|---|---|
| Date | Dec. 21, 2011, 4:46 p.m. |
| Message ID | <d9af8d4b8f14949396d5da21df5ce4bd9184c1e6.1324485726.git.jiajun.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17373/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 12d4ff9..6632b4f 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb @@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r13" +PR = "r14" PACKAGES = "\ task-core-tools-debug \ @@ -98,4 +98,5 @@ RDEPENDS_task-core-tools-testapps = "\ xprop \ xvideo-tests \ clutter-box2d \ + ltp \ "
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> --- meta/recipes-core/tasks/task-core-tools.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)