From 787d82b70368a563913e67aa0a14d6aa005e63e2 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 1 Dec 2015 14:08:14 -0800 Subject: linux-libc-headers: update default KORG_ARCHIVE_COMPRESSION bz2 -> xz (From OE-Core rev: cbda522698fb372023bdda556694ccac2af803b7) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index ba1bea5937..2ba6ed51df 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -43,7 +43,7 @@ python __anonymous () { inherit kernel-arch -KORG_ARCHIVE_COMPRESSION ?= "bz2" +KORG_ARCHIVE_COMPRESSION ?= "xz" SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar.${KORG_ARCHIVE_COMPRESSION}" -- cgit v1.2.3-54-g00ecf