aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cmake/cmake-native_2.4.8.bb
blob: 1a56fa40e04b8dfc2248542feff2d8eac52882d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CMAKE_MAJOR_VERSION="2.4"
require cmake.inc
inherit native

do_stage() {
	for i in cpack ctest ccmake cmake; do
		install -m 0755 bin/$i ${STAGING_BINDIR_NATIVE}
	done
}

do_install() {
	:
}