[oe-commits] org.oe.dev classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS

freyther commit openembedded-commits at lists.openembedded.org
Mon Jan 21 11:41:24 UTC 2008


classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: f62682df99bc8f63cb0423ad37bfdfbfc1d0107b
ViewMTN: http://monotone.openembedded.org/revision/info/f62682df99bc8f63cb0423ad37bfdfbfc1d0107b
Files:
1
classes/cmake.bbclass
Diffs:

#
# mt diff -r7147319e39eb7cd71d5566c31193e7ae20478529 -rf62682df99bc8f63cb0423ad37bfdfbfc1d0107b
#
# 
# 
# patch "classes/cmake.bbclass"
#  from [04f3cfd26556a47155ddb9099c90cba8fee97bab]
#    to [1fbe2c1cc0ed7f80d95cd2757472581efd8f9825]
# 
============================================================
--- classes/cmake.bbclass	04f3cfd26556a47155ddb9099c90cba8fee97bab
+++ classes/cmake.bbclass	1fbe2c1cc0ed7f80d95cd2757472581efd8f9825
@@ -1,3 +1,5 @@
+DEPENDS += " cmake-native "
+
 # We want the staging and installing functions from autotools
 inherit autotools
 






More information about the Openembedded-commits mailing list