summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb')
-rw-r--r--meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
index 3ad9b5557..b9e5a296c 100644
--- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
+++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
@@ -2,9 +2,13 @@ DESCRIPTION = "Packages required for a target (on-device) SDK"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5PR = "r1"
6
5inherit packagegroup allarch 7inherit packagegroup allarch
6 8
7RPROVIDES_${PN} = "packagegroup-native-sdk" 9RPROVIDES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
10RREPLACES_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
11RCONFLICTS_${PN} += "packagegroup-native-sdk task-sdk-target task-native-sdk"
8RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ 12RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
9 binutils-symlinks \ 13 binutils-symlinks \
10 perl-modules \ 14 perl-modules \