[oe-commits] Koen Kooi : cmake bbclass: use autotools, not autotools_stage

git version control git at git.openembedded.org
Sun Mar 28 09:12:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a69ae9db060d0930c24d6b6c686ba589375c4bee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a69ae9db060d0930c24d6b6c686ba589375c4bee

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 11:11:17 2010 +0200

cmake bbclass: use autotools, not autotools_stage

---

 classes/cmake.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass
index 5f1f737..937efa0 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).





More information about the Openembedded-commits mailing list