[oe-commits] Henning Heinold : cmake.bbclass: use staging from autotools too

git version control git at git.openembedded.org
Tue Nov 3 16:41:24 UTC 2009


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Tue Nov  3 17:38:31 2009 +0100

cmake.bbclass: use staging from autotools too

---

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

diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass
index b5b7b86..4978421 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).





More information about the Openembedded-commits mailing list