mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
cmake: update to 3.3.1
Share tarball checksums between cmake and cmake-native via cmake.inc. (From OE-Core rev: 8292eba3c79ffcdebd23cbabc9975c7a4075dba6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb72a8645a
commit
eb45cd659b
-3
@@ -8,9 +8,6 @@ SRC_URI += "\
|
|||||||
file://cmlibarchive-disable-ext2fs.patch \
|
file://cmlibarchive-disable-ext2fs.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "2da57308071ea98b10253a87d2419281"
|
|
||||||
SRC_URI[sha256sum] = "ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78"
|
|
||||||
|
|
||||||
# Disable ccmake since we don't depend on ncurses
|
# Disable ccmake since we don't depend on ncurses
|
||||||
CMAKE_EXTRACONF = "\
|
CMAKE_EXTRACONF = "\
|
||||||
-DBUILD_CursesDialog=0 \
|
-DBUILD_CursesDialog=0 \
|
||||||
@@ -16,6 +16,9 @@ SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz
|
|||||||
file://qt4-fail-silent.patch \
|
file://qt4-fail-silent.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "52638576f4e1e621fed6c3410d3a1b12"
|
||||||
|
SRC_URI[sha256sum] = "cd65022c6a0707f1c7112f99e9c981677fdd5518f7ddfa0f778d4cee7113e3d6"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
# Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable
|
# Ugly hack to work around undefined OE_QMAKE_PATH_EXTERNAL_HOST_BINS variable
|
||||||
|
|||||||
-3
@@ -8,9 +8,6 @@ SRC_URI_append_class-nativesdk = " \
|
|||||||
file://OEToolchainConfig.cmake \
|
file://OEToolchainConfig.cmake \
|
||||||
file://environment.d-cmake.sh"
|
file://environment.d-cmake.sh"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "2da57308071ea98b10253a87d2419281"
|
|
||||||
SRC_URI[sha256sum] = "ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78"
|
|
||||||
|
|
||||||
# Strip ${prefix} from ${docdir}, set result into docdir_stripped
|
# Strip ${prefix} from ${docdir}, set result into docdir_stripped
|
||||||
python () {
|
python () {
|
||||||
prefix=d.getVar("prefix", True)
|
prefix=d.getVar("prefix", True)
|
||||||
Reference in New Issue
Block a user