diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index fb451fde6f..28b7f2d887 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -17,7 +17,9 @@ SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz | |||
17 | file://cmake-2.8.11.2-FindFreetype.patch \ | 17 | file://cmake-2.8.11.2-FindFreetype.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | inherit autotools-brokensep | 20 | PR = "r1" |
21 | |||
22 | inherit autotools | ||
21 | 23 | ||
22 | # Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable | 24 | # Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable |
23 | # and possibly missing qmake binary (qtbase-native can be removed from sysroot | 25 | # and possibly missing qmake binary (qtbase-native can be removed from sysroot |
@@ -45,5 +47,5 @@ do_configure_prepend() { | |||
45 | CMAKE_EXTRACONF = "" | 47 | CMAKE_EXTRACONF = "" |
46 | 48 | ||
47 | do_configure () { | 49 | do_configure () { |
48 | ./configure --prefix=${prefix} -- ${CMAKE_EXTRACONF} | 50 | ${S}/configure --prefix=${prefix} -- ${CMAKE_EXTRACONF} |
49 | } | 51 | } |