mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
(From OE-Core rev: 2b229f4150b8375f0d35e11464dcbe307b720d81) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
452 B
BlitzBasic
13 lines
452 B
BlitzBasic
require cmake.inc
|
|
inherit native
|
|
|
|
# This was need to keep version consistent - will be removed once 2.8.5 is released
|
|
SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-2.8.5-rc3.tar.gz \
|
|
file://support-oe-qt4-tools-names.patch"
|
|
S = "${WORKDIR}/cmake-2.8.5-rc3"
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI[md5sum] = "2d8018f8fa4c499e2c5b288d71660cba"
|
|
SRC_URI[sha256sum] = "2987befc451f6404ea93bb99f00a38b80724fb655f121fed3bb0a08b65a771c8"
|