drop redundant 'inherit allarch' from packagegroups

packagegroup bbclass already takes care of this

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Andrea Galbusera
2017-11-16 18:15:17 +01:00
committed by Armin Kuster
parent 34aa4c3202
commit a700bb554f
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
PR = "r1"
inherit packagegroup allarch
inherit packagegroup
RPROVIDES_${PN} += "packagegroup-native-sdk"
RREPLACES_${PN} += "packagegroup-native-sdk"