diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-09-09 10:07:47 -0700 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 00:22:11 -0400 |
commit | 306bec90c470a0130714dca2b506ba2e8da86144 (patch) | |
tree | 31155249b36608c92cb06693c22afac1fc838fdc /recipes-ti | |
parent | 7b54887b9505bb8334bfbe4094a2c396add8da48 (diff) | |
download | meta-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" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
4 | 4 | ||
5 | inherit allarch task | 5 | inherit allarch packagegroup |
6 | 6 | ||
7 | TEST = "\ | 7 | TEST = "\ |
8 | bonnie++ \ | 8 | bonnie++ \ |