summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-09 10:07:47 -0700
committerDenys Dmytriyenko <denys@ti.com>2012-09-14 00:22:11 -0400
commit306bec90c470a0130714dca2b506ba2e8da86144 (patch)
tree31155249b36608c92cb06693c22afac1fc838fdc /recipes-ti
parent7b54887b9505bb8334bfbe4094a2c396add8da48 (diff)
downloadmeta-ti-306bec90c470a0130714dca2b506ba2e8da86144.tar.gz
recipes: Use 'packagegroup' instead of 'task'
bring recipes in sync with OE-Core, task bbclass is now replaced by packagegroup. and task recipes are now called packagegroup_something Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/packagegroup/packagegroup-ti-test.bb (renamed from recipes-ti/tasks/task-ti-test.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/packagegroup/packagegroup-ti-test.bb
index c11695c8..fc19bc56 100644
--- a/recipes-ti/tasks/task-ti-test.bb
+++ b/recipes-ti/packagegroup/packagegroup-ti-test.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Extended task to get System Test specific apps"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5inherit allarch task 5inherit allarch packagegroup
6 6
7TEST = "\ 7TEST = "\
8 bonnie++ \ 8 bonnie++ \