diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-12 05:06:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-12 02:17:52 +0000 |
commit | 416ca6041ee3be5f451414f0b250921d5c968e85 (patch) | |
tree | cbae695b5f2298f1399d83f9e7ddee358030cfa8 /recipes-ti | |
parent | de8612bd55d972eeb4455652969a0ebb0e5bda4b (diff) | |
download | meta-ti-416ca6041ee3be5f451414f0b250921d5c968e85.tar.gz |
multiprocmgr: swap SUMMARY and DESCRIPTION fields
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index aea24456..b3479fb9 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "TI Multiproc Manager for KeyStone II" | 1 | SUMMARY = "TI Multiproc Manager for KeyStone II" |
2 | SUMMARY = "Provides download, debug and other utilities for other cores in the SOC like DSP" | 2 | DESCRIPTION = "Provides download, debug and other utilities for other cores in the SOC like DSP" |
3 | 3 | ||
4 | include multiprocmgr.inc | 4 | include multiprocmgr.inc |
5 | 5 | ||