diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/tasks/task-core-sdk.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index ec6cdccdb5..fe952367e4 100644 --- a/meta/recipes-core/tasks/task-core-sdk.bb +++ b/meta/recipes-core/tasks/task-core-sdk.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MIT" | |||
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
| 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 9 | DEPENDS = "task-core-console" | 9 | DEPENDS = "task-core-console" |
| 10 | PR = "r7" | 10 | PR = "r8" |
| 11 | 11 | ||
| 12 | ALLOW_EMPTY = "1" | 12 | ALLOW_EMPTY = "1" |
| 13 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' | 13 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' |
| @@ -48,6 +48,10 @@ RDEPENDS_task-core-sdk = "\ | |||
| 48 | file \ | 48 | file \ |
| 49 | tcl" | 49 | tcl" |
| 50 | 50 | ||
| 51 | RRECOMMENDS_task-core-sdk = "\ | ||
| 52 | libgomp \ | ||
| 53 | libgomp-dev" | ||
| 54 | |||
| 51 | #python generate_sdk_pkgs () { | 55 | #python generate_sdk_pkgs () { |
| 52 | # poky_pkgs = read_pkgdata('task-core', d)['PACKAGES'] | 56 | # poky_pkgs = read_pkgdata('task-core', d)['PACKAGES'] |
| 53 | # pkgs = d.getVar('PACKAGES', True).split() | 57 | # pkgs = d.getVar('PACKAGES', True).split() |
