From a69ae9db060d0930c24d6b6c686ba589375c4bee Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 28 Mar 2010 11:11:17 +0200 Subject: [PATCH] cmake bbclass: use autotools, not autotools_stage --- classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index 5f1f737397..937efa026e 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -4,7 +4,7 @@ DEPENDS += " cmake-native " CCACHE = "" # We want the staging and installing functions from autotools -inherit autotools_stage +inherit autotools # Use in-tree builds by default but allow this to be changed # since some packages do not support them (e.g. llvm 2.5). -- 2.39.5