aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gzipnative.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-27 12:34:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-28 23:31:17 +0000
commit39865fdf3698a130f792d41853f9c9ca1901e335 (patch)
tree0fb4f478794c09e00382c646f5bcc30138ca97e3 /meta/classes/gzipnative.bbclass
parentd04f0363a1e8ae641da3e80ffbd4c8803cb1c91a (diff)
downloadopenembedded-core-contrib-39865fdf3698a130f792d41853f9c9ca1901e335.tar.gz
gzip/pigz/expat/image: Simplify gzip-native/pigz-native
With recipe specific sysroots, the gzip-replacement-native dance/class is obsolete, simplify the code accordingly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gzipnative.bbclass')
-rw-r--r--meta/classes/gzipnative.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/gzipnative.bbclass b/meta/classes/gzipnative.bbclass
deleted file mode 100644
index 326cbbb6f6..0000000000
--- a/meta/classes/gzipnative.bbclass
+++ /dev/null
@@ -1,5 +0,0 @@
-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"