summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/newlib_1.16.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/newlib_1.16.0.bb')
-rw-r--r--recipes-extended/xen/newlib_1.16.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-extended/xen/newlib_1.16.0.bb b/recipes-extended/xen/newlib_1.16.0.bb
new file mode 100644
index 00000000..60672bea
--- /dev/null
+++ b/recipes-extended/xen/newlib_1.16.0.bb
@@ -0,0 +1,21 @@
1# Copyright (C) 2017 Kurt Bodiker <kurt.bodiker@braintrust-us.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Newlib is a C library intended for use on embedded systems."
5HOMEPAGE = "http://sourceware.org/newlib"
6LICENSE = "GPLv2 & LGPLv3 & GPLv3 & LGPLv2"
7LIC_FILES_CHKSUM = "file://COPYING.NEWLIB;md5=950f50b290e8fcf7a2d3fff61775de9b"
8
9# this is the hash of version tag 1_16_0
10SRCREV_newlib = "07b4b67a88f386ce4716a14e0ff2c2bce992b985"
11SRC_URI = "\
12 git://sourceware.org/git/newlib-cygwin.git;protocol=git;nobranch=1;destsuffix=newlib;name=newlib \
13 file://newlib.patch \
14 file://newlib-chk.patch \
15 file://newlib-stdint-size_max-fix-from-1.17.0.patch \
16"
17
18S="${WORKDIR}/newlib"
19B="${WORKDIR}/build"
20
21require newlib.inc