summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-26 21:43:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-09 08:48:26 +0000
commitb4f6950451a133284fd0d754dfdb280b3f8daec6 (patch)
treecce0382d55a3a1f5179892a1f77a0a2f4680857c /meta/recipes-devtools/cmake/cmake.inc
parent27b9f041df92fd8438962c2104a7a5d9dff77ce5 (diff)
downloadpoky-b4f6950451a133284fd0d754dfdb280b3f8daec6.tar.gz
cmake: Add nios2 support
Add the necessary bits for nios2 support into cmake. (From OE-Core rev: f6217be489d03cd72655f9457d4e7e21a097a9a7) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <lftan@altera.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> Cc: Thomas Chou <thomas@wytron.com.tw> Cc: Walter Goossens <waltergoossens@home.nl> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index a14ce350fc..41be256434 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -14,6 +14,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
14SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ 14SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
15 file://support-oe-qt4-tools-names.patch \ 15 file://support-oe-qt4-tools-names.patch \
16 file://qt4-fail-silent.patch \ 16 file://qt4-fail-silent.patch \
17 file://0001-Add-NIOS2-CPU-support.patch \
17 " 18 "
18 19
19SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" 20SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2"