[oe-commits] org.oe.dev classes/cmake.bbclass: A small explanation why it says inherit autotools

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


classes/cmake.bbclass: A small explanation why it says inherit autotools
    CMake's Makefiles know about the DESTDIR. This allows us to use the
    staging and install functions of the autotools bbclass. Reusing them
    makes perfect sense and we should consider moving these functions to
    another base class.

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

#
# mt diff -rb13ffab7cab8a5e834a0f2da6edf325e9b0eeae5 -r7147319e39eb7cd71d5566c31193e7ae20478529
#
# 
# 
# patch "classes/cmake.bbclass"
#  from [ac130e2a8b214e649eb9079860094145dedcd4ac]
#    to [04f3cfd26556a47155ddb9099c90cba8fee97bab]
# 
============================================================
--- classes/cmake.bbclass	ac130e2a8b214e649eb9079860094145dedcd4ac
+++ classes/cmake.bbclass	04f3cfd26556a47155ddb9099c90cba8fee97bab
@@ -1,3 +1,4 @@
+# We want the staging and installing functions from autotools
 inherit autotools
 
 cmake_do_configure() {






More information about the Openembedded-commits mailing list