diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 07:51:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 08:52:13 +0100 |
commit | cec85a6fcadc24fd266fa34631cb095e0a773c1a (patch) | |
tree | 3ea3fce0a1858574593423a7b5e6e8cdb611eadc | |
parent | 8ab5b439ea82ac775494a0ce7a6f3615b61c94be (diff) | |
download | openembedded-core-cec85a6fcadc24fd266fa34631cb095e0a773c1a.tar.gz openembedded-core-cec85a6fcadc24fd266fa34631cb095e0a773c1a.tar.bz2 openembedded-core-cec85a6fcadc24fd266fa34631cb095e0a773c1a.zip |
yocto-uninative: Update to version 2.1
This fixes issues with fontforge-native.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/yocto-uninative.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index a8e82cb5d7..dcd59f87cc 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc @@ -8,6 +8,6 @@ UNINATIVE_MAXGLIBCVERSION = "2.27" -UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.9/" -UNINATIVE_CHECKSUM[i686] ?= "83a4f927da81d9889ef0cbe5c12cb782e21c6cc11e6155600b94ff0c99576dce" -UNINATIVE_CHECKSUM[x86_64] ?= "c26622a1f27dbf5b25de986b11584b5c5b2f322d9eb367f705a744f58a5561ec" +UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.1/" +UNINATIVE_CHECKSUM[i686] ?= "a90db17d8845ece764aaac19348cd78504c0e554cb998da39ebad03aeef76185" +UNINATIVE_CHECKSUM[x86_64] ?= "d43555df8d5a056ef5b20c7d8e0287207974e09df1e969a3e19302c8b4ea6b4b" |