From d450fec33abb311dac3d47a51e16098b802d08e2 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 3 Nov 2009 17:38:31 +0100 Subject: cmake.bbclass: use staging from autotools too --- classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index b5b7b8655b..4978421b63 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -1,7 +1,7 @@ DEPENDS += " cmake-native " # We want the staging and installing functions from autotools -inherit autotools +inherit autotools_stage # Use in-tree builds by default but allow this to be changed # since some packages do not support them (e.g. llvm 2.5). -- cgit v1.2.3