diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-07-29 15:12:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-01 19:57:49 +0100 |
commit | 4b6cafae71c5b9344d7d8bdd458675c9d8e891d4 (patch) | |
tree | afebee28a7f3ad7a03ef0b0b9feb51a0c1d47d13 /meta/recipes-extended | |
parent | 4c573284789c8cb68ecc715a63f6b0cf3e4d92c8 (diff) | |
download | poky-4b6cafae71c5b9344d7d8bdd458675c9d8e891d4.tar.gz |
pbzip2: extend for nativesdk
Make pzip2 available in nativesdk to speedup file compression.
(From OE-Core rev: 7b755f97da11c191f79cb201e1fa5f9009d85dd6)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index e321cd2b27..d24035b677 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -28,4 +28,4 @@ do_install() { | |||
28 | install -m 0755 pbzip2 ${D}${bindir}/ | 28 | install -m 0755 pbzip2 ${D}${bindir}/ |
29 | } | 29 | } |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native nativesdk" |