From a176191a018e7c07d8e6e46f3208312d20920d16 Mon Sep 17 00:00:00 2001 From: Ilya Palachev Date: Tue, 17 Mar 2015 12:45:30 +0300 Subject: accelerate also pkg-config and file This helps to reduce build time on up to 4 seconds for packages that use cmake build scripts. Since this is a typical use case, a lot of server time will be saved. Also we added one workaround for old mkbaselibs bug in baselibs.conf Change-Id: I523aa90907d27cfcd7887834d09a4b08a3fa5967 Signed-off-by: Ilya Palachev --- packaging/baselibs.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index 8bfedf9..c7866f5 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -80,6 +80,7 @@ qemu-accel-armv7l postun " liblto_plugin_%{_arch}.so \" postun " $ACCEL_DIR/usr/lib/gcc/armv7l-tizen-linux-gnueabi/${GCCVER}/liblto_plugin.so" +/ + config -/pkg-config$ qemu-accel-aarch64 targettype cross-aarch64 requires "gcc" @@ -162,3 +163,4 @@ qemu-accel-aarch64 postun " liblto_plugin_%{_arch}.so \" postun " $ACCEL_DIR/usr/lib/gcc/aarch64-tizen-linux/${GCCVER}/liblto_plugin.so" +/ + config -/pkg-config$ -- cgit v1.2.3