aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gzipnative.bbclass
blob: 326cbbb6f687a13cd314610b81e4c7db35735b12 (plain)
1
2
3
4
5
EXTRANATIVEPATH += "pigz-native gzip-native"
DEPENDS += "gzip-native"

# tar may get run by do_unpack or do_populate_lic which could call gzip
do_unpack[depends] += "gzip-native:do_populate_sysroot"