mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
@@ -28,4 +28,4 @@ do_install() {
|
||||
install -m 0755 pbzip2 ${D}${bindir}/
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user